-
Notifications
You must be signed in to change notification settings - Fork 117
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
[WIP] External plotting tools #3
base: main
Are you sure you want to change the base?
Conversation
Looks good! Thanks for starting to work on this and excited to see it evolve. Very modest request: could you rename to |
I like altair a bunch too, finally a python plotting package with a consistent and nice api! One major downside is that it doesn't do many points well, so I can't use it for everything. I also don't think it can talk back to the python process, which is what I want to show with this particular example. I don't really use holoviews to much, I haven't been able to totally wrap my head around their API/ data model. |
Sorry, I thought it could do that! But it’s not there yet: vega/altair#1153 |
Just saw this, really cool! Especially for spatial plots this is very useful. Seurat already supports a basic functionality like the one you show https://satijalab.org/seurat/v3.1/spatial_vignette.html |
Yeah, this got lost somehow! What’s missing from merging this? |
Haha, I had totally forgotten about this. I think it was just the static images thing? |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
for more information, see https://pre-commit.ci
Here's my first draft of using some external plotting tools, including interactive ones.
@falexwolf is this what you were thinking of (mentioned in #460)? Or did you want specifically just interactive plots?
Before this gets merged, I want to: