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

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

[Octave-bug-tracker] [bug #35391] available_graphics_toolkits lists gnup


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #35391] available_graphics_toolkits lists gnuplot, although not there
Date: Sat, 31 Jan 2015 22:24:48 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.91 Safari/537.36

Follow-up Comment #10, bug #35391 (project octave):

If gnuplot was not found when Octave was compiled, the gnuplot_binary will be
an empty string by default, so you're right, the toolkit will not work. The
fix for this bug means the gnuplot toolkit will not be available in that case.
Which is exactly what we want.

If the user wants to tell Octave where to find gnuplot later, they can do
something like


gnuplot_binary ("/path/to/my/gnuplot");
register_graphics_toolkit ("gnuplot");


in an octaverc startup file and everything will work as expected from that
point on. I just tested a build with no toolkits and no gnuplot and confirmed
that this works.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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