Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Feb 2, 2024
1 parent 03aab42 commit e6ab7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyefe/cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def plot_recordings(self, protocol_name, output_dir=None, show=False):
plt.margins(0, 0)

if show:
plt.show()
fig.show()

if output_dir is not None:
filename = f"{self.name}_{protocol_name}_recordings_page_{page + 1}.pdf"
Expand Down

0 comments on commit e6ab7be

Please sign in to comment.