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

 
 

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

Submitted by:  Daisuke TAKAGO <takago>
Submitted on:  Thu 04 Oct 2012 08:56:47 AM UTC  
 
Category: Plotting with OpenGLSeverity: 3 - Normal
Priority: 5 - NormalItem Group: Incorrect Result
Status: FixedAssigned to: None
Originator Name: Daisuke TAKAGOOpen/Closed: Closed
Release: devOperating System: GNU/Linux

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

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>
Project 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 File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only project members can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 2 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Wed 10 Oct 2012 06:53:23 PM UTCrik5StatusNone=>Fixed
      Open/ClosedOpen=>Closed

    Back to the top


    Powered by Savane 3.1-cleanup1