Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Overlay created by Axes.indicate_inset_zoom does not adjust when changing inset ranges #19768

Copy link
Copy link
Closed
@pulkin

Description

@pulkin
Issue body actions

Axes.indicate_inset_zoom just creates a static overlay which does not adjust when inset axes ranges are changed. Additional calls to Axes.indicate_inset_zoom will create new overlays. It is expected that the result of this

ax.indicate_inset_zoom(ax_inset)
ax_inset.set_xlim(new_lim)

and this

ax_inset.set_xlim(new_lim)
ax.indicate_inset_zoom(ax_inset)

are exactly the same.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.