PLOT with tick marks? [message #8488] |
Tue, 11 March 1997 00:00  |
lionel
Messages: 2 Registered: March 1997
|
Junior Member |
|
|
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
--*
\ _
\ /
*---*
Thanks!
Best regards,
Roberto
-------------------==== Posted via Deja News ====-----------------------
http://www.dejanews.com/ Search, Read, Post to Usenet
|
|
|
Re: PLOT with tick marks? [message #8516 is a reply to message #8488] |
Thu, 20 March 1997 00:00  |
Paul van Delst
Messages: 364 Registered: March 1997
|
Senior Member |
|
|
lionel@arcetri.astro.it wrote:
>
> 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
>
> --*
> \ _
> \ /
> *---*
>
Just use PLOT with PSYM but set the PSYM value to a negative value.
Then you get the line with the symbol at the data point.
e.g. PLOT, x, y, PSYM=-4
will give you the line with diamonds (?) symbols at the data points.
cheers,
paulv
|
|
|