bugGNU Octave - Bugs: bug #37499, legend() and subplot() problem on...

 
 

bug #37499: legend() and subplot() problem on fltk backend

Submitter:  Daisuke TAKAGO <takago>
Submitted:  Thu 04 Oct 2012 08:56:47 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Daisuke TAKAGO Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 10 Oct 2012 06:53:23 PM UTC, comment #1: 

Fixed in this changeset (http://hg.savannah.gnu.org/hgweb/octave/rev/623cce4577b3).  You will need to update to the latest source code from Mercurial in order to see the fix.  Alternatively you can wait until the next release of Octave.

Rik <rik5>
Group administrator
Thu 04 Oct 2012 08:56:47 AM UTC, original submission:  

I found a bug about legend() and subplot().

# EXAMPLE1 ( Works Well)
subplot(2,1,2);
plot(1:100);
subplot(2,1,2);

# EXAMPLE2 ( Not Wroks Well)
subplot(2,1,2);
plot(1:100);
legend('ABC'); 
subplot(2,1,2); % the plot except axis disappears  at this timing.




Environment:
GNU Octave Version 3.7.0+/Debian Squeeze(i686)

Daisuke TAKAGO <takago>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by takago (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-10-10 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code