dqa.connectors.exporter.Plot3DExporter#
- class dqa.connectors.exporter.Plot3DExporter(x_name: str | List[str], y_name: str | List[str], z_name: str | List[str], c_name: str | List[str] | None = None, x_label: str | None = None, y_label: str | None = None, z_label: str | None = None, **kwargs)#
Creates a three-dimensional plot of data.
- Parameters:
x_name (str or list of str, default=None) – Name of the data rows to represent the x coordinates.
y_name (str or list of str) – Name of the data rows to represent the y coordinates.
z_name (str or list of str) – Name of the data rows to represent the z coordinates.
c_name (str or list of str) – Name of the data rows to represent the colors.
x_label (str, default=None) – Label for the x-axis.
y_label (str, default=None) – Label for the y-axis.
z_label (str, default=None) – Label for the z-axis.
Methods
finish
()Can perform actions that are required to clean up after the task has finished, e.g. close network connections etc.
export_data_row
export_dataset
export_dataset_dict
export_machine
export_measurement
finish_export
in_out_default
input_output_dataset
input_output_machine
input_output_mode
input_output_name
log
modify_data_row
modify_dataset
modify_dataset_dict
modify_machine
modify_measurement
set_logging_level
start_export
transfer_metadata