图形标注过程中,添加图例时使用的命令为?
A: legend
B: title
C: xlabel
D: ylabel
A: legend
B: title
C: xlabel
D: ylabel
举一反三
- 图形标注过程中,添加标题时使用的命令为? A: title B: help C: axis D: xlabel
- 图形标注过程中,添加注释时使用的命令为? A: text B: legend C: title D: axis
- 给图形添加标题的命令函数是( )。 A: title B: xlabel C: text D: legend
- 使用matplotlib绘图时,设置图例的函数是()。 A: title B: legend C: xlabel D: text
- 在图形中添加图例标注的命令是 A: title(x,y,’y=sin(x)’) B: xlabel(x,y,’y=sin(x)’) C: text(x,y,’y=sin(x)’) D: legend(x,y,’y=sin(x)’)