确定 Matplotlib 轴大小(以像素为单位)
要确定以像素为单位的轴大小,我们可以采取以下步骤-
使用subplots()method、fig和ax创建一个图形和一组子图 。
要获取DPI,请使用 fig.dpi。打印详细信息。
在显示框中找到边界框。
使用bbox.width和bbox.height找到宽度和高度。
打印宽度和高度。
示例
from matplotlib import pyplot as plt
fig, ax = plt.subplots()
print("Dot per inch(DPI) for the figure is: ", fig.dpi)
bbox = ax.get_window_extent().transformed(fig.dpi_scale_trans.inverted())
width, height = bbox.width, bbox.height
print("Axis sizes are(in pixels):", width, height)输出结果Dot per inch(DPI) for the figure is: 100.0 Axis sizes are(in pixels): 4.96 3.696
热门推荐
10 新人红包祝福语简短精辟
11 幼师给毕业祝福语简短
12 生日高考祝福语妹妹简短
13 下飞机祝福语简短英文
14 元宵发客户祝福语简短
15 爸妈金婚文案祝福语简短
16 新郎朋友红包祝福语简短
17 虎年五一祝福语大全简短
18 出阁宴祝福语姐姐简短