An open API service indexing awesome lists of open source software.

https://github.com/ciyer/altair-matplotlib

Ports of examples from a Matplotlib tutorial to Altair/Vega
https://github.com/ciyer/altair-matplotlib

altair data dataviz vega vega-lite

Last synced: 2 months ago
JSON representation

Ports of examples from a Matplotlib tutorial to Altair/Vega

Awesome Lists containing this project

README

          

# Altair-Matplotlib

Ports of examples from a Nicolas P. Rougier's [Matplotlib tutorial](http://www.labri.fr/perso/nrougier/teaching/matplotlib/) to [Altair](https://altair-viz.github.io)/[Vega](https://vega.github.io/vega/).

# Tutorials

| Tutorial | |
| --- | --- |
| [Simple Plot](notebooks/01-Simple_Plot.ipynb) | Simple Plot Image |
| [Regular Plots](notebooks/02-Regular_Plots.ipynb) | Regular Plot Image |
| [Scatterplots](notebooks/03-Scatterplots.ipynb) | Scatterplot Image |
| [Bar Chart](notebooks/04-Bar_Charts.ipynb) | Bar Chart Image |