Skip to content

Commit 2adb7f9

Browse files
committed
updated
1 parent e061302 commit 2adb7f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mean_mode_var.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@
6060
print(df)
6161
#save the DataFrame to a CSV file
6262
df.to_csv('grouped_data_with_midpoints.csv', index=False)
63+
#save graph
64+
plt.savefig('bar_graph.png')

0 commit comments

Comments
 (0)