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 09:23:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

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

@Ben: Ok. So this is definitely due to printing with gl2ps. If you start an
Octave session and no previous figure have been open, does the following
work?


figure ("visible", "off");
plot (1:10)
print toto.eps
set (gcf, "visible", "on")
print toto_visible.eps


Those should make use of two different opengl contexts, first an offscreen
one, second a "standard" one.


    _______________________________________________________

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]