Skip to content

Commit

Permalink
Update label format in fig3
Browse files Browse the repository at this point in the history
  • Loading branch information
fedderw authored Jan 10, 2024
1 parent d776f5f commit 6813473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/1_Bus_stops.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def plot_scatter_mapbox(gdf: gpd.GeoDataFrame, **kwargs):
)
# Label the bars to "Sheltered" and "Unsheltered" instead of "True" and "False"
fig3.update_traces(
texttemplate="%{y:.2s}",
texttemplate="%{x:.2s}",
textposition="outside",
textfont=dict(color="black"),
)
Expand Down

0 comments on commit 6813473

Please sign in to comment.