|
From: Thomas S. <t.s...@fz...> - 2009-11-10 08:30:07
|
use y-axis for the scale, y2-axis for plotting: (assumption: your data goes from -110 up to e.g. -50) set yrange [-110:-50] set y2range [0:60] plot 'datafilename' using 1:($2+110) axes x1y2 with boxes Steven Michalske wrote: > > I want to plot barcharts and histograms from a different reference > other than y=0 > > > For example, I want the box to start at -110 and go to -90 > > Currently I do this by a lot of math and shifting the y labels and > data externally, but I feel that this is overlooking a simpler way. > That is I add 110 to all y values, then make a fake y label that has > -110 at the real 0 > > Can I do this without all the external processing? > > Steve > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/Plotting-boxes-from-origin-other-than-0-tp26279512p26279867.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |