datasources#
Bases:
TUIMenuEnters 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:
TUIMethodSpecify an existing report plot to include in this plot.
Bases:
TUIMethodSpecify an existing XY plot to include in this plot.
Bases:
TUIMethodPrints the names of the variables selected for plotting.
Bases:
TUIMethodPrints the names of the selected/loaded data sources including the files and in-session plot objects.
Bases:
TUIMethodPrints the names of the legends to the console.
Bases:
TUIMethodSpecify a file to load for plotting. The file must be located in the working directory.
Bases:
TUIMethodPlots the selected data in the active graphics window.
Bases:
TUIMethodPrints the properties of whichever plot or file included in the multiple data sources plot that you specify.
Bases:
TUIMethodRemoves whichever data source (plot or file) you specify.
Bases:
TUIMethodAllows you to rename legend entries. Note that you must re-plot to see the legend name change.