octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #36787] Line colors occasionally get saved to


From: Rik
Subject: [Octave-bug-tracker] [bug #36787] Line colors occasionally get saved to file incorrectly.
Date: Fri, 06 Jul 2012 05:42:49 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1

Update of bug #36787 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

I don't think this is a bug.  For the saveas() command 'eps' indicates
monochrome output.  If you want color use the format 'epsc' or switch to the
print command which has more options than saveas.  The following two solutions
work for me.


saveas(gcf(), [fname,'.epsc']);
OR
print(gcf(), [fname,'.eps'], '-color');



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36787>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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