[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #46654] Quirks with closing Figures and updati
From: |
Ceral Paquet |
Subject: |
[Octave-bug-tracker] [bug #46654] Quirks with closing Figures and updating Figure sizes (gnuplot) |
Date: |
Thu, 10 Dec 2015 14:21:47 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 |
URL:
<http://savannah.gnu.org/bugs/?46654>
Summary: Quirks with closing Figures and updating Figure
sizes (gnuplot)
Project: GNU Octave
Submitted by: octavebugs
Submitted on: Thu 10 Dec 2015 02:21:45 PM GMT
Category: None
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: 4.0.0
Operating System: GNU/Linux
_______________________________________________________
Details:
Case 1.
close all; figure;
This opens "Figure 1".
Now close the figure with [x] and type figure again.
The new figure is "Figure 2". Typing figure(1) does not bring the original
figure back but close(1); figure(1) does.
Problem: [x] should behave the same as close;
Case 2.
close all
h=figure(1); set(h,'Position', [60, 600, 400, 330]);
plot(1:10)
h=figure(1); set(h,'Position', [60, 600, 1400, 330]);
plot(1:20)
The figure size is not updated to the larger width 1400.
Problem: once a figure is created, it can't be resized.
BTW my graphics backend is gnuplot. I know this is legacy but I can't use the
newer graphics on this computer - the libraries seem to conflict with the GPU
(way beyond my skill level).
octave:84> graphics_toolkit
ans = gnuplot
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46654>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #46654] Quirks with closing Figures and updating Figure sizes (gnuplot),
Ceral Paquet <=