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

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

[Octave-bug-tracker] [bug #41216] epslatexstandalone not working for flt


From: Rik
Subject: [Octave-bug-tracker] [bug #41216] epslatexstandalone not working for fltk backend with 'visible' = 'off'
Date: Fri, 17 Jan 2014 16:57:57 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #11, bug #41216 (project octave):

I think you can get what you want by using a project-specific .octaverc file. 
In the directory where you are doing your work, make a new file ".octaverc"
and put whatever commands you want in it.  In this case, put the command


graphics_toolkit gnuplot


You can read about it in the documentation, but Octave runs the global
.octaverc file, the personal .octaverc file (~/.octaverc), and then the
project-specific .octaverc file so these local changes will override your more
general settings.

The other solution is to make the figures visible before printing.


set (hfig, "visible", "on");
print
set (hfig, "visible", "off");




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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