使用matplotlib创建绘图对象的函数是
A: figure
B: plot
C: show
D: scatte
A: figure
B: plot
C: show
D: scatte
举一反三
- 在使用matplotlib.pyplot模块中的plot()函数绘制折线图时,matplotlib会自动创建一个绘图区(figure)。( )
- matplotlib中绘制柱状图使用下列哪个函数: A: plot B: pie C: a D: scatte
- matplotlib中绘制柱状图使用下列哪个函数: A: (A) plot B: (B) pie C: (C) ba D: (D) scatte
- 使用matplotlib库绘图,用以显示图的命令是: ( ) A: show() B: out() C: figure() D: print()
- 绘图线条使用Matplotlib中的()函数 A: xlabel B: ylabel C: plot D: def