Greetings:
I need an x axis with positive values to the left. In procedural graphics, this is easy: [ plot,[1,2,3],xrange=[10,-10] ].
With object graphics, if I don't use exact=1, then it reverses the range, putting positive to the right. If I use exact=1, the axis labels are mirror imaged and I have not yet found a way to scale the plot object to put the data in the view.
This is with idl 7.1.
Thanks...
|