Example image update

This commit is contained in:
2025-09-14 17:54:43 +02:00
parent 3915bc9f12
commit 7129df8a79
4 changed files with 12 additions and 12 deletions

View File

@@ -427,8 +427,9 @@ def create_pace_bars_plot(df):
y=df['pace_min_per_km'],
width=df['segment_len'],
text=[f"{v:.1f} min/km" if pd.notnull(v) else "" for v in df['pace_min_per_km']],
textposition='outside',
marker_color='dodgerblue',
#textposition='outside',
textposition='inside',
marker_color='#125595',
name='Pace pro km',
offset=0
))