From 1f2ff15b711daad04a7dc6dcfd1a8e597d1cfaef Mon Sep 17 00:00:00 2001 From: remic Date: Tue, 28 Mar 2023 16:43:02 -0400 Subject: [PATCH] applying dropna resolves the bug but connects years that are not neighbors --- enacts/onset/maproom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/enacts/onset/maproom.py b/enacts/onset/maproom.py index 35e89a8c2..4b0dc0cdb 100644 --- a/enacts/onset/maproom.py +++ b/enacts/onset/maproom.py @@ -447,6 +447,7 @@ def onset_plots( error_fig, germ_sentence ) # dash.no_update to leave the plat as-is and not show no data display + onset_delta = onset_delta.dropna(dim="T") onset_date_graph = pgo.Figure() onset_date_graph.add_trace( pgo.Scatter(