vega / altair

Declarative statistical visualization library for Python
https://altair-viz.github.io/
BSD 3-Clause "New" or "Revised" License
9.21k stars 783 forks source link

Altair Ecosystem Page? #1090

Closed Zsailer closed 6 years ago

Zsailer commented 6 years ago

I thought I'd propose the idea of adding an Altair Ecosystem Page to Altair's documentation pages.

Something similar to Pandas' Ecosystem Page.

If someone creates a library that extends Altair, it can be listed on this page. Then, users can use this resource to find new ways in which Altair is being used across various domains.

For example--sorry for the shameless plug--nx_altair is a library that extends Altair to draw NetworkX graphs. It doesn't belong directly in Altair, because it has domain-specific functionality. But it might be helpful to users in the Altair community?

Perhaps there isn't much need for this now, but as Altair continues to grow in popularity, more people will be extending Altair to new cool things! It would be great to connect them!

jakevdp commented 6 years ago

Great idea! We could add it in doc/user_guide/ecosystem.rst or something similar.

Zsailer commented 6 years ago

Great! I'll draft up the initial page when I get some time and open a PR.

ellisonbg commented 6 years ago

+1

On Tue, Aug 14, 2018 at 1:54 PM Zachary Sailer notifications@github.com wrote:

Great! I'll draft up the initial page when I get some time and open a PR.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/altair-viz/altair/issues/1090#issuecomment-413012562, or mute the thread https://github.com/notifications/unsubscribe-auth/AABr0HQ3MbDyzczivvOxiWptU9E6gr1Jks5uQzjzgaJpZM4V9IqQ .

-- Brian E. Granger Associate Professor of Physics and Data Science Cal Poly State University, San Luis Obispo @ellisonbg on Twitter and GitHub bgranger@calpoly.edu and ellisonbg@gmail.com

jakevdp commented 6 years ago

Other notable projects:

Zsailer commented 6 years ago
curran commented 6 years ago

Similar initiative for D3: https://github.com/wbkd/awesome-d3

Maybe awesome-altair could come to life?

iliatimofeev commented 6 years ago

Pandas' Ecosystem Page Mentions Vincent as unmaintained, but Altair is not mentioned at all.

Vincent The Vincent project leverages Vega (that in turn, leverages d3) to create plots. Although functional, as of Summer 2016 the Vincent project has not been updated in over two years and is unlikely to receive further updates.

iliatimofeev commented 6 years ago

gpdvega is a bridge between GeoPandas a geospatial extension of Pandas and the declarative statistical visualization library Altair, which allows to seamlessly chart geospatial data using altair.

Sorry for self promotion :)

jakevdp commented 6 years ago

This just came across the mailing list: https://github.com/piccolbo/altair_recipes

Zsailer commented 6 years ago

Opened initial draft in PR #1100

jakevdp commented 6 years ago

Added in #1100