dqa.connectors.exporter.PlotTextExporter#

class dqa.connectors.exporter.PlotTextExporter(x_name: str | List[str], y_name: str | List[str], text_name: str | List[str], **kwargs)#

Prints text in a plot.

Parameters:
  • x_name (str or list of strings) – Data row containing the x coordinates for the texts.

  • y_name (str or list of strings) – Data row containing the y coordinates for the texts.

  • text_name (str or list of strings) – Data row containing the contents for the texts.

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