I'm not brave enough to try figuring out which variables are actually supposed to be integers, especially because it's graphics so testing might not be as straightforward, but eventually numpy will balk at float indices. The from __future__ import division is causing many variables in that module to be floats.
https://github.com/matplotlib/matplotlib/blob/v1.4.x/lib/matplotlib/hatch.py
I'm not brave enough to try figuring out which variables are actually supposed to be integers, especially because it's graphics so testing might not be as straightforward, but eventually numpy will balk at float indices. The
from __future__ import divisionis causing many variables in that module to be floats.https://github.com/matplotlib/matplotlib/blob/v1.4.x/lib/matplotlib/hatch.py