Re: Parametric plot with a data file instead of functions.
- From: Zoltan <ZVoros@xxxxxxxxx>
- Date: Thu, 11 Jun 2009 04:00:59 -0700 (PDT)
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
.
- Follow-Ups:
- Re: Parametric plot with a data file instead of functions.
- From: Jean-Pierre Coulon
- Re: Parametric plot with a data file instead of functions.
- References:
- Parametric plot with a data file instead of functions.
- From: Jean-Pierre Coulon
- Parametric plot with a data file instead of functions.
- Prev by Date: new line and file redirection
- Next by Date: Re: new line and file redirection
- Previous by thread: Parametric plot with a data file instead of functions.
- Next by thread: Re: Parametric plot with a data file instead of functions.
- Index(es):
Relevant Pages
|