Matplotlib offsetImage降低了分辨率

时间:2017-11-13 17:45:24

标签: python matplotlib

我正在尝试将几个png图像插入到here所描述的图中, 使用

之类的
img_1 = read_png('path_to_file.png')
imbox_1 = OffsetImage(img_1, zoom=scale_factor)

其中scale_factor介于0和1之间。

这按预期工作,但插入图像的分辨率很差。如何防止这种降尺度?

0 个答案:

没有答案