Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: au76666 Newsgroups: comp.graphics.apps.gnuplot Subject: Colours Date: Thu, 5 Dec 2019 13:04:54 -0000 (UTC) Organization: A noiseless patient Spider Lines: 10 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 5 Dec 2019 13:04:54 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="ca3ce7387fa0d1b76e8bdfee073b1d3f"; logging-data="21846"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19cy7Pyohfl6ltzKDOUW8Lj7++4+3IiNRs=" User-Agent: Pan/0.144 (Time is the enemy; 28ab3ba git.gnome.org/pan2) Cancel-Lock: sha1:yPhPvuGarMPZ6lI+Wlp2lN0hu3s= Xref: csiph.com comp.graphics.apps.gnuplot:4269 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