Key | Description |
<Ctrl-N> | Create new window with empty script. Note, all scripts share variables. So, second window can be used to see some additional information of existed variables. |
<Ctrl-O> | Open and execute/show script or data from file. You may switch off automatic exection in UDAV properties |
<Ctrl-S> | Save script to a file. |
<Ctrl-P> | Open printer dialog and print graphics. |
<Ctrl-Z> | Undo changes in script editor. |
<Ctrl-Shift-Z> | Redo changes in script editor. |
<Ctrl-X> | Cut selected text into clipboard. |
<Ctrl-C> | Copy selected text into clipboard. |
<Ctrl-V> | Paste selected text from clipboard. |
<Ctrl-A> | Select all text in editor. |
<Ctrl-F> | Show dialog for text finding. |
<F3> | Find next occurrence of the text. |
<Win-C> or <Meta-C> | Show dialog for new command and put it into the script. |
<Win-F> or <Meta-F> | Insert last fitted formula with found coefficients. |
<Win-S> or <Meta-S> | Show dialog for styles and put it into the script. Styles define the plot view (color scheme, marks, dashing and so on). |
<Win-O> or <Meta-O> | Show dialog for options and put it into the script. Options are used for additional setup the plot. |
<Win-N> or <Meta-N> | Replace selected expression by its numerical value. |
<Win-P> or <Meta-P> | Select file and insert its file name into the script. |
<Win-G> or <Meta-G> | Show dialog for plot setup and put resulting code into the script. This dialog setup axis, labels, lighting and other general things. |
<Ctrl-Shift-O> | Load data from file. Data will be deleted only at exit but UDAV will not ask to save it. |
<Ctrl-Shift-S> | Save data to a file. |
<Ctrl-Shift-C> | Copy range of numbers to clipboard. |
<Ctrl-Shift-V> | Paste range of numbers from clipboard. |
<Ctrl-Shift-N> | Recreate the data with new sizes and fill it by zeros. |
<Ctrl-Shift-R> | Resize (interpolate) the data to specified sizes. |
<Ctrl-Shift-T> | Transform data along dimension(s). |
<Ctrl-Shift-M> | Make another data. |
<Ctrl-Shift-H> | Find histogram of data. |
<Ctrl-T> | Switch on/off transparency for the graphics. |
<Ctrl-L> | Switch on/off additional lightning for the graphics. |
<Ctrl-G> | Switch on/off grid of absolute coordinates. |
<Ctrl-Space> | Restore default graphics rotation, zoom and perspective. |
<F5> | Execute script and redraw graphics. |
<F6> | Change canvas size to fill whole region. |
<F7> | Stop script execution. |
<F9> | Restore status for ’once’ command and reload data. |
<Ctrl-F5> | Run slideshow. If no parameter specified then the dialog with slideshow options will appear. |
<Ctrl-Comma>, <Ctrl-Period> | Show next/previous slide. If no parameter specified then the dialog with slideshow options will appear. |
<Ctrl-W> | Open dialog with slideshow options. |
<Ctrl-Shift-G> | Copy graphics to clipboard. |
<F1> | Show help on MGL commands |
<F2> | Show/hide tool window with messages and information. |
<F4> | Show/hide calculator which evaluate and help to type textual formulas. Textual formulas may contain data variables too. |
<Meta-Shift-Up>, <Meta-Shift-Down> | Change view angle \theta. |
<Meta-Shift-Left>, <Meta-Shift-Right> | Change view angle \phi. |
<Alt-Minus>, <Alt-Equal> | Zoom in/out whole image. |
<Alt-Up>, <Alt-Down>, <Alt-Right>, <Alt-Left> | Shift whole image. |
<Alt-P> | Export as semitransparent PNG. |
<Alt-F> | Export as solid PNG. |
<Alt-J> | Export as JPEG. |
<Alt-E> | Export as vector EPS. |
<Alt-S> | Export as vector SVG. |
<Alt-L> | Export as LaTeX/Tikz image. |
<Alt-M> | Export as MGLD. |
<Alt-D> | Export as PRC/PDF. |
<Alt-O> | Export as OBJ. |