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

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

[Octave-bug-tracker] [bug #51141] printing bitmap image to eps is slow a


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #51141] printing bitmap image to eps is slow and produces huge files
Date: Wed, 31 May 2017 05:03:21 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

Update of bug #51141 (project octave):

                Category:                Plotting => Plotting with OpenGL   
                  Status:                    None => Invalid                

    _______________________________________________________

Follow-up Comment #1:

Hi,

Thanks for your report. "pcolor" produces a surface object not a bitmap image.
Now if you look at the eps produced by Matlab you'll see that the surface is
replaced by an image. 
So unless this behavior is documented somewhere in ML doc I don't think we can
call this a bug: Octave produces a vector output from vector objects while ML
produces quasi-raster output! 

If you are happy with how ML figures appear in your final document (latex??)
then there are a couple of workaround in Octave:
* print to png. This is incredibly slow since Octave will first print to eps
and then convert to png, but then the file is 100kB large.
* use "imagesc" instead of "pcolor"

May I close this report, or do you still think there is a bug?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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