标签: python-3.x graph
我正在使用绘图仪pip install grapher绘制cosx和d(cosx)的图。但这引发了错误。 我检查了documentation,但听不懂。
pip install grapher
代码:
from grapher import Grapher g = Grapher( [ 'cosx', 'd(cosx)' ], mode='dark') g.plot()
请帮助我。 预先谢谢你。