|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #53009] Vertically resizing figure to 0px causes distortion afterwards |
| Date: | Tue, 30 Jan 2018 13:19:43 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 |
Update of bug #53009 (project octave):
Status: None => Confirmed
_______________________________________________________
Follow-up Comment #1:
Confirmed. I think there may already be a bug related to this outstanding.
The problem is that the position property of the axes object has been
corrupted.
Steps to Reproduce:
sombrero
# Use mouse to move bottom edge of figure as far up as it will go
# Use mouse to drag bottom edge of figure back down
get (gca, "position")
ans =
1.3000e-01 4.8663e+19 7.7500e-01 -9.7326e+19
# To fix things, set position back to something normal
set (gca, "position", [0.13, 0.11, 0.775, 0.815])
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?53009>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |