From a21805db9bfe6fe35159541b944a491b923b0726 Mon Sep 17 00:00:00 2001 From: tpique-ensae Date: Tue, 2 Apr 2024 11:36:34 +0000 Subject: [PATCH] minor change : adjusted size of spider chart --- utils_segmentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils_segmentation.py b/utils_segmentation.py index c506da3..0ed5fab 100644 --- a/utils_segmentation.py +++ b/utils_segmentation.py @@ -160,7 +160,7 @@ def radar_mp_plot_all(df, type_of_activity) : var_not_perc = ["age"] # Initialize graphic - fig, ax = plt.subplots(2,2, figsize=(20, 20), subplot_kw=dict(polar=True)) + fig, ax = plt.subplots(2,2, figsize=(20, 22), subplot_kw=dict(polar=True)) for index in range(nb_segments) : row = index // 2 # Division entière pour obtenir le numéro de ligne