搜索内容

包含标签:matplotlib 的文章
  • matplotlib之plt.figure

    简介 matplotlib.pyplot.subplots:https://matplotlib.org/api/_as_gen/matplotlib.pyplot.figure.html 创建一个图形(figure)对象。 def figure(num=None,……

    Joe.Ye 2023-04-01
    0 0
  • matplotlib之plt.subplots

    简介 matplotlib.pyplot.subplots:https://matplotlib.org/api/_as_gen/matplotlib.pyplot.subplots.html 创建一个图像对象(figure)和一系列的子图(subplo……

    Joe.Ye 2023-04-01
    0 0
  • matplotlib之plt.subplot

    简介 matplotlib.pyplot.subplot:https://matplotlib.org/api/_as_gen/matplotlib.pyplot.subplot.html 返回一个指定子图分布的网格位置的 figure 对象。 su……

    Joe.Ye 2023-04-01
    0 0