Composite images in PS to not respect axes background color · Issue #1895 · matplotlib/matplotlib · GitHub
Skip to content

Composite images in PS to not respect axes background color #1895

Description

@mdboom

When multiple images are placed on an axes, a composite image is created containing all of them. Unfortunately, since PS does not support alpha, the background of the axes does not show through. The obvious choice is to turn off image compositing, however, make_image still expands each image to fill the entire axes, so only the topmost image will be visible. This will require some finagling, but it seems the thing to do is to stop non-composited images from taking up the entire axes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions