Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PatchWrappers for Annulus, Ellipse, Circle, Arc #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ksunden
Copy link
Member

@ksunden ksunden commented Apr 19, 2023

Arc is still broken due to lack of setters in mpl proper

The simple patch example has been modified to use the new wrappers.

There is still a tension that I think needs to be addressed, particularly around initializing.

Shifting initialization to the subclasses may be necessary due to differences in the expected signatures/conditions (e.g. that width must be less than the semiminor axis for Annulus)

The getattr wrapping makes this harder than I think it needs to be due to cases which hit infinite recursion...

Arc is still broken due to lack of setters in mpl proper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant