下列关于Matplotlib的说法,正确的是
A: 一个图像可以有多个figure对象
B: 一个figure中可以有多个subplot对象
C: matplotlib的绘图接口与MATLAB不一样
D: matplotlib的图像不一定在figure对象中
A: 一个图像可以有多个figure对象
B: 一个figure中可以有多个subplot对象
C: matplotlib的绘图接口与MATLAB不一样
D: matplotlib的图像不一定在figure对象中
举一反三
- 使用matplotlib创建绘图对象的函数是 A: figure B: plot C: show D: scatte
- 在使用matplotlib.pyplot模块中的plot()函数绘制折线图时,matplotlib会自动创建一个绘图区(figure)。( )
- matplotlib中可以画出很简单的线图的函数是( )。 A: setp() B: plot() C: figure() D: figtext()
- Matplotlib库中用于实现绘图功能的最主要模块是( )。 A: style B: figure C: pylot D: animation
- Matplotlib中,调用了plot方法后,需要调用什么方法才能显示图像 A: figure B: show C: title D: xlabel