From 712dc5a7f82f07d7b53359ae01af803efb3fb1ee Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Wed, 1 Oct 2025 13:18:58 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9tr=C3=A9cissement=20de=20la=20carte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/figures.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/figures.py b/src/figures.py index 860c695..25e1b9e 100644 --- a/src/figures.py +++ b/src/figures.py @@ -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)