adjusted graphic options
This commit is contained in:
parent
25a356d6a4
commit
56ee61e25f
File diff suppressed because one or more lines are too long
|
@ -154,8 +154,6 @@ def radar_mp_plot_all(df, categories) :
|
|||
for index in range(nb_segments) :
|
||||
row = index // 2 # Division entière pour obtenir le numéro de ligne
|
||||
col = index % 2
|
||||
|
||||
df = X_test_segment_caract
|
||||
|
||||
# true values are used to print the true value in parenthesis
|
||||
tvalues = list(df.loc[index,categories])
|
||||
|
@ -201,5 +199,3 @@ def radar_mp_plot_all(df, categories) :
|
|||
fig.suptitle(f"Characteristics of marketing personae of {type_of_activity} companies", size=32)
|
||||
# plt.show()
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user