Для отчёта
This commit is contained in:
parent
89b63e0cd6
commit
cc95ac9a66
@ -15,9 +15,6 @@ def createGraphics(df: list[pd.DataFrame], nameFile):
|
||||
for i in range(len(df)):
|
||||
dataFrame = df[i]
|
||||
dataFrame.plot.bar()
|
||||
plt.xlabel('Здесь чё-то')
|
||||
plt.ylabel('Тоже чё-то')
|
||||
plt.title('Диаграмма про чё-то')
|
||||
plt.savefig(results_dir + nameFile + str(i) + '.jpg')
|
||||
plt.close()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user