How To Make Histogram with Median Line using Altair in Python?

Histogram with Median Line with Altair

In this post we will learn how to make a histogram with a median line using Altair in Python. This is also a great example illustrating the power of Altair’s grammar of graphics. Let us load the packages needed to make histogram with a median or mean line using Altair. Let us generate data to… Continue reading How To Make Histogram with Median Line using Altair in Python?

How to Make a Simple Histogram with Altair in Python?

Histogram with Altair

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 Seattle. The primary object in Altair to make data visualization… Continue reading How to Make a Simple Histogram with Altair in Python?

Exit mobile version