Rétrécissement de la carte
This commit is contained in:
+2
-2
@@ -38,8 +38,8 @@ def get_map_count_marches(lf: pl.LazyFrame):
|
|||||||
range_color=(df["uid"].min(), df["uid"].max()),
|
range_color=(df["uid"].min(), df["uid"].max()),
|
||||||
labels={"uid": "Marchés attribués"},
|
labels={"uid": "Marchés attribués"},
|
||||||
scope="europe",
|
scope="europe",
|
||||||
width=1000,
|
width=900,
|
||||||
height=800,
|
height=700,
|
||||||
)
|
)
|
||||||
|
|
||||||
fig.update_geos(fitbounds="locations", visible=False)
|
fig.update_geos(fitbounds="locations", visible=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user