|
From: Hans-Bernhard B. <HBB...@t-...> - 2009-06-22 20:20:18
|
Giacomo 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?
|