Previous topic

Quick Plot

Next topic

Plot

This Page

Dynamic Plot

pybamm.dynamic_plot(*args, **kwargs)[source]

Creates a pybamm.QuickPlot object (with arguments ‘args’ and keyword arguments ‘kwargs’) and then calls pybamm.QuickPlot.dynamic_plot(). The key-word argument ‘testing’ is passed to the ‘dynamic_plot’ method, not the QuickPlot class.

Returns:plot – The ‘QuickPlot’ object that was created
Return type:pybamm.QuickPlot