December 2015
Beginner to intermediate
202 pages
4h
English
A histogram is a graph that shows the distribution of numerical data. The matplotlib Python library makes creating a histogram a snap. Here's how.
Before using this recipe, familiarize yourself with the following recipes as we'll be building on them:
matplotlib plots in IPython Notebook, we will use an IPython magic function which starts with %:%matplotlib inline import pandas as pd import numpy as np from pymongo import MongoClient import matplotlib as mpl import matplotlib.pyplot ...
Read now
Unlock full access