使用matplotlib.pyplot绘制论文图片

import numpy as np import matplotlib.pyplot as plt plt.figure(figsize=(60, 25)) plt.subplot(241) ax = plt.gca() #gca ‘get current axes’ 获取图像的边框对象== == 设置有边框和头部边框颜色为空right、top、bottom、left ax.spines[‘ri
相关文章
相关标签/搜索