I am trying to draw an xkcd-style plot with matplotlib (ver. 1.4.2) under Python 3.
When I try to run:
import matplotlib.pyplot as plt plt.xkcd() plt
For Mac User: try to run this command in python: (or before the .py file)
import matplotlib matplotlib.font_manager._rebuild()