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: Marco Caliari
Subject: [Octave-bug-tracker] [bug #41216] epslatexstandalone not working for fltk backend
Date: Thu, 16 Jan 2014 09:41:29 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20100101 Firefox/13.0

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

Hi,

it seems now I have an example always failing, with or without sleep(1)


clear all
close all
system('rm -f test.tex') % ATTENTION: dangerous
f = figure;
set(f,'visible','off') % with this, always failure with FLTK
plot(1,1)
print('-depslatexstandalone','test.tex')


If I remove the line set(f,'visible','off'), then (today) it always works.
With the line, it works with gnuplot. 

Marco

    _______________________________________________________

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]