From 6d3daa0e57d46cf6b4b1568b0abb48e391e0df37 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 15 Jun 2025 06:57:24 +0200 Subject: [PATCH] Update generate_map.py --- .github/generate_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/generate_map.py b/.github/generate_map.py index 78a80cb9f..2d26a25f3 100644 --- a/.github/generate_map.py +++ b/.github/generate_map.py @@ -104,7 +104,7 @@ def build_choropleth(percent_by_iso): ) fig.update_layout( coloraxis_colorbar=dict( -         title="% stargazers", + title="% stargazers",         len=0.5,         thickness=15,         x=0.95,