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: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53737] printing to svg gives error and no plot with gnuplot 5.2
Date: Thu, 26 Apr 2018 11:51:12 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

drawnow("svg", "TESTOUT.svg", "foo.gp");

is what you want.  Then feed the foo.gp file into gnuplot with


@linux ~/octave/bug $ gnuplot

        G N U P L O T
        Version 5.2 patchlevel 0    last modified 2017-09-01 

        Copyright (C) 1986-1993, 1998, 2004, 2007-2017
        Thomas Williams, Colin Kelley and many others

        gnuplot home:     http://www.gnuplot.info
        faq, bugs, etc:   type "help FAQ"
        immediate help:   type "help"  (plot window: hit 'h')

Terminal type is now 'qt'
Options are '0 font "Sans,9"'
gnuplot> load 'foo.gp'


But gnuplot is fairly robust in terms of bugs, so if you have an older version
there is a good chance any bug has been fixed.  gnuplot is fairly easy to
build and install, so if you want the latest version, check www.gnuplot.info
for the source link, which should be

https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/

There should be a ChangeLog file there somewhere.

    _______________________________________________________

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]