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.
2.2 绘制函数并画出标题以及x, y轴
(1). 解题思路
绘制函数可以直接调用matplotlib.pyplot
画出,而标题以及x, y轴可以通过设置pyplot
对象中的title
以及xlabel
与ylabel
属性进行绘制,它们支持Latex
语法。
(2). 运行结果
