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

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

[Octave-bug-tracker] [bug #55268] macos: images fail to build for docs


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #55268] macos: images fail to build for docs
Date: Mon, 21 Jan 2019 08:07:55 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #21, bug #55268 (project octave):

@Ben: The image in comment #17 calls for a few comments ... I would not say
that the "plot is created correctly" :-): only do text objects appear to be
printed. In fact those objects are not dependent on opengl working since we
generate the ps code ourselves. 
So my conclusion would be more like "plotting doesn't work for eps and
derived". 
Do png files, which don't use the same code path by default (no gl2ps), look
better or worse? 
Do you observe the same warnings and crappy printouts when printing visible
figures? Does the simple script below generate correct figures?


figure ("visible", "on");
plot (1:10)
print toto.png
print toto.eps

 

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55268>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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