Skip to content

Commit

Permalink
Fix diode flip plot
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Oct 19, 2024
1 parent a4036a5 commit 13918c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npc_sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ def plot_diode_measured_sync_square_flips(
# add ` width_ratios=num_diode_flips/min(num_diode_flips)``
fig, _ = plt.subplots(
1,
len(all_diode_flips),
len(diode_flips_per_stim),
sharey=True,
gridspec_kw={
"width_ratios": num_diode_flips_per_stim / min(num_diode_flips_per_stim)
Expand Down

0 comments on commit 13918c9

Please sign in to comment.