绘图线条使用Matplotlib中的()函数
A: xlabel
B: ylabel
C: plot
D: def
A: xlabel
B: ylabel
C: plot
D: def
举一反三
- 绘制线条使用Matplotlib中的()函数。 A: ylabel()函数 B: xlabel()函数 C: plot()函数 D: def()函数
- 使用matplotlib绘图时,设置图例的函数是()。 A: title B: legend C: xlabel D: text
- 使用matplotlib绘图时,设置图表标题的函数是( ) A: legend B: title C: xlabel D: text
- 使用matplotlib创建绘图对象的函数是 A: figure B: plot C: show D: scatte
- matplotlib提供了图形文本显示,下列函数可以在图像中任意位置显示文字的是 A: text() B: title() C: xlabel() D: ylabel()