Skip to content

Commit

Permalink
Update omas_plot.py
Browse files Browse the repository at this point in the history
close #266
  • Loading branch information
orso82 authored Aug 30, 2023
1 parent 70fc5d7 commit d3e95c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omas/omas_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ def update(time0):
stime.on_changed(do_clean)
stime.on_changed(update)
for time0 in time:
axtime.axvline(time0, color=['r', 'y', 'c', 'm'][stime.cnt - 2])
# axtime.axvline(time0, color=['r', 'y', 'c', 'm'][stime.cnt - 2])
axtime.axvline(time0, color='r')
return {'stime': (stime, axtime), 'ax': axs}


Expand Down

0 comments on commit d3e95c5

Please sign in to comment.