Discussion:
Colours
(too old to reply)
au76666
2019-12-05 13:04:54 UTC
Permalink
I wanted to plot some planes in a 3D plot red, using this:

splot 'err.dat' w l lt 1, \
'err.dat' using 1:2:4 w l lt 2 lc rgb "red", \
'err.dat' using 1:2:5 w l lt 2 lc rgb "red"

but they came out black. What am I doing wrong please?
--
Dieter Britz
au76666
2019-12-10 09:48:12 UTC
Permalink
Post by au76666
splot 'err.dat' w l lt 1, \
'err.dat' using 1:2:4 w l lt 2 lc rgb "red", \
'err.dat' using 1:2:5 w l lt 2 lc rgb "red"
but they came out black. What am I doing wrong please?
Forget it (you probably have anyway). I didn't know
that you have to specify color with set term postscript.
--
Dieter Britz
Loading...