Przeglądaj źródła

Small comment change.

Carlos Garcia 6 lat temu
rodzic
commit
09c446aecd
1 zmienionych plików z 1 dodań i 1 usunięć
  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):