grapa.plot.plot_graph_aux

Created on Thu Nov 1 18:21:57 2018

@author: Romain Carron Copyright (c) 2026, Empa, Laboratory for Thin Films and Photovoltaics, Romain Carron

Classes

GroupedPlotters()

class to handle boxplots, violin plots and related

ParserAxhline(data)

Parser for horizontal lines in a plot.

ParserAxlines(data)

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

ParserAxvline(data)

Parser for vertical lines in a plot.

ParserMisc()

Class to handle miscellaneous plot properties

Plotter()

Base class for handling grouped plots like boxplots and violin plots.

PlotterBoxplot()

class to handle boxplots

PlotterViolin()

class to handle violin plots

SubplotsAdjuster()

A utility class for managing and adjusting subplot_adjust parameter of matplotlib.