[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43018] "legend" shifts other subplots away (i
From: |
H. G. |
Subject: |
[Octave-bug-tracker] [bug #43018] "legend" shifts other subplots away (in combination with "hold on") |
Date: |
Mon, 18 Aug 2014 19:53:23 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 |
URL:
<http://savannah.gnu.org/bugs/?43018>
Summary: "legend" shifts other subplots away (in combination
with "hold on")
Project: GNU Octave
Submitted by: hardy
Submitted on: Mo 18 Aug 2014 19:53:22 GMT
Category: Plotting with OpenGL
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 3.8.2
Operating System: Any
_______________________________________________________
Details:
Here is an example of the behavior:
close all;
graphics_toolkit('fltk');
figure(1);
subplot(2,2,3);
plot(1:10);
subplot(2,2,2);
hold on;
plot(1:10);
input('Press key to continue!');
legend('A','Location','NorthEastOutside');
After pressing the key, the newly appearing legend shifts the other subplot
out of the way, making it mostly invisible :(
This happens only with fltk. In Gnuplot it's fine.
In Matlab this also works properly.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43018>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #43018] "legend" shifts other subplots away (in combination with "hold on"),
H. G. <=