You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
336 B

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 2.2 绘制函数并画出标题以及x, y轴
## (1). 解题思路
绘制函数可以直接调用`matplotlib.pyplot`画出而标题以及x, y轴可以通过设置`pyplot`对象中的`title`以及`xlabel`与`ylabel`属性进行绘制,它们支持`Latex`语法。
## (2). 运行结果
![](images/result.png)