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

create interactive_* methods #59

Open
5 of 12 tasks
ianhi opened this issue Aug 15, 2020 · 4 comments
Open
5 of 12 tasks

create interactive_* methods #59

ianhi opened this issue Aug 15, 2020 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ianhi
Copy link
Collaborator

ianhi commented Aug 15, 2020

It would be cool to have interactive_[imshow, pcolormesh, hist,...].
First list:
has a set_data method

no set_data method

Pretty much all of the functions in pyplot could be possibly be included, but the above are probably the most useful.

@ianhi ianhi added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Aug 15, 2020
@ianhi
Copy link
Collaborator Author

ianhi commented Aug 15, 2020

These don't all need to be created at once. Some such imshow and pcolormesh make sense to combine into one PR but otherwise they will be probably be made slowly over time

@ianhi
Copy link
Collaborator Author

ianhi commented Aug 15, 2020

I think that the factory pattern will allow these to be easily composable but I should make sure of that

@ianhi
Copy link
Collaborator Author

ianhi commented Sep 4, 2020

maybe axhline and axvline? but these both return line2D objects so it would for sure mess with relimming

@ianhi
Copy link
Collaborator Author

ianhi commented Oct 2, 2020

@TomNicholas I just added contour and colorbar to the list inspired by your comments on t-makaro/animatplot#5

If you're interested I'd be happy to accept a PR for either of them or for anything else.

@ianhi ianhi pinned this issue Oct 2, 2020
@ianhi ianhi mentioned this issue Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant