Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq committed Jun 20, 2024
1 parent fef2a2b commit e018122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saltax/match/visual.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def plot_event_wf(
ax1.axvspan(
simu_event_timerange_i[0],
simu_event_timerange_i[1],
color="tab:grey",
color="tab:brown",
alpha=0.2,
label="Simulated Event",
)
Expand Down Expand Up @@ -284,7 +284,7 @@ def plot_event_wf(
ax2.axvspan(
simu_event_timerange_i[0],
simu_event_timerange_i[1],
color="tab:grey",
color="tab:brown",
alpha=0.2,
label="Simulated Event",
)
Expand Down

0 comments on commit e018122

Please sign in to comment.