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 … [Read more...] about How To Make Histogram with Median Line using Altair in Python?
Histogram with Altair
How to Make a Simple Histogram with Altair in Python?
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?