From ed6c8ab94acb6650bb8addf94c6b5eb4baf2de30 Mon Sep 17 00:00:00 2001 From: Marcel Weschke Date: Mon, 15 Sep 2025 22:33:10 +0200 Subject: [PATCH] elev_plot comment (note) grammer fix --- fit_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fit_app.py b/fit_app.py index 476a0ea..96de463 100644 --- a/fit_app.py +++ b/fit_app.py @@ -481,7 +481,7 @@ def create_elevation_plot(df, smooth_points=500): showlegend=False )) - # SUPDER IDEE, ABER GEHT NICHT WEGE NEUEN smoothed POINTS! GEHT NUR BEI X + # SUPDER IDEE, ABER GEHT NICHT WEGEN NEUEN smoothed POINTS! GEHT NUR BEI X #fig.update_traces( # hovertemplate=( # #"Time: %{customdata[0]}
" +