标签: python matplotlib
我正在尝试将几个png图像插入到here所描述的图中, 使用
img_1 = read_png('path_to_file.png') imbox_1 = OffsetImage(img_1, zoom=scale_factor)
其中scale_factor介于0和1之间。
这按预期工作,但插入图像的分辨率很差。如何防止这种降尺度?