-
Notifications
You must be signed in to change notification settings - Fork 794
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
Call for Altair projects and initiatives to showcase in the docs #2697
Comments
Not particularly advanced or complex, but I recently enjoyed using Altair to chart French wind speed data, linking it to an interactive map created with Folium: https://github.com/daniel-finnan/zephyr Thanks for the library Altair team. |
Thank you for contributing @daniel-finnan ! I haven't seen Altair used with Folium before (and didn't even know folium had vega lite support), that's really cool! |
We have been using |
Using Altair to run a nightly batch on data, which generates json files, stored in a GitHub repo, which then get served on Concordium Explorer. |
Back in 2019, I've created dot plots to show yearly statistics on the French power system. It's mostly in Matplotlib, because I'm more proficient with it, but in the last iteration, I wanted an interactive version which made me jump to Altair
|
I just recently finished my master thesis, where I used altair quite extensively together with streamlit. You can check it out here (it's a little bit slow, since I'm using the free tier of streamlit cloud). It's a proof of concept to investigate random forests. On the "Dashboard" page you can see all of the altair-related work. |
I would nominate "First Python Notebook," a fully-scripted training I've been running for journalists for years now. It features a lengthy introduction to Altair that showcases how you can use it to explore a real news dataset. |
I don't think academic papers fit this category. Is there a place to post and browse academic papers that use Altair for their graphs? |
@mcp292 I don't think there is any manually curated repository of papers that use Altair. In Google Scholar you can click on "cited by" for the original Altair paper to see some papers that either use or talk about Altair (we could add this link to the docs when we add the projects mentioned here). |
I was thinking a place for people who use Altair to post their papers so that other users can read (and cite) papers with pleasing visuals and intelligent authors. |
I recently moved to altair from bokeh/plotly and I like it a lot. Especially the JupyterChart and interactivity with selections. I've just started to use altair here but at the moment its a smaller part which uses altair in a larger project. There is another project coming up but not public yet which is more altair-heavy. |
Thanks for sharing @Jhsmit, that's a really nice example! |
I think it would be helpful to have a page in the docs that includes links to inspiring Altair-based projects and initiatives to highlights some of the impressive things that package is used for. This could include projects that use Altair to tackle a real world problem, a demonstration of how to use some of the more advanced/complex functionality in Altair, or show how to use Altair together with some other package that is outside the scope of the official Altair documentation. This can also include talks, workshops, and lecture materials for Altair (which we already started to add to the resource section of the docs).
I have seen this done for other projects such as Bokeh and scikit-image in the past and found it quite helpful and encouraging myself. If anyone is aware of a project that fall under either of these categories, please comment with a link to it here together with a 1-2 sentences describing what it does (and optionally a link to the source code if your project allows it).
(Later edit) Maybe we should also include a list of interesting articles, starting one here for now:
The text was updated successfully, but these errors were encountered: