Altair is the newest to Pyhon's Data Visualization landscape. In this post we will see a simple example of making a histogram using Python's Altair package. Let us import Altair as alt and also import data from vega_datasets. We will use weather data set from … [Read more...] about How to Make a Simple Histogram with Altair in Python?
Python
Simple Scatter Plot with Altair in Python
In this post, we will see an example of making a simple scatter plot using Altair 4.0.0. Altair is one latest interactive data visualization library in Python. Altair is based vega and Vega-lite - A Grammar of Interactive Graphics. Let us load Seattle weather data from … [Read more...] about Simple Scatter Plot with Altair in Python