Browse Source

Small comment change.

Carlos Garcia 6 years ago
parent
commit
09c446aecd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      paper_plots.py

+ 1 - 1
paper_plots.py

@@ -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):