I want to create a histogram with broken axes and found that there must be a module doing this called brokenaxes that works together with matplotlib (source) . Anyway, when I trie to import the module like this:
import matplotlib.pyplot as plt
from brokenaxes import brokenaxes
I get this error message:
No module named brokenaxes
I'm using ipython5.1 in anaconda 4.3.
Can anyone help me?