Skip to content

Commit

Permalink
fix FI plot title
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Nov 19, 2024
1 parent 27bd632 commit 308fa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyemodel/emodel_pipeline/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ def plot_fi_curves(expt_data, sim_data, figures_dir, emodel, write_fig):
ax[1].plot(simulated_amp, simulated_freq, "o", color="blue", label="model")
ax[1].set_xlabel("Amplitude (nA)")
ax[1].set_ylabel("Voltage (mV)")
ax[1].set_title("IV curve (absolute amplitude)")
ax[1].set_title("FI curve (absolute amplitude)")
ax[1].legend()

if write_fig:
Expand Down

0 comments on commit 308fa55

Please sign in to comment.