Skip to content

Commit

Permalink
Document dynamic arg in pybamm.QuickPlot.plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhil-Sharma30 committed Jan 21, 2024
1 parent 481f9e6 commit 8d30042
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pybamm/plotting/quick_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8d30042

Please sign in to comment.