display_states#
Bases:
TUIMenu
Enter 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:
TUIMethod
Apply a display state to the active graphics window.
Bases:
TUIMethod
Copy the settings of an existing display state to another existing display state.
Bases:
TUIMethod
Create a new display state.
Bases:
TUIMethod
Delete a display state.
Bases:
TUIMethod
Edit a display state. Enter quit (or a substring, such as q or qui) to exit the editing loop.
Bases:
TUIMethod
Print the names of the existing display states to the console.
Bases:
TUIMethod
Read in display states from a file.
Bases:
TUIMethod
Save 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:
TUIMethod
Write one or more of the saved display states to a file.