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