|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Problem plotting several data files with linesHi everyone,
I've a problem trying to plot several data files with lines, no matter of the terminal. I've to plot some curves from data files with a command like: >plot "r0_d0.dat" ls 1 ti "z = 0" with lines,\ > "r1_d0.dat" ls 2 ti "z = R_{max}/2" with lines,\ > "r2_d0.dat" ls 3 ti "z = R_{max}/4" with lines Only problem is that when I look at the output it shows only the first curve, the key, the labels etc. but nothing about the 2nd and 3rd curve. Note that is I choose to plot the 2nd curve with points and 3rd with linespoints this work... And note that if I try to plot something like >plot sin(x) ls 1 ti "z = 0" with lines,\ > cos(x) ls 2 ti "z = R_{max}/2" with lines,\ > cos(x)*cos(x) ls 3 ti "z = R_{max}/4" with lines it works correctly. What could it be and what could I do? Thanks in advance, Giacomo -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f Sponsor: Per la Notte Rosa prenota online i pacchetti speciali di Riccione Family Hotels! Sconti bimbi, spiaggia, mini club,animazione, baby menu, parchi divertimento Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9211&d=22-6 ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Gnuplot-info mailing list Gnuplot-info@... https://lists.sourceforge.net/lists/listinfo/gnuplot-info |
|
|
Re: Problem plotting several data files with linesGiacomo Monari wrote:
> >plot "r0_d0.dat" ls 1 ti "z = 0" with lines,\ > > "r1_d0.dat" ls 2 ti "z = R_{max}/2" with lines,\ > > "r2_d0.dat" ls 3 ti "z = R_{max}/4" with lines How exactly do you send this to gnuplot? In a script file, or interactively? Do you get any error or warning messages? And what gnuplot version is that, anyway. On what platform? > Only problem is that when I look at the output it shows only the > first curve, the key, the labels etc. but nothing about the 2nd and > 3rd curve. That cannot happen. Are you *sure* your second and third data file contain data actually plottable as lines? ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Gnuplot-info mailing list Gnuplot-info@... https://lists.sourceforge.net/lists/listinfo/gnuplot-info |
| Free embeddable forum powered by Nabble | Forum Help |