Example image update
This commit is contained in:
@@ -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
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user