|
From: Thor A. <ta...@to...> - 2011-04-14 15:26:00
|
Hi, when doing emission directionality plots, it makes sense to plot the data on a semicircle, where angular data specifies direction relative to the emitter, and radial data could eg. be distance. Or is there a better/nicer way of doing this? This is what I have so far: set angles degree set polar set border 0 set grid polar 15 set xtics out nomirror set ytics nomirror plot [0:1] [-1:1] [0:1] 0 # Just to display the plot Now my question is, is it possible to have the ytics align with the radial lines? that is, without resorting to set label, which I tried with much pain. Adding intensity to the plot would also be useful. -- best regards Thor Andreassen |