使用matplotlib绘图时,设置图例的函数是()。
A: title
B: legend
C: xlabel
D: text
A: title
B: legend
C: xlabel
D: text
B
举一反三
- 使用matplotlib绘图时,设置图表标题的函数是( ) A: legend B: title C: xlabel D: text
- Matplotlib中为图像设置标题可以使用函数( ) A: legend() B: yticks() C: title() D: text()
- 下列函数中,可以为图表设置图例的是()。 A: legend() B: xlabel() C: title() D: xlim()
- 在使用matplotlib绘图时,为绘制的图形设置标签并调用legend()函数即可显示图例。
- 给图形添加标题的命令函数是( )。 A: title B: xlabel C: text D: legend
内容
- 0
图形标注过程中,添加图例时使用的命令为? A: legend B: title C: xlabel D: ylabel
- 1
下列函数中,可以为图表设置标题的是()。 A: xlim() B: xlabel() C: title() D: legend()
- 2
在Matlab语言里,在编写绘图程序时,设置添加图例的函数是: A: grid B: legend C: xlable D: title
- 3
绘图线条使用Matplotlib中的()函数 A: xlabel B: ylabel C: plot D: def
- 4
下列函数中,可以设置当前图形x轴范围的是()。 A: xlabel() B: xlim() C: title() D: legend()