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.

336 B

2.2 绘制函数并画出标题以及x, y轴

(1). 解题思路

绘制函数可以直接调用matplotlib.pyplot画出而标题以及x, y轴可以通过设置pyplot对象中的title以及xlabelylabel属性进行绘制,它们支持Latex语法。

(2). 运行结果