gpt4 book ai didi

python - Python 中的 fillplots 模块

转载 作者:太空宇宙 更新时间:2023-11-04 03:42:32 24 4
gpt4 key购买 nike

有人知道模块 fillplots ( http://fillplots.readthedocs.org ) 吗?我已经成功安装了它,但是当我从 http://fillplots.readthedocs.org/en/latest/examples.html 运行一些简单代码时

from fillplots import plot_regions
plotter = plot_regions([
[(lambda x: x ** 2,), # x ^ 2 > 0 and
(lambda x: x + 5,)], # x + 5 > 0
])

没有任何反应。我怎么能看到那张图?包的文档很差,我不知道我还应该做什么。有没有其他方法可以绘制给定不等式系统的解的区域?

最佳答案

如果你事先导入了pyplot

import matplotlib.pyplot as plt

然后在你调用 plotter 之后你可以做

plt.show()

情节将显示。

关于python - Python 中的 fillplots 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25607504/

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