From d3e95c540634325907665cc6cec96359bc108592 Mon Sep 17 00:00:00 2001 From: Orso Meneghini Date: Wed, 30 Aug 2023 09:20:57 -0700 Subject: [PATCH] Update omas_plot.py close #266 --- omas/omas_plot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/omas/omas_plot.py b/omas/omas_plot.py index 734857c59..c1f749f5b 100644 --- a/omas/omas_plot.py +++ b/omas/omas_plot.py @@ -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}