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