marplotlib坐标轴ax
常用函数import matplotlib.pyplot as pltimport numpy as npplt.gcf() #获取当前Figureplt.gca()#获取当前Axes# 添加子图fig = plt.figure()ax = fig.add_subplot(numrows, numcols, fignum) # 如 plt.subplot(221) # 第一行的左图ax = fig...
转载
2018-07-04 09:31:54 ·
3555 阅读 ·
0 评论