grapa.plot.plot_curve.plot_curve

grapa.plot.plot_curve.plot_curve(ax: Axes, groupedplotters: GroupedPlotters, graph: Graph, graph_i: int, curve: Curve, ignore_next: int = 0)

Plot a Curve on some axis

Parameters:
  • ax – a matplotlib.axes.Axes

  • groupedplotters – to handle boxplots, violinplots and such (see plot_graph_aux.py)

  • graph_i_curve – (graph, graph_i, curve), such that curve == graph[graph_i] Required to properly plot scatter with scatter_c, etc.

  • ignore_next – int, counter to decide whether the next curves shall not be plotted (multi-Curve plotting such as scatter)

Returns:

handle, ignore_next