單項(xiàng)選擇題使用matplotlib繪制圖形,哪個(gè)函數(shù)可以添加圖例()

A.plt.annotate
B.plt.axvline
C.plt.legend
D.plt.axis


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題使用matplotlib繪制圖形,哪個(gè)函數(shù)可以繪制散點(diǎn)圖()

A.plt.boxplot
B.plt.scatter
C.plt.pie
D.plt.point

2.單項(xiàng)選擇題使用matplotlib繪制圖形,哪個(gè)函數(shù)可以繪制直方圖()

A.plt.hist
B.plt.line
C.plt.area
D.plt.bar

3.單項(xiàng)選擇題使用matplotlib繪制圖形,哪個(gè)函數(shù)可以設(shè)置x軸坐標(biāo)范圍()

A.plt.xlabel
B.plt.xlab
C.plt.xticks
D.plt.xlim

4.單項(xiàng)選擇題使用matplotlib繪制2×2排列的圖形,繪制右上角的子圖時(shí)創(chuàng)建子圖的函數(shù)應(yīng)為?()

A.plt.subplot(221)
B.plt.subplot(222)
C.plt.subplot(223)
D.plt.subplot(224)