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

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

[Octave-bug-tracker] [bug #45028] Use "visible", "off" for printing


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #45028] Use "visible", "off" for printing
Date: Tue, 05 May 2015 17:57:31 +0000
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Follow-up Comment #3, bug #45028 (project octave):

John,
When I did this manually, by:

h = gcf();
figure(h, "visible", "off");
print zzz.pdf
figure(h, "visible", "on");

_________________
I did not see any brief display.  I was going to try:
fn = tempname ();
 __osmesa_print__ (h, fn, "pdf");

but since print zzz.pdf worked, I did not try it.
Would that have worked better/differently?

nyhow, a brief display of the plot is not as bad as the
current flicker and color change. But, it probably will
not work remotely.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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