December 2015
Beginner to intermediate
202 pages
4h
English
In this recipe, you'll learn how to create a probability distribution histogram of two variables. This plot comes in handy when you are trying to see how much overlap there is between two variables in your data.
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 as plt
client ...
Read now
Unlock full access