diff --git a/bluepyemodel/emodel_pipeline/plotting.py b/bluepyemodel/emodel_pipeline/plotting.py index 6601b764..e2ccd2d5 100644 --- a/bluepyemodel/emodel_pipeline/plotting.py +++ b/bluepyemodel/emodel_pipeline/plotting.py @@ -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: