Page 1 of 1

auto/manual extent control

Posted: Wed Mar 30, 2011 9:15 am
by Mad2Max
Hi,
I'm using dPlot Jr to plot some data and it works really fine!
I would like to have the possibility to keep automatic extent on y-axis and specify the extent on the x-axis but it looks to me not possible ...
Is it really not possible?
Thanks and regards,
Max

Posted: Wed Mar 30, 2011 12:16 pm
by DPlotAdmin
[ManualScale(xlo,,xhi,,)] will set the X extents and leave the Y extents at whatever they currently are. But I think that's probably not what you're asking for: if you want DPlot to figure out on its own what the Y extents should be while setting the X extents yourself - there's not a way to do that.

Posted: Tue Apr 05, 2011 2:26 am
by Mad2Max
Well, I've made some test ... and I got the desired effect by letting dplot plotting and then issuing a new DPlot_Command with the [ManualScale(xlo,,xhi,,)].
This makes dplot choosing automatically y axis and me manually the x axis.
The only problem is that now closing dplot the graph results modified and dplot ask me for saving.
Any tip to avoid this?
Thanks again!

Posted: Tue Apr 05, 2011 6:29 am
by DPlotAdmin
[GeneralOptions(1,0)]