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

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

[Octave-bug-tracker] [bug #45030] qt figure window: possible improvement


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45030] qt figure window: possible improvements
Date: Sat, 30 May 2015 22:31:17 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.0.1

Update of bug #45030 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Answering your observations one by one:

 * You can choose your own default font size for e.g. all axes objects by
setting the "defaultaxesfontsize" property on the root object:


>> set (0, "defaultaxesfontsize", 12);


Add this to your octaverc startup file to make it a permanent preference.

 * The button sets the figure mouse mode to "select" as opposed to "zoom" or
"pan". It's the same as choosing "Select" from the "Edit" menu on the plot
window. AFAICT this currently does nothing different from the default "none"
mouse mode, but since there is no way to return to "none" it essentially acts
to deactivate all the other modes so you don't accidentally pan or zoom your
figure.

I think that answers everything you've posted here, ok to close this report?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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