Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4269 > unrolled thread
| Started by | au76666 <britz@chem.au.dk> |
|---|---|
| First post | 2019-12-05 13:04 +0000 |
| Last post | 2019-12-10 09:48 +0000 |
| Articles | 2 — 1 participant |
Back to article view | Back to comp.graphics.apps.gnuplot
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
| From | au76666 <britz@chem.au.dk> |
|---|---|
| Date | 2019-12-05 13:04 +0000 |
| Subject | Colours |
| Message-ID | <qsav9m$lam$1@dont-email.me> |
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
[toc] | [next] | [standalone]
| From | au76666 <britz@chem.au.dk> |
|---|---|
| Date | 2019-12-10 09:48 +0000 |
| Message-ID | <qsnpks$g9t$1@dont-email.me> |
| In reply to | #4269 |
On Thu, 05 Dec 2019 13:04:54 +0000, au76666 wrote: > 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? Forget it (you probably have anyway). I didn't know that you have to specify color with set term postscript. -- Dieter Britz
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web