-
Notifications
You must be signed in to change notification settings - Fork 38
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
More blocks #5
Comments
Any update on this by chance? Came back to this hoping to animate some scatter plot data. |
I actually have most of the scatter plot block written. It can animate the points' location and size, but not the color. I've been considering cutting a release with all my improvements up to this point (maybe next weekend? I've been busy). |
Animating contour plots would also be nice, this stackoverflow post seems to show that it is possible. (Also title block is done) |
The trick in that stack overflow post of creating and deleting artists is intriguing. Great care would need to be taken to not have a memory leak. |
How about a colorbar block? At the moment the colorbar must be static, but at some point someone might want to use a colorbar whose limits evolve with the data? |
Hey @t-makaro great library! The usage of I've been building a similar library mpl-interactions and also have a list like yours (mpl-extensions/mpl-interactions#59). I'm hoping we can share some of the figuring out of how to update various matplotlib elements. For example: implementing Also, in matplotlib 3.4 there will be a re library similarity: Our libraries accomplish similar goals but definitely have substantive differences such that I think we don't really infringe on eachother and can coexist happily :)
Given my reliance on ipywidgets I probably would have made my library even if I'd been aware of |
I'm opening a bunch of issues just to track progress.
This one is for new blocks!
The following have methods to update data which makes them prime candidates for blocks.
More blocks
The following blocks would be nice, but matplotlib doesn't have update methods for them.
The text was updated successfully, but these errors were encountered: