Python 中的绘图功能 matplotlib
Python 中的绘图功能 matplotlib
-
frontend
matplotlib.pyplot
-
backend
| 类别 | use('agg') | use('tkagg') | use('qtagg') |
|---|---|---|---|
| 后端类型 | 非交互式后端 | 交互式后端 | 交互式后端 |
| render library | agg | agg | agg |
| gui library | 无 | tkinter(封装了Tk库) | pyside6(封装了Qt库) |
frontend
matplotlib.pyplot
backend
| 类别 | use('agg') | use('tkagg') | use('qtagg') |
|---|---|---|---|
| 后端类型 | 非交互式后端 | 交互式后端 | 交互式后端 |
| render library | agg | agg | agg |
| gui library | 无 | tkinter(封装了Tk库) | pyside6(封装了Qt库) |