grapa.plot.plot_curve.DataStruct

class grapa.plot.plot_curve.DataStruct(ax_x_y_fmt: Tuple[Axes, ndarray, ndarray, dict], alter: list, plot_method: str, graph: Graph, graph_i: int, curve: Curve)

Bases: object

To pass parameters around.

:meta private

__init__(ax_x_y_fmt: Tuple[Axes, ndarray, ndarray, dict], alter: list, plot_method: str, graph: Graph, graph_i: int, curve: Curve) None

Methods

__init__(ax_x_y_fmt, alter, plot_method, ...)

Attributes

ax_x_y_fmt

alter

plot_method

graph

graph_i

curve