Non-continuous Scale

Have a suggestion for improving DPlot or a question about existing features? Let us know

Moderator: DPlotAdmin

Post Reply
dsf423
Posts: 1
Joined: Wed Apr 07, 2010 5:19 pm

Non-continuous Scale

Post by dsf423 »

Is it possible to use a non-continuous or broken scale on the y-axis? I'm making a scatter plot and I have a cluster of data around two y-values with a bunch of empty space in between.

I can see how I can do this using two independent y-axis, but I was wondering if it's supported directly.
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

No. The only way to do that (and I'm definitely not suggesting this, as it will be very tedious) is to substitute your own labels for the numbers on the Y axis using Text>X,Y Labels, set the number format for Y to "none", and adjust the Y values that are greater than your break point(s) with Edit>Operate on Y and something like Y=if(Y>(some number),Y-(offset),Y).
Visualize Your Data
support@dplot.com
Post Reply