grapa.scripts.script_JVSummaryToBoxPlots.JVSummaryToBoxPlots

grapa.scripts.script_JVSummaryToBoxPlots.JVSummaryToBoxPlots(folder: str, exportPrefix='boxplots_', replace: List[Tuple[str, str]] | None = None, plotkwargs: dict | None = None, silent=False, pltClose=True, newGraphKwargs: dict | None = None, figure_factory: MplFigureFactory | None = None)

Generate box plots from JV or general data files in a given folder.

Parameters:
  • folder – folder where to look for data files (default: current folder)

  • exportPrefix – prefix for the output box plot files

  • replace – list of string replacements to be made in the labels

  • plotkwargs – dict of keyword arguments to be passed to calls to graph.plot()

  • silent – if True, suppress console output (default: False)

  • pltClose – if True, close the plots after saving

  • newGraphKwargs – dict to be passed to the Graph constructor

Returns:

Graph object containing the summary of box plots