Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Replace \pgfimage by \includegraphics in PGF backend #10963

Closed
@lschr

Description

@lschr

The PGF backend uses \pgfimage

r"{\pgfimage[interpolate=%s,width=%fin,height=%fin]{%s}}" %

to include raster images (e.g. drawn by imshow). This does not work with \subimport in Latex, whereas \includegraphics does.

According to https://tex.stackexchange.com/questions/32986/, \includegraphics is to be prefered anyways, and its only drawback (the missing interpolate option) has been resolved in 2010.

If desired, I can create a pull request.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions