python绘制多个子图

绘制八个子图blog import matplotlib.pyplot as pltit fig = plt.figure()class shape=['.','o','v','>','<','8','s','*'] for j in range(8):     x=[i for i in range(6)]     y=[i**2 for i in range(6)]     ax = fig.
相关文章
相关标签/搜索