[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #48067] hgload'ed figure does not refresh (qt)
From: |
Muhali |
Subject: |
[Octave-bug-tracker] [bug #48067] hgload'ed figure does not refresh (qt) |
Date: |
Tue, 31 May 2016 17:41:48 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0 |
URL:
<http://savannah.gnu.org/bugs/?48067>
Summary: hgload'ed figure does not refresh (qt)
Project: GNU Octave
Submitted by: muhali
Submitted on: Tue 31 May 2016 10:41:46 AM PDT
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: 4.0.2
Operating System: GNU/Linux
_______________________________________________________
Details:
when using hgsave and hgload as in the script below, the second figure is only
refreshed (and identical to the first) when moving the figure window using the
mouse.
graphics_toolkit qt
clear
set(0, "defaultfigureunits", "normalized") ;
x = randn(10,2) ;
figure(1, "position", [0.5 0.5 0.4 0.2]) ;
subplot(1,2,1) ;
scatter(x(:,1), x(:,2)) ;
axis square ; axis([-3 3 -3 3]) ;
subplot(1,2,2) ;
scatter(x(:,1), x(:,2)) ;
axis square ; axis([-3 3 -3 3]) ;
hgsave(gcf, "foo.ofig") ;
hgload("foo.ofig") ;
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48067>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #48067] hgload'ed figure does not refresh (qt),
Muhali <=