make `Normalize` objects notify scalar-mappables on changes · Issue #4387 · matplotlib/matplotlib · GitHub
Skip to content

make Normalize objects notify scalar-mappables on changes #4387

Description

@tacaswell

Currently just changing the limit of a normalizer will not invalidate the caches in AxesImage so the figure will not update to reflect the changed limits. The reason you would want to do this is that by sharing a Normalize instance between multiple scalar mappable objects you can stay synced similar to sharex and sharey.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions