drawilleplot:matplotlib后端,用于使用绘图笔在unicode终端中输出图形

时间:2024-05-14 11:13:33
【文件属性】:

文件名称:drawilleplot:matplotlib后端,用于使用绘图笔在unicode终端中输出图形

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-14 11:13:33

Python

绘图 matplotlib后端,用于使用绘图笔在unicode终端中输出图形 安装 从来源 $ git clone https://github.com/gooofy/drawilleplot.git $ cd drawilleplot drawilleplot$ python3 setup.py install 画中画 $ pip install drawilleplot 例子 代码: import matplotlib matplotlib . use ( 'module://drawilleplot' ) import matplotlib . pyplot as plt import numpy as np def f ( t ): return np . exp ( - t ) * np . cos ( 2 * np . pi * t ) t1 = np . arang


【文件预览】:
drawilleplot-master
----drawilleplot()
--------__init__.py(3KB)
----LICENSE(11KB)
----setup.py(1KB)
----README.md(11KB)
----.gitignore(1KB)

网友评论