help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (OT?) epslatex and colors


From: Joan Picanyol i Puig
Subject: Re: (OT?) epslatex and colors
Date: Wed, 20 Apr 2005 19:25:27 +0200
User-agent: Mutt/1.5.6i

* Claudio Belotti <address@hidden> [20050408 16:58]:
> Dmitri A. Sergatskov wrote:
> >For example, (in gnuplot 4.1) for fig terminal:
> >
> >gnuplot> set term fig big color
> >Terminal type set to 'fig'
> >Options are 'color big pointsmax 1000 landscape inches dashed textnormal 
> >fontsize 10 linewidth 1 depth 10 version 3.2'
> >gnuplot> set out "fig-test.fig"
> >gnuplot> test
> >fig: Palette used before set
> >gnuplot> quit
> >Looking at the output file "fig-test.fig" (in xfig) I can see
> >that 1 is black, 2 is blue, 3 is green, 4 is cyan, 5 is red, and
> >6 is magenta.
> >That is different from colors on x11 terminal:
> >1 - red, 2 - green, 3 - blue, 4 - magenta, 5 - cyan, 6 - brown.
> >Hope it helps.
> 
> thanks Dmitri, I plotted a test and now I understand better.
> Really, it seems that I can't have a green line in epslatex ... but it's
> not really important.

If you really want, you can sed the *.eps files afterward (I've done it
in the past). Something like

sed -i 's,/Blue {1 1 0 0, /Green {1 0 1 0, ; s, Blue, Green,' *eps

should work.

qvb
-- 
pica



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]