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

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

[Octave-bug-tracker] [bug #46025] Make display of coordinates in figure'


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #46025] Make display of coordinates in figure's status bar optional
Date: Tue, 22 Sep 2015 14:29:24 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

Follow-up Comment #3, bug #46025 (project octave):

@Rik: I think this may be true in octave 4.0 but it has been fixed in stable.
For me the following works fine to display/hide the toolbar:


plot (1:10)
set (gcf, "toolbar", "none") % hide the toolbar
set (gcf, "toolbar", "auto") % show it again


We could eventually add a "statusbar" property that works essentially as the
"toolbar" property. 

On the other hand I'd also like to implement something more useful like a
"statusbarfcn" that could be used to display mouse coordinates but also any
useful info like impixelinfo (see
http://octave.1599824.n4.nabble.com/Re-impixelinfo-tc4672469.html)

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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