Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Aug 7, 2024
1 parent da33f17 commit 3c9c1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyefe/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def plot_impedance(cell, output_dir, efel_settings):

fig = plt.figure()
ax = fig.add_subplot(1, 1, 1)
ax.plot(freq[select_idxs][:len(smooth_Z)], smooth_Z)
ax.plot(freq[select_idxs], smooth_Z)
ax.set_xlabel("Frequency (Hz)")
ax.set_ylabel("normalized Z")
fig .suptitle(f"Impedance for {rec.name}\nfor cell {cell.name}")
Expand Down

0 comments on commit 3c9c1e1

Please sign in to comment.