Rétrécissement de la carte

This commit is contained in:
Colin Maudry
2025-10-01 13:18:58 +02:00
parent 84b94fd882
commit 712dc5a7f8
+2 -2
View File
@@ -38,8 +38,8 @@ def get_map_count_marches(lf: pl.LazyFrame):
range_color=(df["uid"].min(), df["uid"].max()),
labels={"uid": "Marchés attribués"},
scope="europe",
width=1000,
height=800,
width=900,
height=700,
)
fig.update_geos(fitbounds="locations", visible=False)