|
From: Hans-Bernhard B. <br...@ph...> - 2005-07-13 15:00:49
|
Nikos wrote:
> I am able to plot the blank radar, following the demo, but how would I
> add the points and lines from file?
You should start by not plotting the grid via functions, but via
set grid polar
For the remaining details, I highly recommend you have a look at the
example script 'poldat.dem' you received with gnuplot. The second
plot ("antenna pattern") should be almost exactly equivalent to what
you're trying to do.
> I have 2 files, one containing optimum and one containg calculated
> values for each axis..
> The are in rect. coordinates.
Why?
> I saw an old post regarding a possible need to convert to polar
> first..
Well, you selected "polar" mode, so yes, you data should be in polar
mode. Otherwise, turn off 'set polar' and plot them as they are.
|