Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4269
| From | au76666 <britz@chem.au.dk> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Colours |
| Date | 2019-12-05 13:04 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <qsav9m$lam$1@dont-email.me> (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
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Colours au76666 <britz@chem.au.dk> - 2019-12-05 13:04 +0000 Re: Colours au76666 <britz@chem.au.dk> - 2019-12-10 09:48 +0000
csiph-web