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

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

[Octave-bug-tracker] [bug #53737] printing to svg gives error and no plo


From: Francesco Potortì
Subject: [Octave-bug-tracker] [bug #53737] printing to svg gives error and no plot with gnuplot 5.2
Date: Thu, 26 Apr 2018 12:37:05 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #30, bug #53737 (project octave):

Thanks. I cannot reproduce it.  Inside Octave I get what I indicated in my
first submission if I use print.

If instead I write


graphics_toolkit gnuplot; plot([1 2],[1 2]); axis([0 3 0 3]);
drawnow("svg", "TESTOUT.svg", "foo.gp");


then the line on which Gnuplot barfs (and dumps core) is not present in the
foo.gp file, which starts with


unset multiplot;
set terminal svg enhanced size 560,420 
set output 'TESTOUT.svg';


and the TESTOUT.svg file is generated without errors.

Anyway, if you think this is not so important after all, I ewill gladly stop
investigating.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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