minor change : adjusted size of spider chart

This commit is contained in:
Thomas PIQUE 2024-04-02 11:36:34 +00:00
parent 21bf0c8408
commit a21805db9b

View File

@ -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