Re: rtics NOT starting on 0 degrees

theozh <[email protected]>
Newsgroups gmane.comp.graphics.gnuplot.user
Message-ID <[email protected]>
glad to hear that this helped a little.
But I again forgot... gnuplot has (this annoying) integer division.

(i*360/16+11.25)   should read  (i*360./16+11.25) or (i*360/16.+11.25)
Otherwise i*360/16 would be an integer.



_______________________________________________
gnuplot-info mailing list
[email protected]
Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.