Mathplot:
https://www.runoob.com/w3cnote/matplotlib-tutorial.html
https://blog.csdn.net/tcy23456/article/details/83505486
https://www.runoob.com/numpy/numpy-matplotlib.html
這個(gè)東西感覺并不好用啊。還是試試別的吧
Manim教程
https://www.eulertour.com/learn/manim/coordinate.html
控制面板->區(qū)域和時(shí)鐘->更改日期時(shí)間或數(shù)字格式->管理->更改系統(tǒng)區(qū)域設(shè)置
下載manim from github
修改\manim-master\environment.yml 中 - numpy==1.16.4 , - scipy==1.3.0
pip3 install https://download.lfd.uci.edu/pythonlibs/q4hpdf1k/pycairo-1.18.2-cp37-cp37m-win_amd64.whl
pip3 install manimlib --default-timeout=1000 (后面這個(gè)參數(shù)防止超時(shí))
安裝下面內(nèi)容
1. Install FFmpeg.
2. Install Cairo. For most users,pycairo?1.18.0?cp37?cp37m?win32.whlwill do fine.
需要先去下載這個(gè)文件whl。然后執(zhí)行
sh pip3 install C:\path\to\wheel\pycairo?1.18.0?cp37?cp37m?win32.whl
3. Install a LaTeX distribution.MiKTeX is recommended.
4. Install SoX.
5. Install the remaining Python packages.
Make sure thatpycairo==1.17.1 is changed topycairo==1.18.0 in requirements.txt.
git clone https://github.com/3b1b/manim.git
cd manim
pip3 install -r requirements.txt
python3 manim.py example_scenes.py SquareToCircle -pl
