在使用matplotlib.pyplot模块中的plot()函数绘制折线图时,matplotlib会自动创建一个绘图区(figure)。( )
举一反三
- 在使用Matplotlib绘制饼图时可以使用pyplot模块中的 函数
- 使用matplotlib创建绘图对象的函数是 A: figure B: plot C: show D: scatte
- 使用matplotlib库绘制图表,要在图表中添加注解,应调用pyplot 模块的( )方法来实现。 A: annotate B: legend C: plot D: figure
- 可以正确引入matplotlib库中的pyplot模块的方式是()。 A: import matplotlib as pyplot B: import pyplot as matplotlib C: import matplotlib.pyplot as plt D: import pyplot.matplotlib as plt
- 在使用Matplotlib绘制图表时,可以不需要导入pyplot模块。( )