Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #4269 > unrolled thread

Colours

Started byau76666 <britz@chem.au.dk>
First post2019-12-05 13:04 +0000
Last post2019-12-10 09:48 +0000
Articles 2 — 1 participant

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  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

#4269 — Colours

Fromau76666 <britz@chem.au.dk>
Date2019-12-05 13:04 +0000
SubjectColours
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]


#4272

Fromau76666 <britz@chem.au.dk>
Date2019-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