|
From: Thomas S. <t.s...@fz...> - 2011-07-26 15:16:55
|
does the following script do what you are searching for? set polar set angles degrees set size square set grid polar set xrange [-12000:12000] set yrange [-12000:12000] set rrange [-6000:6000] set rtics 2000 plot "-" with linespoints, "" with linespoints 0 -3400 60 -5300 120 -4700 180 -3800 240 -4100 300 -3100 360 -3400 e 0 3400 60 5300 120 4700 180 3800 240 4100 300 3100 360 3400 e Divya Thumsi wrote: > > http://old.nabble.com/file/p32138126/ex.jpg > http://old.nabble.com/file/p32138126/env_plot.jpg > > How to get such plots using gnu-plot? Is it possible to put both positive > and negative values in the same plot? Kindly Help! > -- View this message in context: http://old.nabble.com/How-to-get-a-radial-plot-using-gnu-plot--tp32138126p32140984.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |