Для отчёта
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)):
|
for i in range(len(df)):
|
||||||
dataFrame = df[i]
|
dataFrame = df[i]
|
||||||
dataFrame.plot.bar()
|
dataFrame.plot.bar()
|
||||||
plt.xlabel('Здесь чё-то')
|
|
||||||
plt.ylabel('Тоже чё-то')
|
|
||||||
plt.title('Диаграмма про чё-то')
|
|
||||||
plt.savefig(results_dir + nameFile + str(i) + '.jpg')
|
plt.savefig(results_dir + nameFile + str(i) + '.jpg')
|
||||||
plt.close()
|
plt.close()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user