gpt4 book ai didi

python - pylab中graph下添加graph描述

转载 作者:太空狗 更新时间:2023-10-30 01:41:41 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Is there a way of drawing a caption box in matplotlib

是否可以在pylab中的graph下添加graph描述?

假设我绘制了下图:

import pylab

x = [1,2,3,2,4,5,6,4,7,8]

pylab.plot(x)
pylab.title('My Plot')
pylab.xlabel('My x values')
pylab.ylabel('My y values')

pylab.show()

我还想插入几行描述图表的内容,可能是这样的(不是真正的代码):

pylab.description('Figure 1.1 is designed for me to learn basics of Pylab')

这可能吗?

此外,我对 pylabmatplotlib 之间的区别含糊其词,所以如果有一个在使用 matplotlib 时有效的解决方案,它将可能有效。

提前致谢

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