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

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

[Octave-bug-tracker] [bug #47040] After I open the figure, I can't type


From: Lachlan Andrew
Subject: [Octave-bug-tracker] [bug #47040] After I open the figure, I can't type anything in command windows(GUI), but cli work fine
Date: Sun, 07 Feb 2016 11:10:53 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

Thanks for the bug report.  Could you please provide a little more
information?

1. Does the graph draw properly?

2. What graphics toolkit are you using?  Type


graphics_toolkit


Use available_graphics_toolkits to see what other toolkits are supported in
your system, and try one of those.  Does it still fail?

3. Are there any graphs it can produce?  Try something like


x = rand (10,10);
imagesc (x);


or hist ().

4. Can you interact with the GUI other than typing in the command window?  For
example, does the editor respond to keystrokes?  If you run the script with a
"keyboard" statement after the plot, does it respond to the "continue"
function?

5. What desktop environment are you using? (KDE? Gnome?)


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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