Google News
logo
Matplotlib - Quiz(MCQ)
Box plot can be created by writing command
A)
Plt.boxplot()
B)
Plt.box()
C)
Plt.plot(kind=’box’)
D)
All of the above

Correct Answer :   Plt.boxplot()

Advertisement