Re: Parametric plot with a data file instead of functions.



On 11 Jun., 12:00, Jean-Pierre Coulon <cou...@xxxxxxxxxxxxxxxxxxxxx>
wrote:
I understand that: set param; plot sin(t), cos(t) draws a circle, but assume
my sin and cos functions come from a 3-column data file. Can I make a
parametric plot from this data file?

Regards,

Jean-Pierre Coulon (here "cacas.pam" is what others call "nospam")

Hi,

I am not quite sure what you mean by "sin and cos functions come from
a 3-column data file".
If you want to plot the cos of column 2 versus the sin of column one,
then

plot 'dat.dat' using (sin($1)):(cos($2)) with lines

should work. (You just have got to make sure that you set angle
properly.)
If this is not what you need, then I am lost. Could you, please,
clarify the question?
Best,
Zoltán
.



Relevant Pages

  • Parametric plot with a data file instead of functions.
    ... plot sin(t), cosdraws a circle, but assume my sin and cos functions come from a 3-column data file. ...
    (comp.graphics.apps.gnuplot)
  • Re: Parametric plot with a data file instead of functions.
    ... assume my sin and cos functions come from a 3-column data file. ... Can I make a parametric plot from this data file? ...
    (comp.graphics.apps.gnuplot)
  • Re: Sine and Cosine Accuracy on AMD64 and Pentium 4
    ... > 2) It seems to me you're testing the output of the log function> as ... Note that this does not depend at all on the accuracy of the sin ... and cos functions. ... important than the accurate kinetic energy. ...
    (comp.compilers)
  • Re: How to plot a certain function (using PSTricks, perhaps)?
    ... and the Wiener process. ... such a plot anywhere (the randomness needs not be there ... If it were me I'd plot it from a data file using PSTricks, but since you say you can't use a data file you might try manually stringing together coordinates using \psline: ...
    (comp.text.tex)
  • Re: Plot lines issue
    ... I need to plot ui against the value of xi and I can ... datafile, ie x15 may be bigger than x14 but smaller than x13. ... axis values do not occur in order in the data file. ... But you can trigger the sort of the input data in the ...
    (comp.graphics.apps.gnuplot)