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

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

[Octave-bug-tracker] [bug #33291] Gnuplot does not work anymore due to w


From: Rik
Subject: [Octave-bug-tracker] [bug #33291] Gnuplot does not work anymore due to wrong code in __gnuplot_get_var__.m
Date: Sun, 15 May 2011 01:26:57 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

Update of bug #33291 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

gnuplot as a backend works correctly for me.  This is on a Linux system
(Kubuntu 10.04) with gnuplot 4.2.6.

The Octave code in question is correct.  'str', at line 113 of
__gnuplot_get_var__.m is a cell array of strings.  The call 'str{:}' returns
each cell of the array which is then concatenated into a real string.  The
code you quote as belonging to the previous version produces an error when
run.

Starting from something simple, does the gnuplot toolkit work for simple
graphs like


plot (1:10);




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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