文章目录
  1. 1. matplotlib
  2. 2. 测试工具

matplotlib

windows下安装pip install matplotlib, 需要安装freetype, png库
从源码安装的话报错 : The following required packages can not be built: freetype, png
依赖包:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
               gtk3agg: no  [Requires pygobject to be installed.]
gtk3cairo: no [Requires cairocffi or pycairo to be installed.]
gtkagg: no [Requires pygtk]
tkagg: no [The C/C++ header for Tk (tk.h) could not be
found. You may need to install the development
package.]
wxagg: no [requires wxPython]
gtk: no [Requires pygtk]
agg: yes [installing]
cairo: no [cairocffi or pycairo not found]
windowing: yes [installing, installing]

OPTIONAL LATEX DEPENDENCIES
dvipng: no
ghostscript: no
latex: no
pdftops: no

OPTIONAL PACKAGE DATA
dlls: no [skipping due to configuration]

测试工具

文章目录
  1. 1. matplotlib
  2. 2. 测试工具