minor change : adjusted size of spider chart
This commit is contained in:
parent
21bf0c8408
commit
a21805db9b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user