matplotlib提供了图形文本显示,下列函数可以在图像中任意位置显示文字的是
A: text()
B: title()
C: xlabel()
D: ylabel()
A: text()
B: title()
C: xlabel()
D: ylabel()
举一反三
- 中国大学MOOC: matplotlib提供了图形文本显示,下列函数可以在图像中任意位置显示文字的是
- 使用matplotlib绘图时,设置图例的函数是()。 A: title B: legend C: xlabel D: text
- 绘图线条使用Matplotlib中的()函数 A: xlabel B: ylabel C: plot D: def
- Matplotlib中,调用了plot方法后,需要调用什么方法才能显示图像 A: figure B: show C: title D: xlabel
- 绘制线条使用Matplotlib中的()函数。 A: ylabel()函数 B: xlabel()函数 C: plot()函数 D: def()函数