Skip to content

Commit

Permalink
Merge pull request #25 from AllenNeuralDynamics/fig_fix
Browse files Browse the repository at this point in the history
adding fig pass in
  • Loading branch information
alexpiet authored Oct 14, 2024
2 parents 7986c00 + d4d629d commit 5a274bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


def plot_session_scroller( # noqa: C901 pragma: no cover
nwb, ax=None, plot_bouts=False, processing="bright"
nwb, ax=None, fig=None, plot_bouts=False, processing="bright"
):
"""
Creates an interactive plot of the session.
Expand Down

0 comments on commit 5a274bf

Please sign in to comment.