Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
638 lines (511 sloc)
18 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Core | |
intro: Python libraries on which multiple higher-level libraries are built. | |
packages: | |
- repo: matplotlib/matplotlib | |
sponsors: [numfocus] | |
badges: travis, appveyor, codecov, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: plotly/plotly.py | |
sponsors: [plotly] | |
pypi_name: plotly | |
conda_package: plotly | |
site: https://plot.ly | |
badges: circleci, pypi, conda, site | |
builtons: [plotly] | |
- repo: bokeh/bokeh | |
sponsors: [numfocus, anaconda] | |
badges: travis, pypi, conda, site | |
builtons: [bokeh] | |
- name: High-Level Shared API | |
intro: Libraries sharing the Pandas .plot() API, built upon the core Python or JS libraries. | |
packages: | |
- repo: pandas-dev/pandas | |
sponsors: [numfocus] | |
site: https://pandas.pydata.org | |
badges: travis, appveyor, codecov, rtd, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: pydata/xarray | |
sponsors: [numfocus] | |
appveyor_project: shoyer/xray | |
site: https://xarray.pydata.org | |
badges: travis, appveyor, coveralls, rtd, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: santosjorge/cufflinks | |
site: https://github.com/santosjorge/cufflinks/blob/master/README.md | |
conda_channel: conda-forge | |
badges: circleci, pypi, conda, site | |
builtons: [plotly] | |
- repo: pyviz/hvplot | |
sponsors: [anaconda] | |
site: https://hvplot.pyviz.org | |
badges: travis, appveyor, pypi, conda, site | |
builtons: [bokeh] | |
- repo: PatrikHlobil/Pandas-Bokeh | |
site: https://github.com/PatrikHlobil/Pandas-Bokeh/blob/master/README.md | |
conda_channel: PatrikHlobil | |
badges: pypi, conda, site | |
builtons: [bokeh] | |
- name: High-Level | |
intro: InfoVis Libraries focusing on high-level operations for working with data visually, built upon the core Python or JS libraries. | |
packages: | |
- repo: mwaskom/seaborn | |
site: https://seaborn.pydata.org | |
badges: travis, codecov, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: altair-viz/altair | |
site: https://altair-viz.github.io | |
conda_channel: conda-forge | |
badges: travis, pypi, conda, site | |
builtons: [vega] | |
- repo: pyviz/holoviews | |
sponsors: [anaconda] | |
appveyor_project: pyviz/holoviews-ginxt | |
badges: travis, appveyor, coveralls, pypi, conda, site | |
builtons: [bokeh, matplotlib, plotly] | |
- repo: plotly/plotly_express | |
sponsors: [plotly] | |
site: https://plotly.express | |
conda_channel: conda-forge | |
badges: pypi, conda, site | |
builtons: [plotly] | |
- repo: spotify/chartify | |
sponsors: [spotify] | |
conda_channel: conda-forge | |
site: https://github.com/spotify/chartify/blob/master/README.rst | |
badges: travis, pypi, conda, site | |
builtons: [bokeh] | |
- repo: JetBrains/lets-plot | |
sponsors: [jetbrains] | |
site: https://github.com/JetBrains/lets-plot/blob/master/README_PYTHON.md | |
badges: pypi, site | |
- repo: AutoViML/AutoViz | |
site: https://github.com/AutoViML/AutoViz | |
badges: travis, pypi, site | |
builtons: [matplotlib] | |
- repo: lukelbd/proplot | |
site: https://proplot.readthedocs.io | |
conda_channel: conda-forge | |
badges: travis, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: vizzuhq/ipyvizzu | |
site: https://ipyvizzu.vizzuhq.com | |
badges: travis, pypi, site | |
- name: Native-GUI | |
intro: InfoVis Libraries targetting native-desktop GUI interfaces for interactive plots. | |
packages: | |
- repo: matplotlib/matplotlib | |
sponsors: [numfocus] | |
badges: travis, appveyor, codecov, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: pyqtgraph/pyqtgraph | |
site: http://www.pyqtgraph.org | |
builtons: [qt, opengl] | |
- repo: glue-viz/glue | |
site: http://docs.glueviz.org | |
conda_channel: conda-forge | |
conda_package: glueviz | |
badges: pypi, conda, site | |
builtons: [matplotlib] | |
- repo: veusz/veusz | |
conda_channel: conda-forge | |
site: https://veusz.github.io | |
builtons: [qt] | |
- repo: enthought/chaco | |
sponsors: [enthought] | |
site: https://docs.enthought.com/chaco | |
badges: pypi | |
builtons: [kiva] | |
- repo: sciapp/gr | |
site: https://gr-framework.org/python.html | |
badges: pypi, site | |
- name: Other InfoVis | |
intro: InfoVis plotting libraries not fitting into other categories above. | |
packages: | |
- repo: has2k1/plotnine | |
conda_channel: conda-forge | |
badges: pypi, conda, rtd | |
builtons: [matplotlib] | |
- repo: Kozea/pygal | |
site: http://pygal.org | |
conda_channel: conda-forge | |
- repo: bloomberg/bqplot | |
conda_channel: conda-forge | |
badges: pypi, conda, rtd | |
- repo: sandialabs/toyplot | |
sponsors: [sandia] | |
conda_channel: conda-forge | |
badges: pypi, conda, rtd | |
- repo: maxhumber/chart | |
- repo: biggles-plot/biggles | |
site: https://biggles-plot.github.io | |
badges: pypi | |
- name: SciVis | |
intro: Libraries for visualizing scientific data situated in real-world coordinates, typically using OpenGL or WebGL. | |
packages: | |
- repo: Kitware/VTK | |
sponsors: [kitware] | |
site: https://vtk.org/ | |
conda_channel: conda-forge | |
badges: travis, pypi, conda, site | |
builtons: [vtk] | |
- repo: vispy/vispy | |
conda_channel: conda-forge | |
site: http://vispy.org | |
badges: travis, appveyor, coveralls, pypi, conda, site | |
builtons: [opengl] | |
- repo: enthought/mayavi | |
sponsors: [enthought] | |
site: https://docs.enthought.com/mayavi/mayavi | |
appveyor_project: EnthoughtOSS/mayavi | |
badges: travis, appveyor, codecov, pypi, conda, site | |
builtons: [vtk, opengl] | |
- repo: maartenbreddels/ipyvolume | |
conda_channel: conda-forge | |
builtons: [opengl, webgl] | |
- repo: pyvista/pyvista | |
site: https://docs.pyvista.org | |
conda_channel: conda-forge | |
builtons: [vtk] | |
- repo: InsightSoftwareConsortium/itkwidgets | |
pypi_name: itkwidgets | |
conda_package: itkwidgets | |
conda_channel: conda-forge | |
badges: pypi, conda, circleci | |
builtons: [webgl] | |
- repo: marcomusy/vedo | |
sponsors: [EMBL] | |
site: https://vedo.embl.es | |
conda_channel: conda-forge | |
badges: pypi, conda, circleci | |
builtons: [vtk] | |
- repo: glumpy/glumpy | |
badges: pypi, rtd | |
builtons: [opengl] | |
- repo: nmwsharp/polyscope | |
site: http://polyscope.run | |
badges: pypi | |
builtons: [opengl] | |
- name: Geospatial | |
intro: Tools for working with data in geographic coordinates. | |
packages: | |
- repo: geopandas/geopandas | |
site: http://geopandas.org | |
conda_channel: conda-forge | |
builtons: [matplotlib] | |
- repo: pydata/xarray | |
sponsors: [numfocus] | |
appveyor_project: shoyer/xray | |
site: https://xarray.pydata.org | |
badges: travis, appveyor, coveralls, rtd, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: python-visualization/folium | |
site: https://python-visualization.github.io/folium | |
conda_channel: conda-forge | |
builtons: [leaflet] | |
- repo: SciTools/cartopy | |
sponsors: [metoffice] | |
site: https://scitools.org.uk/cartopy | |
badges: travis, appveyor, coveralls, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: pyviz/hvplot | |
sponsors: [anaconda] | |
site: https://hvplot.pyviz.org | |
badges: travis, appveyor, pypi, conda, site | |
builtons: [bokeh] | |
- repo: jupyter-widgets/ipyleaflet | |
conda_channel: conda-forge | |
badges: pypi, conda, rtd | |
builtons: [leaflet] | |
- repo: vgm64/gmplot | |
badges: pypi | |
- repo: pysal/splot | |
sponsors: [cgs] | |
site: https://splot.readthedocs.io | |
conda_channel: conda-forge | |
badges: coveralls, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: pyviz/geoviews | |
sponsors: [anaconda] | |
site: http://geoviews.org | |
badges: travis, appveyor, pypi, conda, site | |
builtons: [bokeh, matplotlib, plotly] | |
- repo: ResidentMario/geoplot | |
site: https://residentmario.github.io/geoplot | |
conda_channel: conda-forge | |
badges: pypi, conda, site | |
builtons: [matplotlib] | |
- repo: giswqs/leafmap | |
site: https://leafmap.org | |
conda_channel: conda-forge | |
badges: pypi, conda | |
builtons: [leaflet, plotly] | |
- repo: andrea-cuttone/geoplotlib | |
site: https://github.com/andrea-cuttone/geoplotlib/wiki/User-Guide | |
badges: pypi | |
builtons: [opengl] | |
- name: Graphs and networks | |
intro: Tools specifically focused on visualizing graphs (networks). Several of the other plotting libraries listed in other sections can also plot graphs, including Bokeh, HoloViews, Matplotlib, and Plotly. | |
packages: | |
- repo: networkx/networkx | |
site: https://networkx.github.io | |
appveyor_project: dschult/networkx-pqott | |
badges: travis, appveyor, codecov, pypi, conda, site | |
builtons: [matplotlib, graphviz] | |
- repo: xflr6/graphviz | |
site: https://graphviz.readthedocs.io | |
conda_package: python-graphviz | |
conda_channel: conda-forge | |
badges: travis, codecov, pypi, conda, rtd, site | |
builtons: [graphviz] | |
- repo: pydot/pydot | |
badges: pypi, conda | |
conda_channel: conda-forge | |
builtons: [graphviz] | |
- repo: pygraphviz/pygraphviz | |
site: https://pygraphviz.github.io | |
conda_channel: conda-forge | |
badges: travis, pypi, conda, site | |
builtons: [graphviz] | |
- repo: igraph/python-igraph | |
site: https://igraph.org/python | |
conda_channel: conda-forge | |
appveyor_project: ntamas/python-igraph | |
badges: travis, appveyor, pypi, conda, site | |
- repo: WestHealth/pyvis | |
site: https://pyvis.readthedocs.io | |
conda_channel: conda-forge | |
badges: pypi, conda, site | |
- repo: epfl-lts2/pygsp | |
site: https://pygsp.readthedocs.io | |
conda_channel: conda-forge | |
badges: travis, coveralls, pypi, conda, rtd, site | |
- repo: skewed/graph-tool | |
# repo: https://git.skewed.de/count0/graph-tool | |
site: http://graph-tool.skewed.de | |
conda_channel: conda-forge | |
badges: conda, site | |
- repo: QuantStack/ipycytoscape | |
conda_channel: conda-forge | |
badges: pypi, conda | |
- repo: ericmjl/nxviz | |
site: https://nxviz.readthedocs.io | |
conda_channel: conda-forge | |
badges: pypi, conda, site | |
- repo: cytoscape/py2cytoscape | |
site: https://py2cytoscape.readthedocs.io | |
conda_channel: conda-forge | |
badges: travis, pypi, conda, rtd, site | |
- repo: SkBlaz/Py3Plex | |
site: https://py3plex.readthedocs.io | |
badges: pypi, site | |
- repo: timkpaine/ipydagred3 | |
conda_channel: conda-forge | |
badges: azure, pypi, conda | |
builtons: [d3] | |
- repo: dblarremore/webweb | |
site: https://webwebpage.github.io | |
badges: pypi, conda, site | |
- repo: benmaier/netwulf | |
site: https://netwulf.readthedocs.io | |
badges: travis, pypi, rtd, site | |
- repo: Yomguithereal/ipysigma | |
badges: pypi | |
- name: Other domain-specific | |
intro: Tools focused on specific research or application areas other than those above. | |
packages: | |
- repo: scikit-image/scikit-image | |
site: https://scikit-image.org | |
badges: travis, appveyor, codecov, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: ResidentMario/missingno | |
conda_channel: conda-forge | |
builtons: [matplotlib] | |
- repo: arviz-devs/arviz | |
sponsors: [numfocus] | |
site: https://arviz-devs.github.io/arviz | |
conda_channel: conda-forge | |
badges: pypi, travis, azure, coveralls, conda, site | |
builtons: [matplotlib] | |
- repo: reiinakano/scikit-plot | |
site: https://github.com/reiinakano/scikit-plot | |
conda_channel: conda-forge | |
badges: pypi, conda, site | |
builtons: [matplotlib] | |
- repo: DistrictDataLabs/yellowbrick | |
site: https://www.scikit-yb.org | |
sponsors: [numfocus] | |
conda_channel: DistrictDataLabs | |
badges: travis, appveyor, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: Unidata/MetPy | |
sponsors: [unidata] | |
site: https://unidata.github.io/MetPy | |
conda_channel: conda-forge | |
badges: travis, appveyor, codecov, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: napari/napari | |
site: https://napari.org/ | |
conda_channel: conda-forge | |
badges: codecov, pypi, conda | |
builtons: [vispy] | |
- repo: yt-project/yt | |
sponsors: [numfocus] | |
site: https://yt-project.org | |
badges: travis, codecov, pypi, conda, site | |
builtons: [matplotlib] | |
- repo: ContextLab/hypertools | |
badges: pypi, rtd | |
builtons: [matplotlib] | |
- repo: ismms-himc/clustergrammer2 | |
site: https://clustergrammer.readthedocs.io | |
badges: pypi, site | |
builtons: [webgl] | |
- repo: PAIR-code/facets | |
site: https://pair-code.github.io/facets/ | |
badges: pypi | |
- name: Large-data rendering | |
intro: Tools for rasterizing/aggregating data before visualization, which can make rendering faster, allow larger datasets, or make it feasible to use remote datasets (with server-side rendering). | |
packages: | |
- repo: pyviz/datashader | |
sponsors: [anaconda] | |
site: http://datashader.org | |
badges: travis, appveyor, pypi, conda, site | |
- repo: vaexio/vaex | |
sponsors: [vaexio] | |
site: https://vaex.io | |
conda_channel: conda-forge | |
badges: travis, appveyor, pypi, conda, site | |
- repo: astrofrog/mpl-scatter-density | |
site: https://github.com/astrofrog/mpl-scatter-density | |
badges: travis, appveyor, pypi, conda, site | |
builtons: [matplotlib] | |
- name: Dashboarding | |
intro: Libraries for creating live Python-backed web applications or dashboards that a user can interact with to explore or analyze data. | |
packages: | |
- repo: bokeh/bokeh | |
sponsors: [numfocus, anaconda] | |
badges: travis, pypi, conda, site | |
builtons: [bokeh] | |
- repo: plotly/dash | |
sponsors: [plotly] | |
conda_channel: conda-forge | |
site: https://dash.plot.ly | |
badges: circleci, pypi, conda, site | |
builtons: [plotly] | |
- repo: streamlit/streamlit | |
sponsors: [streamlit] | |
site: https://streamlit.io | |
conda_channel: conda-forge | |
badges: pypi, conda, site | |
- repo: pyviz/panel | |
sponsors: [anaconda] | |
site: https://panel.pyviz.org | |
badges: travis, appveyor, codecov, pypi, conda, site | |
builtons: [bokeh] | |
- repo: gradio-app/gradio | |
sponsors: [huggingface] | |
site: https://gradio.app | |
badges: circleci, codecov, pypi, site | |
- repo: pywebio/PyWebIO | |
site: https://www.pyweb.io | |
badges: pypi, site | |
- repo: fossasia/visdom | |
site: https://github.com/fossasia/visdom/blob/master/README.md#visdom | |
builtons: [plotly] | |
- repo: QuantStack/voila | |
sponsors: [quantstack] | |
conda_channel: conda-forge | |
badges: travis, pypi, conda, rtd | |
- repo: h2oai/wave | |
site: https://wave.h2o.ai | |
sponsors: [h2o] | |
- repo: danielfrg/jupyter-flex | |
site: https://jupyter-flex.extrapolations.dev | |
badges: pypi | |
- repo: trungleduc/ipyflex | |
site: https://ipyflex.readthedocs.io | |
conda_channel: conda-forge | |
badges: pypi, conda, rtd | |
- repo: mljar/bloxs | |
badges: pypi | |
- name: Colormapping | |
intro: Collections of colormaps and tools for generating new colormaps. | |
packages: | |
- repo: pyviz/colorcet | |
sponsors: [anaconda] | |
site: https://colorcet.pyviz.org | |
badges: travis, appveyor, pypi, conda, site | |
- repo: jiffyclub/palettable | |
site: https://jiffyclub.github.io/palettable | |
- repo: matplotlib/cmocean | |
site: https://matplotlib.org/cmocean | |
conda_channel: conda-forge | |
badges: travis, codecov, pypi, conda | |
- repo: 1313e/CMasher | |
site: https://cmasher.readthedocs.io | |
conda_channel: conda-forge | |
badges: travis, appveyor, pypi, conda, site | |
- repo: callumrollo/cmcrameri | |
conda_channel: conda-forge | |
badges: pypi, conda | |
- repo: matplotlib/viscm | |
conda_channel: conda-forge | |
badges: travis, codecov, pypi, conda | |
- name: Dormant projects | |
intro: Tools no longer developed or endorsed by the authors. | |
packages: | |
- repo: altair-viz/pdvega | |
site: https://altair-viz.github.io/pdvega | |
conda_channel: conda-forge | |
badges: travis, pypi, conda, site | |
builtons: [d3, vega] | |
dormant: https://github.com/altair-viz/pdvega | |
- repo: matplotlib/basemap | |
site: https://matplotlib.org/basemap | |
dormant: https://matplotlib.org/basemap/users/intro.html#cartopy-new-management-and-eol-announcement | |
builtons: [matplotlib] | |
- repo: adrn/d3po | |
site: https://d3po.org | |
dormant: https://github.com/adrn/d3po/graphs/contributors | |
badges: site, dormant | |
- repo: rossant/galry | |
dormant: https://github.com/rossant/galry/blob/master/README.md | |
badges: pypi, dormant | |
builtons: [opengl] | |
- repo: yhat/ggpy | |
site: http://ggplot.yhathq.com | |
badges: pypi, site | |
dormant: https://github.com/yhat/ggpy/graphs/contributors | |
builtons: [matplotlib] | |
- repo: dgrtwo/gleam | |
dormant: https://github.com/dgrtwo/gleam/graphs/contributors | |
badges: pypi, dormant | |
- repo: wireservice/leather | |
dormant: https://github.com/wireservice/leather/graphs/contributors | |
badges: pypi, rtd | |
- repo: lightning-viz/lightning | |
site: http://lightning-viz.org | |
dormant: https://gitter.im/lightning-viz/lightning | |
badges: pypi, dormant | |
builtons: [d3, leaflet] | |
- repo: mpld3/mpld3 | |
site: https://mpld3.github.io | |
dormant: http://www.xavierdupre.fr/app/pymyinstall/helpsphinx/blog/2017/2017-09-02_mpld3.html | |
builtons: [matplotlib, d3] | |
- repo: PyQwt/PyQwt | |
site: http://www.pyqtgraph.org | |
dormant: https://github.com/PyQwt | |
badges: site | |
builtons: [qt] | |
- repo: PierreRaybaut/guiqwt | |
site: https://pythonhosted.org/guiqwt/ | |
dormant: https://github.com/PierreRaybaut/guiqwt/graphs/contributors | |
badges: site, pypi | |
builtons: [qt] | |
- repo: wrobstory/vincent | |
dormant: https://github.com/wrobstory/vincent/graphs/contributors | |
badges: pypi, rtd | |
builtons: [d3, vega] | |
- repo: almarklein/visvis | |
dormant: https://github.com/almarklein/visvis#status | |
builtons: [opengl] |