I\'ve been using style sheets in matplotlib lately. I really like how clean the seaborn-white looks and I want to be able to add the border to other s
matplotlib
seaborn-white
Take a look at this. What you're looking for are these two lines:
ax.patch.set_edgecolor('black') ax.patch.set_linewidth('1')