Skip to content

Commit

Permalink
updated monitor plot code
Browse files Browse the repository at this point in the history
  • Loading branch information
willgebhardt committed Aug 6, 2024
1 parent f4c03a1 commit 8d5bbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngclearn/components/base_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,4 @@ def make_plot(self, compartment, ax=None, ylabel=None, xlabel=None, title=None,
for k in range(n):
_ax.plot(vals[:, 0, k])
else:
plot_func(vals, ax=_ax)
plot_func(vals[:, :, 0:n], ax=_ax)

0 comments on commit 8d5bbd1

Please sign in to comment.