|
From: sfeam <sf...@us...> - 2014-09-14 20:08:09
|
On Sunday, 14 September 2014 09:15:38 PM Petr Mikulik wrote:
> > Log Message:
> > new command 'toggle {<plotno>|"plottitle"|all}'
>
> But this command already exists - it is the "raise" command
No. It has nothing to do with the "raise" command.
> I propose these new options are moved into the existing command.
>
> + New command `toggle {<plotno> | "plottitle" | all} has the same effect
> + as left-clicking on the key entry for a plot shown by an interactive
>
> - For reverse mouse buttons, MB left is menu action.
> - What is "key entry"?
"key entry" = plot title and line/point sample in the key.
If you click on it, the corresponging plot toggles between being
drawn or not drawn, while the other plots in the graph are unaffected.
"toggle all" is the command line equivalent to hotkey "i".
That is, the previous behavior was equivalent to
bind "i" "toggle all"
except that we didn't actually have a command "toggle all"
Now we do.
Ethan
|