-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
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 |
I think that the |
maybe |
@TomNicholas I just added If you're interested I'd be happy to accept a PR for either of them or for anything else. |
It would be cool to have
interactive_[imshow, pcolormesh, hist,...]
.First list:
has a set_data method
pcolormesh (see https://stackoverflow.com/a/31490420/835607)
colorbar
hist (partially in create interactive_hist #73)
imshow - create imshow function #107
axvline
andaxhline
(axhline and axvline #126)no set_data method
set_offsets
each should get their own
interactive_[...]_factory
andinteractive_[...]
functionPretty much all of the functions in pyplot could be possibly be included, but the above are probably the most useful.
The text was updated successfully, but these errors were encountered: