@@ -77,7 +77,7 @@ def post_paper_plot(change=True, bw_friendly=False, adjust_spines=False, sci_y=F
formatter.set_powerlimits((-2,2))
plt.gca().yaxis.set_major_formatter(formatter)
-# Following functions taken from:
+# Following functions taken and adapted from:
# https://stackoverflow.com/questions/7358118/matplotlib-black-white-colormap-with-dashes-dots-etc
def setAxLinesBW(ax):