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

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

[Octave-bug-tracker] [bug #33774] Bad subscript index in __getlegenddata


From: Max
Subject: [Octave-bug-tracker] [bug #33774] Bad subscript index in __getlegenddata__.m
Date: Thu, 14 Jul 2011 17:16:02 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0

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

                 Summary: Bad subscript index in __getlegenddata__.m
                 Project: GNU Octave
            Submitted by: max_t
            Submitted on: Do 14 Jul 2011 17:16:01 GMT
                Category: Plotting with gnuplot
                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.4.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The second plot command of the sequence


figure(1)
clf(gcf())
hold on
plot(1,1,'*k;Data;');
text(1,1,'  Data 1');
plot(2,2,'*k');
hold off


leads to
error: __getlegenddata__: subscript indices must be either positive integers
or logicals
error: called from:
error:   /usr/local/share/octave/3.4.2/m/plot/private/__getlegenddata__.m at
line 38, column 11
error:   /usr/local/share/octave/3.4.2/m/plot/private/__plt__.m at line 57,
column 23
error:   /usr/local/share/octave/3.4.2/m/plot/plot.m at line 194, column 9

(octave 3.4.2 on ubuntu 11.04 on Intel P4)




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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