|
From: Steven M. <smi...@gm...> - 2009-11-10 07:46:35
|
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 |