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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

3.單項(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)

5.單項(xiàng)選擇題pandas中哪個(gè)方法可以將分類(lèi)變量處理為虛擬變量()

A.one_hot
B.get_dummies
C.code_without_intercept
D.code