octave-maintainers
[Top][All Lists]
Advanced

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

Re: Grid toggle from Edit menu affects all axes


From: Andreas Weber
Subject: Re: Grid toggle from Edit menu affects all axes
Date: Tue, 29 Jul 2014 07:33:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

Am 29.07.2014 05:47, schrieb Rik:
> 7/28/14
> Andreas,
> 
> In a recent changeset the FLTK Edit Menu for plots was changed so that
> actions like show grid and hide grid apply to all axes.  Is this
> necessary?  When I use the 'g' keyboard shortcut or the 'G' menubar it only
> affects the particular axes involved.  I think there are lots of occasions
> where multiple plots are displayed and you want to modify a single plot
> rather than globally change all plots.
> 
> --Rik

Hi Rik,
I thought it is too redundant to have a menubar which has the exact
actions as the toolbar at the bottom and the keyboard shortcuts.

To summarise the implementation after my last cset:

* The shortcuts p,a,r,g affects the last, with the mouse clicked axes
object or the last added axes if no one was clicked so far. Only the
figure which is associated with the window are affected

* The toolbar buttons at the bottom left behave exactly like the shortcuts.

* The menubar Edit ->* works on all axes which is in my view great if
you work with subplots.


My idea was that a user who want to change pan/rotate/grid/zoom on a
spezific axes would click it and use the toolbar or shortcuts (I never
saw one of my colleagues using the menu).

We could also extend the menu a little bit and integrate menu entries
which work on all axes and others which behave like the toolbar buttons.

--Andy



reply via email to

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