使用matplotlib绘制图形,哪个函数可以设置x轴坐标范围()
A: plt.xlabel
B: plt.xlab
C: plt.xticks
D: plt.xlim
A: plt.xlabel
B: plt.xlab
C: plt.xticks
D: plt.xlim
举一反三
- 调用 plt。bar 函数,绘制柱状图。( )
- 可以正确引入matplotlib库中的pyplot模块的方式是()。 A: import matplotlib as pyplot B: import pyplot as matplotlib C: import matplotlib.pyplot as plt D: import pyplot.matplotlib as plt
- 以下哪些是属于matplotlib的函数? import matplotlib.pyplot as plt
- 1.0 白血病化疗后的检测结果是() A: PLT减低、MPV增高 B: PLT减低、MPV减低 C: PLT增高、MPV增高 D: PLT正常、MPV正常 E: PLT增高、MPV减低
- 以下( )函数可以在绘制图表时,设置x轴的名称。 A: xlim() B: ylim() C: xlabel() D: xticks()