The first in a series of tutorials about Altair, a data visualisation alternative to Matplotlib and Bokeh in Python. Here we look at a little background information and create the most basic chart of all, a scatter plot.
**Useful Links**
Official Altair documentation: https://altair-viz.github.io/
Vega Visualization, on which Altair is based: https://vega.github.io/
Jupyter.org, home of the Jupyter notebook: https://jupyter.org/
Pandas: https://pandas.pydata.org/
The notebook itself: https://anthony-munnelly.com/tutorials/altair-01/