单选题 用于显示绘图窗口的Matplotlib函数是?
A、show()
B、display()
C、plot()
D、render()
单选题 Matplotlib中用于绘制折线图的函数是?
A、plot()
B、scatter()
C、bar()
D、hist()
单选题 Matplotlib中如何设置标题?
A、set_title()
B、title()
C、plt.title()
D、add_title()
单选题 用于绘制垂直条形图的Matplotlib函数是?
A、bar()
B、barh()
C、plot()
D、pie()
单选题 在Matplotlib中,如何保存图像到文件?
A、savefig()
B、plt.save
C、write_image
D、store_plot
单选题 如何在Matplotlib中绘制饼图?
A、pie()
B、bar()
C、scatter()
D、hist()
单选题 Matplotlib中用于设置坐标轴标签的函数是?
A、xlabel()/ylabel()
B、set_axis_label()
C、label()
D、axis_label()
单选题 如何在Matplotlib中添加图例?
A、legend()
B、label()
C、title()
D、show()