A.barplot()B.heatmap()C.boxplot()D.violinplot()
单项选择题若要在Matplotlib的图表中添加图例,应使用以下哪个函数?()
A.plt.legend()B.pltxlabel()C.plt.ylabel()D.plt.title()
单项选择题在Pandas中,使用()函数可以对DataFrame的索引进行排序。
A.sort()B.order()C.sort_values()D.sort_index()