|
From: Thomas S. <t.s...@fz...> - 2011-04-14 19:51:37
|
set the ytics interval to 0.5 and place the tics in the middle of the plot: set ytics 0.5 set ytics axis Thor Andreassen-2 wrote: > > 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 > > ------------------------------------------------------------------------------ > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about > boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/Getting-ytics-on-the-edge-on-polar-plots-tp31398109p31400254.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |