[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #49739] zooming in subplot with many data poin
From: |
Pantxo Diribarne |
Subject: |
[Octave-bug-tracker] [bug #49739] zooming in subplot with many data points causes crash |
Date: |
Sat, 17 Dec 2016 20:36:44 -0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0 |
Update of bug #49739 (project octave):
Status: None => Need Info
_______________________________________________________
Follow-up Comment #1:
Hi,
Thanks for your report. Can you provide a minimal script that triggers the
crash when zooming so that we can test?
I tested the following
for ii = 1:6
suplot (6,1,ii)
plot (1:1e5)
endfor
and when when I click to start drawing the zoom-box I can see that the
backgroud axes change aspect, some axes lines are missing. Then when I release
the button the plot in the corresponding axes is is correctly rescaled but
some axes lines are still missing. Then I have to force a redraw of the figure
(by switching to another window and back for example) to se the figure redrawn
correctly.
So no crash for me on linux but a very weird behavior.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49739>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #49739] zooming in subplot with many data points causes crash,
Pantxo Diribarne <=