grapa.plot.plot_graph_aux.ParserAxlines

class grapa.plot.plot_graph_aux.ParserAxlines(data)

Bases: ABC

Possible inputs: - 3 - [3, {‘color’:’r’, ‘xmin’: 0.5] - [1, 2, 4, {‘color’:’b’}] - [[1, {‘color’:’c’}], [2, {‘color’:’m’}]]

__init__(data)

Methods

__init__(data)

plot(ax, curvedummy, alter, type_plot)

Plots the lines on the given axes.

abstractmethod plot(ax, curvedummy, alter, type_plot)

Plots the lines on the given axes.