pycharm_interactive_charts:python IDE的交互式图表 - PyCharm

时间:2024-06-22 02:39:44
【文件属性】:

文件名称:pycharm_interactive_charts:python IDE的交互式图表 - PyCharm

文件大小:96KB

文件格式:ZIP

更新时间:2024-06-22 02:39:44

Java

Pycharm 交互式图表是 PyCharm IDE 的插件,允许使用 matplotlib 的交互式功能。 这是如何使用此插件的说明 基本的 例如,您有一个 foo 函数可以绘制某个函数的图表,例如 sins。 from matplotlib import pylab as plt import numpy as np def foo (): x = np . arange ( 0 , 10 , 0.02 ) plt . plot ( x , np . sin ( x )) plt . show () if __name__ == "__main__" : foo () 你会看到类似的东西: 但是,如果您决定不仅需要sin(x)函数,还需要sin(2*x) 、 sin(3*x)等。 当然,你可以制作这样的代码 from matplotlib


【文件预览】:
pycharm_interactive_charts-master
----idea_plugin()
--------META-INF()
--------resources()
--------src()
--------.idea()
--------out()
--------pycharm_interactive_charts.iml(603B)
----interactive_matplotlib()
--------interactive_matplotlib()
--------test_interactive.py(425B)
----.gitignore(981B)
----README.md(3KB)
----.gitattributes(378B)

网友评论