sierra.core.graphs.stacked_line#
{Intra,Inter}-experiment line graph generation for stage{4,5}.
Functions#
|
Generate a line graph from a set of columns in a file. |
Module Contents#
- sierra.core.graphs.stacked_line.generate(pathset: generate.pathset, input_stem: str, output_stem: str, title: str, medium: str, backend: str, stats_center: str, stats_spread: str, *, xticks: list[float] | None = None, xlabel: str | None = None, ylabel: str | None = None, points: bool = False, large_text: bool = False, legend: list[str] | None = None, xticklabels: list[str] | None = None, cols: list[str] | None = None, logyscale: bool = False) bool[source]#
Generate a line graph from a set of columns in a file.
If the necessary data file does not exist, the graph is not generated.
If the .stddev file that goes with the .mean does not exist, then no error bars are plotted.
If the .model file that goes with the .mean does not exist, then no model predictions are plotted.