Skip to content

Navigation Menu

Sign in
Appearance settings

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

axis limits don't update on add_artist #19290

Copy link
Copy link
Open
@nschloe

Description

@nschloe
Issue body actions

MWE

from matplotlib.patches import Circle
import matplotlib.pyplot as plt

# draw circle outside of unit square (default limits)
c = Circle(xy=[3.0, 1.0], radius=0.5)
plt.gca().add_artist(c)

plt.show()

Result:
screenshot

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No 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.