BasicData# class caf.viz.xy_plot.BasicData(*args, data, x_column, y_column, x_label=None, y_label=None, title=None, auto_label=True)[source]# Bases: object Basic data for XY plots. Attributes auto_label title x_label y_label data x_column y_column Methods __init__(*args, **kwargs) Attributes Documentation Parameters: args (Any) data (pd.DataFrame) x_column (str) y_column (str) x_label (str | None) y_label (str | None) title (str | None) auto_label (bool) auto_label: bool = True# title: str | None = None# x_label: str | None = None# y_label: str | None = None# data: pd.DataFrame[source]# x_column: str[source]# y_column: str[source]#