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

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

[Octave-bug-tracker] [bug #42537] print doesnt output file when called f


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #42537] print doesnt output file when called from gui
Date: Wed, 11 Jun 2014 08:18:19 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #1, bug #42537 (project octave):

If you are using a recent dev source tree, you are also probably using "qt"
graphics_toolkit when the gui is launched. It is a known limitation of "qt"
toolkit that printing doesn't work but AFAIK it hadn't been reported up to
now. 
The reason why "octave ppeaks.m" works is that then the gui is not launched
and "fltk" toolkit is used instead.

If you can confirm that the following snippet works in the gui terminal,


close all
graphics_toolkit ('fltk')
peaks
print peaks.jpg


then this bug report could be retitled something like "printing doesn't work
with qt graphics_toolkit" for clarity.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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