Matplotlib is hiring a Research Software Engineering Fellow! See discourse for details. Apply by January 3, 2020
使用格式字符串对 plot 并设置其标记。
plot
import matplotlib.pyplot as plt plt.plot([1,2,3,4], [1,4,9,16], 'ro') plt.axis([0, 6, 0, 20]) plt.show()
以下函数、方法、类和模块的使用如本例所示:
import matplotlib matplotlib.pyplot.plot matplotlib.axes.Axes.plot