datasources#
Bases:
TUIMenu
Enters the menu for creating and modifying plots containing multiple data sources.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
add_report_plot
(service, version, mode, path)Specify an existing report plot to include in this plot.
add_xy_plot
(service, version, mode, path)Specify an existing XY plot to include in this plot.
list_curve_information
(service, version, ...)Prints the names of the variables selected for plotting.
list_data_sources
(service, version, mode, path)Prints the names of the selected/loaded data sources including the files and in-session plot objects.
list_legend_names
(service, version, mode, path)Prints the names of the legends to the console.
load_file
(service, version, mode, path)Specify a file to load for plotting.
plot
(service, version, mode, path)Plots the selected data in the active graphics window.
properties
(service, version, mode, path)Prints the properties of whichever plot or file included in the multiple data sources plot that you specify.
remove_data_source
(service, version, mode, path)Removes whichever data source (plot or file) you specify.
rename_legend
(service, version, mode, path)Allows you to rename legend entries.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Specify an existing report plot to include in this plot.
Bases:
TUIMethod
Specify an existing XY plot to include in this plot.
Bases:
TUIMethod
Prints the names of the variables selected for plotting.
Bases:
TUIMethod
Prints the names of the selected/loaded data sources including the files and in-session plot objects.
Bases:
TUIMethod
Prints the names of the legends to the console.
Bases:
TUIMethod
Specify a file to load for plotting. The file must be located in the working directory.
Bases:
TUIMethod
Plots the selected data in the active graphics window.
Bases:
TUIMethod
Prints the properties of whichever plot or file included in the multiple data sources plot that you specify.
Bases:
TUIMethod
Removes whichever data source (plot or file) you specify.
Bases:
TUIMethod
Allows you to rename legend entries. Note that you must re-plot to see the legend name change.