• Colours

    From au76666@21:1/5 to All on Thu Dec 5 13:04:54 2019
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From au76666@21:1/5 to All on Tue Dec 10 09:48:12 2019
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)