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

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

[Octave-bug-tracker] [bug #46835] Error on modifying properties of a leg


From: Konstantinos Poulios
Subject: [Octave-bug-tracker] [bug #46835] Error on modifying properties of a legend in plotyy
Date: Wed, 06 Jan 2016 22:33:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 Iceweasel/43.0.1

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

                 Summary: Error on modifying properties of a legend in plotyy
                 Project: GNU Octave
            Submitted by: logari81
            Submitted on: Wed 06 Jan 2016 10:33:35 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.1-rc1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

>> version
ans = 4.0.1-rc1
>> clf
>> [hax,h1,h2]=plotyy(1:3,2:4,1:3,6:-1:4);
>> hold on
>> [~,h3,h4]=plotyy(1:3,3:5,1:3,5:-1:3);
>> h5=plot(hax(2),1:3,5:7);
>> set(h1,'color','r')
>> set(h2,'color','g')
>> set(h3,'color','b')
>> set(h4,'color','m')
>> set(h5,'color','c')
>> hl = legend('l1','l2','l3','l4','l5');
>> set(hl,'fontsize',14)
error: horizontal dimensions mismatch (2x1 vs 3x1)
error: called from
    __getlegenddata__ at line 32 column 10
    legend>updatelegend at line 1080 column 17
error: octave_base_value::double_value (): wrong type argument '<unknown
type>'
error: octave_base_value::convert_to_str_internal (): wrong type argument
'<unknown type>'
error: octave_base_value::convert_to_str_internal (): wrong type argument
'<unknown type>'
error: octave_base_value::convert_to_str_internal (): wrong type argument
'<unknown type>'
error: octave_base_value::matrix_value(): wrong type argument '<unknown
type>'
error: set: A(I,J): row index out of bounds; value 1 out of bound 0




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 06 Jan 2016 10:33:35 PM GMT  Name: __getlegenddata__.m  Size: 2kB  
By: logari81
Possible fix
<http://savannah.gnu.org/bugs/download.php?file_id=35939>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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