import matplotlib.pyplot as plt import numpy as np # 绘制普通图像 x ... 2)) # 设置坐标轴的lable plt.xlabel('X axis') plt.ylabel('Y axis') ...
確定! 回上一頁