下面哪个命令可以绘制图像()
A: xlabel
B: title
C: plot
A: xlabel
B: title
C: plot
举一反三
- 下面哪个命令可以绘制图像?() A: xlabel B: title C: plot D: legend
- 下面哪个命令可以绘制图像()
- Matplotlib中,调用了plot方法后,需要调用什么方法才能显示图像 A: figure B: show C: title D: xlabel
- 绘制y=sinx的图像,应使用以下哪个命令( ) A: plot(x,sinx,’b’) B: plot(x,sin[x],’.’) C: plot(x,sin(x),’g’) D: fplot(x,sinx,’s’)
- 在函数作图时,下面哪个命令可以给绘制的图形加上标题 A: gtext B: label C: title D: axis