We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8cc7b commit 7b20017Copy full SHA for 7b20017
scatter_squares.py
@@ -16,4 +16,4 @@
16
# 设置没个坐标轴的取值范围
17
plt.axis([0, 1100, 0, 1100000])
18
19
-plt.show()
+plt.savefig('squares_plot.png', bbox_inches='tight')
squares_plot.png
32.3 KB
0 commit comments