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

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

[Octave-bug-tracker] [bug #49457] Octave does not respond on plot-comman


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #49457] Octave does not respond on plot-commands
Date: Fri, 28 Oct 2016 16:06:09 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

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

Which plotting toolkit?  Just one?  All of them.  Experiment with

graphics_toolkit("qt");
for i=1:10
  X=[1 2 3 4 5 6];
  plot(X);
endfor

graphics_toolkit("fltk");
for i=1:10
  X=[1 2 3 4 5 6];
  plot(X);
endfor

graphics_toolkit("gnuplot");
for i=1:10
  X=[1 2 3 4 5 6];
  plot(X);
endfor

On my linux system I've had a problem similar to what you describe for "qt"
only.  The other two work fine without the window freezing.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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