pybamm.QuickPlot(solutions, output_variables=None, labels=None, colors=None, linestyles=None, figsize=None, n_rows=None, time_unit=None, spatial_unit='um', variable_limits='fixed')[source]¶Generates a quick plot of a subset of key outputs of the model so that the model outputs can be easily assessed.
| Parameters: |
|
|---|
dynamic_plot(testing=False, step=None)[source]¶Generate a dynamic plot with a slider to control the time.
| Parameters: |
|---|
plot(t, dynamic=False)[source]¶Produces a quick plot with the internal states at time t.
| Parameters: | t (float) – Dimensional time (in ‘time_units’) at which to plot. |
|---|