[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #57241] after copyobj, labels behave strange
From: |
Muhali |
Subject: |
[Octave-bug-tracker] [bug #57241] after copyobj, labels behave strange |
Date: |
Fri, 15 Nov 2019 09:10:11 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0 |
URL:
<https://savannah.gnu.org/bugs/?57241>
Summary: after copyobj, labels behave strange
Project: GNU Octave
Submitted by: muhali
Submitted on: Fri 15 Nov 2019 06:10:09 AM PST
Category: Plotting with OpenGL
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 5.1.0
Operating System: GNU/Linux
_______________________________________________________
Details:
ax1 = subplot(2,1,1) ;
ylabel('y')
ax2 = copyobj(ax1, gcf);
set(ax2, 'position', [0.2 0.1 0.5 0.2])
ylim(ax2, [0.2 0.4])
After the ylim command, the label wanders away.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57241>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #57241] after copyobj, labels behave strange,
Muhali <=