[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #48032] ginput failure
From: |
Mike Miller |
Subject: |
[Octave-bug-tracker] [bug #48032] ginput failure |
Date: |
Thu, 26 May 2016 17:51:17 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0 |
Update of bug #48032 (project octave):
Status: Need Info => Works For Me
_______________________________________________________
Follow-up Comment #2:
The following works for me:
im = randi ([0, 255], 128, 128, "uint8");
imshow (im);
[x, y, buttons] = ginput ();
Can you show an example that crashes as you reported?
Can you try upgrading to version 4.0.2? There have been many bug fixes,
including some having to do with image plots that may be related to this.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48032>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #48032] ginput failure,
Mike Miller <=