|
From: Thor A. <ta...@to...> - 2011-04-14 21:35:35
|
On Thu, Apr 14, 2011 at 12:51:31PM -0700, Thomas Sefzick wrote:
> set the ytics interval to 0.5 and place the
> tics in the middle of the plot:
>
> set ytics 0.5
> set ytics axis
Nice idea, good alternative for describing the semicircles, eg.:
set angles degree
set polar
set border 0
set grid polar 15
set xtics out nomirror ('' -1, '' -.5, '' 0, '' .5, '' 1)
set ytics axis .5 scale 0
plot [0:1] [-1:1] [0:1] 0
But I also want labels on the radial lines, ie. the ones going from 0 to
r=1 with 15 degrees increments, and the preferred position would be on
the outside of the semicircle.
[...]
Thanks for the suggestion.
--
best regards
Thor Andreassen
|