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

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

[Octave-bug-tracker] [bug #42063] Gnuplot-compatible command does not wo


From: Max G.
Subject: [Octave-bug-tracker] [bug #42063] Gnuplot-compatible command does not work with FLTK
Date: Mon, 07 Apr 2014 08:50:01 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/33.0.1750.152 Chrome/33.0.1750.152 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?42063>

                 Summary: Gnuplot-compatible command does not work with FLTK
                 Project: GNU Octave
            Submitted by: maxg
            Submitted on: Mo 07 Apr 2014 08:50:00 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hey there,
I was looking for some help and found the following code:

figure('color', 'w');
for i=1:5
   h(i) = subplot(5,1,i);
   plot(rand(1,20));
end
set(h, 'box', 'off'); #LINE 6
set(h(1:4),'xcolor','w');
linkaxes(h');


(http://www.mathworks.com/matlabcentral/newsreader/view_thread/152521)

Let us ignore the fact, that 'linkaxes' is missing. If I set
 graphics_toolkit 'gnuplot' ,
no error is produced. Otherwise it fails at line 6.

I think, it should fail in none or in both cases.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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