help-octave
[Top][All Lists]
Advanced

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

Re: plot style changes when printed to files


From: Jonathan Stickel
Subject: Re: plot style changes when printed to files
Date: Thu, 01 Nov 2007 10:08:15 -0600
User-agent: Thunderbird 2.0.0.6 (Macintosh/20070728)

Evan wrote:
On 11/1/07, Jonathan Stickel <address@hidden> wrote:
As mentioned, these issues happen because of gnuplot.  Until something
better is implemented, the best that can be done is to learn the
inconsistencies and work around them.  In this case, if you want dashed
lines in your final eps file, use the print command as noted above.  If
you want solid lines, use the -depsc (color eps) terminal instead.  To
force black lines, simply do:

 > plot(x,y1,'-k',x,y2,'-k')
 > print -depsc out.eps

HTH,
Jonathan

It indeed walk around the problem, however, my case is a little more
complexed. There is special characters in my plot, so I have to use
-depslatexstandalone, any idea? or maybe "print" should provide a
output device "epsclatexstandalone", corresponding to "epsc", with the
*-inc.eps file of color eps, so that we can work around problem in the
similar way.



I don't use the epslatexstandalone device, but have you tried using it with the -color option? I think epsc is really just eps with the -color option.

Jonathan


reply via email to

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