octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #45440] Lines are wrong during a Z+ zoom and a


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #45440] Lines are wrong during a Z+ zoom and after.
Date: Wed, 01 Jul 2015 03:09:46 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36

Follow-up Comment #1, bug #45440 (project octave):

I did some more debugging and found that this script will show the problem.


x=rand(1,8);
y=randn(1,8);
plot(x,y)
legend ("f");
hold on 
x=rand(1,8);
y=randn(1,8);
plot(x,y,'rx')
plot(x,y,'r')
hold off 

If you comment out the legend line then the problem goes away!

so
QT graphics and legend command then the red lines change during a Z+ action.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45440>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]