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

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

[Octave-bug-tracker] [bug #44426] ginput with Qt doesn't return values f


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #44426] ginput with Qt doesn't return values for clicks outside axes
Date: Thu, 12 Mar 2015 12:08:26 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36

Follow-up Comment #5, bug #44426 (project octave):

The diff also fixes the ginput behavior relative to this statement from
Mathworks:

> If you select points from multiple axes, the results returned
> are relative to the coordinate system of the axes they come from.

So the following:


figure; subplot (2, 1, 1); subplot (2, 1, 2); [x, y] = ginput (5)


should return clicks in both axes, but the first set is ignored currently.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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