My matplotlib plots have changed styles unexpectedly. I am trying to pin down what I did to change them. My best guess is that I changed matplotlib versions, or I'm possibly am using a different backend.
A histogram plot currently looks like this:
They used to look like this (nice defined border lines between the bars):
I have made no changes to the code that generates the plots, but I have mucked with import statements, and re-installed various components of anaconda, including matplotlib for unrelated reasons.