Re: draw marks/ticks on a plot line [message #81877] |
Tue, 30 October 2012 14:51 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Bo writes:
> Thanks, I can see that PlotS is able to draw some symbols on a plotted line, it seems a lot of bother to give the symbols followed with labels generated by XYOUTS. Is there a way similar to AXIS to actually draw an tilted axis with a given angle and position? It would come with all the ticks and labels tilted in the right way.
No, sorry. The AXIS command just gives orthogonal axes, I think.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thue. ("Perhaps thos speakest truth.")
|
|
|
Re: draw marks/ticks on a plot line [message #81878 is a reply to message #81877] |
Tue, 30 October 2012 12:39  |
Bo
Messages: 2 Registered: October 2012
|
Junior Member |
|
|
>
>
>
>> Is there a way to draw some marks on a plot line just as the ticks on axes?
>
>
>
> The PlotS or cgPlotS commands are used to draw lines in
>
> a graphics display.
>
>
>
> Cheers,
>
>
>
> David
>
>
>
>
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
>
> Sepore ma de ni thue. ("Perhaps thos speakest truth.")
Thanks, I can see that PlotS is able to draw some symbols on a plotted line, it seems a lot of bother to give the symbols followed with labels generated by XYOUTS. Is there a way similar to AXIS to actually draw an tilted axis with a given angle and position? It would come with all the ticks and labels tilted in the right way.
Basically, I have a correlation of two decaying chemicals and I am trying to label the correlation line so that I am able to give a ruler of the aging on the plot.
|
|
|
|