使用matplotlib.pyplot在图形周围添加清晰的边框可以通过以下步骤实现:
import matplotlib.pyplot as plt
fig, ax = plt.subplots()
ax.plot(x, y) # 这里的x和y是你要绘制的数据
ax.spines['top'].set_visible(True) # 显示顶部边框
ax.spines['right'].set_visible(True) # 显示右侧边框
ax.spines['bottom'].set_visible(True) # 显示底部边框
ax.spines['left'].set_visible(True) # 显示左侧边框
ax.spines['top'].set_linestyle('-') # 设置顶部边框样式为实线
ax.spines['top'].set_color('black') # 设置顶部边框颜色为黑色
ax.spines['right'].set_linestyle('-') # 设置右侧边框样式为实线
ax.spines['right'].set_color('black') # 设置右侧边框颜色为黑色
ax.spines['bottom'].set_linestyle('-') # 设置底部边框样式为实线
ax.spines['bottom'].set_color('black') # 设置底部边框颜色为黑色
ax.spines['left'].set_linestyle('-') # 设置左侧边框样式为实线
ax.spines['left'].set_color('black') # 设置左侧边框颜色为黑色
ax.spines['top'].set_linewidth(1.5) # 设置顶部边框宽度为1.5
ax.spines['right'].set_linewidth(1.5) # 设置右侧边框宽度为1.5
ax.spines['bottom'].set_linewidth(1.5) # 设置底部边框宽度为1.5
ax.spines['left'].set_linewidth(1.5) # 设置左侧边框宽度为1.5
plt.show()
这样就可以在图形周围添加清晰的边框了。
推荐的腾讯云相关产品:腾讯云服务器(CVM)和腾讯云对象存储(COS)。
领取专属 10元无门槛券
手把手带您无忧上云