matplotlib绘制初等函数图像-幂指对
**今天辅佐表弟,看到高中数学课本上的函数图像倍感亲切,于是用python编码画了一些函数图像。幂函数图像**代码如下:import matplotlib.pyplot as pltimport numpy as npimport mpl_toolkits.axisartist as axisartistfigure1=plt.figure("01幂函数",figsize=(8,8))#使用axisartist.Subplot方法创建一个绘图区对象axax = axisartist.S
原创
2021-08-06 17:09:46 ·
2232 阅读 ·
0 评论