摘要: import matplotlib.pyplot as plt import numpy as np fig, ax = plt.subplots() # Create a figure containing a single axes. plt.plot([1, 2, 3, 4], [1, 4, 阅读全文
posted @ 2021-07-23 15:36 supreme_me 阅读(76) 评论(0) 推荐(0)
摘要: from matplotlib.figure import SubplotParams SubplotParams(left=None, bottom=None, right=None, top=None, wspace=None, hspace=None) 五个参数:left:浮动子图左边缘的位置 阅读全文
posted @ 2021-07-23 15:06 supreme_me 阅读(129) 评论(0) 推荐(0)