下列函数中,可以设置当前图形x轴范围的是()。
A: xlabel()
B: xlim()
C: title()
D: legend()
A: xlabel()
B: xlim()
C: title()
D: legend()
B
本题目来自[网课答案]本页地址:https://www.wkda.cn/ask/ztmtttyeoyyotoo.html
举一反三
- 下列函数中,可以为图表设置图例的是()。 A: legend() B: xlabel() C: title() D: xlim()
- 下列函数中,可以为图表设置标题的是()。 A: xlim() B: xlabel() C: title() D: legend()
- 以下( )函数可以在绘制图表时,设置x轴的名称。 A: xlim() B: ylim() C: xlabel() D: xticks()
- 以下函数可以在绘制图表时,设置x轴的名称的是( )。 A: xlabel() B: ylabel() C: xlim() D: xticks()
- 给图形添加标题的命令函数是( )。 A: title B: xlabel C: text D: legend
内容
- 0
下面哪个函数可以为图表设置图例( )。 A: plot B: legend C: xlim D: title
- 1
使用matplotlib绘图时,设置图例的函数是()。 A: title B: legend C: xlabel D: text
- 2
使用matplotlib绘图时,设置图表标题的函数是( ) A: legend B: title C: xlabel D: text
- 3
设置坐标轴,通过 xlim 和 ylim 来设限定轴的范围,通过 xlabel 和 ylabel 来设置轴的名称。
- 4
下列关于pyplot库的相关属性的描述中,错误的是( ) A: xlim和ylim可设置x轴和y轴的取值范围 B: xticks可缩放x轴 C: text可以设置图例 D: title可为图表添加标题