bugGNU Octave - Bugs: bug #41160, subplot( 1 ,N,P) and legend()...

 
 

bug #41160: subplot( 1 ,N,P) and legend() problem

Submitted by:  Daisuke TAKAGO <takago>
Submitted on:  Thu 09 Jan 2014 06:26:55 AM UTC  
 
Category: Plotting with OpenGLSeverity: 3 - Normal
Priority: 5 - NormalItem Group: Incorrect Result
Status: Works For MeAssigned to: None
Originator Name: Daisuke TAKAGOOpen/Closed: Closed
Release: 3.8.0Operating System: GNU/Linux

Add a New Comment(Rich Markup)
   

You are not logged in

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

 

Fri 10 Jan 2014 07:57:38 AM UTC, comment #2:

Hi Rik. Thank you for your reply. I tried that code on other two sub-PCs, and it worked fine on both. I do not know why it does not work fine on my main PC. I'll report if I notice something.

Daisuke TAKAGO <takago>
Thu 09 Jan 2014 06:43:06 AM UTC, comment #1:

The example that was a problem for you:

works fine for me on a Linux machine with 3.8.0.

Rik <rik5>
Project Administrator
Thu 09 Jan 2014 06:26:55 AM UTC, original submission:

I found a bug about combination of legend() and subplot( 1 ,N,P).

# EXAMPLE1 (Not Works Well)
close all;subplot(1,3,2);plot(1:100);legend 'A';subplot(1,3,2);
( the first plot is erased )

# EXAMPLE2 ( Works Well)
close all;subplot(3,1,2);plot(1:100);legend 'A';subplot(3,1,2);

# EXAMPLE3 ( Works Well)
close all;subplot(1,3,2);plot(1:100);subplot(1,3,2);
close all;subplot(3,1,2);plot(1:100);subplot(3,1,2);

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
    Fri 21 Mar 2014 01:33:24 AM UTCrik5Open/ClosedOpen=>Closed
    Thu 09 Jan 2014 06:43:06 AM UTCrik5StatusNone=>Works For Me

    Back to the top


    Powered by Savane 3.1-cleanup1