Re: PLOT with tick marks? [message #8473] |
Thu, 13 March 1997 00:00 |
D.Kennedy
Messages: 26 Registered: January 1997
|
Junior Member |
|
|
[Posted and mailed]
In article <858066629.26591@dejanews.com>,
lionel@arcetri.astro.it writes:
> Hello,
>
> I have to prepair some figures for a paper where they accept graphs
> only with tick marks and not grid lines. Is there a way to
> tell PLOT to draw a continuous line with tick marks?
> PSYM is not what I want I would like to have something like
>
>
> --*
> \ _
> \ /
> *---*
I'm not entirely sure of what you mean, but I think that changing
to 'plots' should do what you want. If neccessary you might
want to use 'oplot' to drop symbols on the data points, I have
to confess I have used 'plots' only once before so my memory is
a little hazy.
--
David Kennedy, Dept. of Pure & Applied Physics, Queen's University of Belfast
Email: D.Kennedy@Queens-Belfast.ac.uk | URL: http://star.pst.qub.ac.uk/~dcjk/
Hi! I'm a .signature virus! Copy me into yours and join the fun!
|
|
|
Re: PLOT with tick marks? [message #8480 is a reply to message #8473] |
Tue, 11 March 1997 00:00  |
wonko
Messages: 22 Registered: March 1997
|
Junior Member |
|
|
lionel@arcetri.astro.it wrote:
> I have to prepair some figures for a paper where they accept graphs
> only with tick marks and not grid lines. Is there a way to
> tell PLOT to draw a continuous line with tick marks?
> PSYM is not what I want I would like to have something like
>
> --*
> \ _
> \ /
> *---*
Lionel,
What about using a normal PLOT to draw the line, and then OPLOT with the
PSYK keyword set to draw the tick marks?
I cannot test this here at home, but this hould work, shouldn't it?
Alex
--
Alex Schuster Wonko@weird.cologne.de
alex@pet.mpin-koeln.mpg.de
|
|
|