alframework.tools.plotting module
- analysis_plot(meta_dir, plot_dir, meta_n_cols=50)[source]
Plot analysis plots.
- Args:
meta_dir (str): Path of the directory that contains the pickle file storing the data to be plotted. plot_dir (str): Path of the directory to store the plots. meta_n_cols (int): Maximum number of models to represent on a plot.
- Returns:
(None)