Skip to content

Commit ef66860

Browse files
Update subtraction_plots.py
1 parent 6d6cc25 commit ef66860

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pcpostprocess/subtraction_plots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def do_subtraction_plot(fig, times, sweeps, before_currents, after_currents,
5252
ax.plot(times*1e-3, voltages, color='black')
5353
ax.set_title(f'Well {well}, sweep {sweeps[i]}', fontweight='bold')
5454
ax.tick_params(axis='x', labelbottom=False)
55-
ax.legend()
5655

5756
protocol_axs[0].set_ylabel(r'$V_\mathrm{cmd}$ (mV)', fontsize=16)
5857

0 commit comments

Comments
 (0)