plt.hist( )的参数有?
A: bins
B: labels
C: color
D: orientation
A: bins
B: labels
C: color
D: orientation
举一反三
- plt.hist(x,bins,normed)函数常用于绘制_____________。
- 直方图plt.hist(x,bins,rwidth),对bins描述正确的是 A: bins不可以设定分组个数 B: bins可以设定分组边界 C: 分组中最后一组的右边界是开放的 D: 分组的左边界都是闭合的
- import matplotlib.pyplot as plt plt.hist(arr) plt.show() 生成柱状图。 A: 正确 B: 错误
- text中用于文本旋转的参数有哪些? A: xpd B: labels C: srt D: adj
- matplotlib.hist可通过设置( )参数设定标签。 A: label B: bins C: density D: histtype