atomica.plotting

Functions for generating plots from model outputs

This module implements Atomica’s plotting library, which is used to generate various plots from model outputs.

Functions

plot_bars

Produce a bar plot

plot_legend

Render a new legend

plot_series

Produce a time series plot

relabel_legend

Change the labels on an existing legend

reorder_legend

Change the order of an existing legend

save_figs

Save figures to disk as PNG or other graphics format files

Classes

PlotData

Process model outputs into plottable quantities

Series

Represent a plottable time series