display_states#
Bases:
TUIMenuEnter the display states menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
apply(service, version, mode, path)Apply a display state to the active graphics window.
copy(service, version, mode, path)Copy the settings of an existing display state to another existing display state.
create(service, version, mode, path)Create a new display state.
delete(service, version, mode, path)Delete a display state.
edit(service, version, mode, path)Edit a display state.
list(service, version, mode, path)Print the names of the existing display states to the console.
read(service, version, mode, path)Read in display states from a file.
use_active(service, version, mode, path)Save the display state settings of the active graphics window to an existing display state.
write(service, version, mode, path)Write one or more of the saved display states to a file.
__init__ method of TUIMenu class.
Bases:
TUIMethodApply a display state to the active graphics window.
Bases:
TUIMethodCopy the settings of an existing display state to another existing display state.
Bases:
TUIMethodCreate a new display state.
Bases:
TUIMethodDelete a display state.
Bases:
TUIMethodEdit a display state. Enter quit (or a substring, such as q or qui) to exit the editing loop.
Bases:
TUIMethodPrint the names of the existing display states to the console.
Bases:
TUIMethodRead in display states from a file.
Bases:
TUIMethodSave the display state settings of the active graphics window to an existing display state. This command is not available when the active window is displaying a 2D plot.
Bases:
TUIMethodWrite one or more of the saved display states to a file.