matplotlib绘制多个子图(subplot)的方法 在matplotlib下,一个Figure对象可以包含多个子图(Axes),可以使用subplot()快速绘制,其调用 matplotlib绘制多子图