Fix icon resolution: imshow + interpolation="none" embeds icons unsampled
The OffsetImage path composites at figure dpi, so the icons were going into the PDF as 39x39 bitmaps regardless of source resolution (pdfimages-verified; this is why the SVG switch changed nothing visually). Placing them as AxesImage with interpolation="none" embeds the full 1024 px rasterisation with a scaling transform: 4719 ppi at the placed size, print-crisp. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BkRLcc18rwT2Lysu6PbG7v
This commit is contained in:
parent
c9c4d927ad
commit
438931d67b
3 changed files with 10 additions and 5 deletions
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue