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: Rik
Subject: [Octave-bug-tracker] [bug #55268] macos: images fail to build for docs
Date: Tue, 22 Jan 2019 12:42:36 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

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

Ugh.  So maybe on Macs we can't get a valid OpenGL context without having
shown a visible figure first?

@Ben: What happens if you change the order of execution?


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




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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