单选题 用于绘制垂直条形图的Matplotlib函数是?

A、 bar()
B、 barh()
C、 plot()
D、 pie()
下载APP答题
由4l***jc提供 分享 举报 纠错

相关试题

单选题 用于显示绘图窗口的Matplotlib函数是?

A、show()
B、display()
C、plot()
D、render()

单选题 在Matplotlib中,如何保存图像到文件?

A、savefig()
B、plt.save
C、write_image
D、store_plot

单选题 如何在Matplotlib中添加图例?

A、legend()
B、label()
C、title()
D、show()

单选题 Matplotlib中如何设置标题?

A、set_title()
B、title()
C、plt.title()
D、add_title()

单选题 Matplotlib中用于设置坐标轴标签的函数是?

A、xlabel()/ylabel()
B、set_axis_label()
C、label()
D、axis_label()

单选题 Matplotlib中用于绘制折线图的函数是?

A、plot()
B、scatter()
C、bar()
D、hist()

单选题 如何在Matplotlib中绘制饼图?

A、pie()
B、bar()
C、scatter()
D、hist()

单选题 用于设置图形大小(size)的Matplotlib参数是?

A、figsize
B、ban
C、dpi
D、pick