gpt4 book ai didi

python - matplotlib在哪里存储数据

转载 作者:太空宇宙 更新时间:2023-11-03 20:29:15 26 4
gpt4 key购买 nike

我想知道 matplotlib 在哪里以及如何存储有关绘图、标题、标签和...的信息

在一些Python库中,您创建一个类的实例,然后修改属性或调用方法以获得您想要的结果。但例如在 matplotlib 中

plt.plot(x, y)
plt.title('matplotlib')
plt.show()

plot和title是两个独立的函数,show函数如何访问这两个函数的返回值,这里涉及到什么样的数据结构?

最佳答案

根据Matplotlib documentation :

In matplotlib.pyplot various states are preserved across function calls, so that it keeps track of things like the current figure and plotting area, and the plotting functions are directed to the current axes (please note that "axes" here and in most places in the documentation refers to the axes part of a figure and not the strict mathematical term for more than one axis).

关于python - matplotlib在哪里存储数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57614991/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com