diff --git a/pybamm/plotting/quick_plot.py b/pybamm/plotting/quick_plot.py index 4f83ec1d14..1464070e02 100644 --- a/pybamm/plotting/quick_plot.py +++ b/pybamm/plotting/quick_plot.py @@ -472,6 +472,8 @@ def plot(self, t, dynamic=False): ---------- t : float Dimensional time (in 'time_units') at which to plot. + dynamic : bool, optional + Determine whether to allocate space for a slider at the bottom of the plot when generating a dynamic plot. """ plt = have_optional_dependency("matplotlib.pyplot")