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

Modifying methods with Axis #29

Closed
palday opened this issue Jul 28, 2021 · 2 comments
Closed

Modifying methods with Axis #29

palday opened this issue Jul 28, 2021 · 2 comments

Comments

@palday
Copy link
Owner

palday commented Jul 28, 2021

Currently our modifying methods all take Figure as the first argument, but we should support modifying just a single Axis as well. For some functions, this will be straightforward, but for others where we have nested axes, this might be more challenging.

I think we can make this change in a non-breaking way.

@palday
Copy link
Owner Author

palday commented Jul 28, 2021

So I think moving to recipes (#30) might actually solve this problem for us.

@palday
Copy link
Owner Author

palday commented Jul 12, 2023

I think we've largely fixed this by accepting GridPosition and FigureLike.

@palday palday closed this as completed Jul 12, 2023
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

No branches or pull requests

1 participant