adjusted graphic options

This commit is contained in:
Thomas PIQUE 2024-03-28 13:13:13 +00:00
parent 25a356d6a4
commit 56ee61e25f
2 changed files with 209 additions and 61 deletions

File diff suppressed because one or more lines are too long

View File

@ -155,8 +155,6 @@ def radar_mp_plot_all(df, categories) :
row = index // 2 # Division entière pour obtenir le numéro de ligne row = index // 2 # Division entière pour obtenir le numéro de ligne
col = index % 2 col = index % 2
df = X_test_segment_caract
# true values are used to print the true value in parenthesis # true values are used to print the true value in parenthesis
tvalues = list(df.loc[index,categories]) 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) fig.suptitle(f"Characteristics of marketing personae of {type_of_activity} companies", size=32)
# plt.show() # plt.show()