Browse Source

Add patterns to all colors.

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

+ 4 - 1
paper_plots.py

@@ -94,7 +94,10 @@ def setAxLinesBW(ax):
         '#d62728': {'marker': None, 'dash': [3,1,1,1,1,1]},
         '#9467bd': {'marker': None, 'dash': [1,1]},
         '#8c564b': {'marker': None, 'dash': [4,1,2,0.5,0.3,0.5]},
-        '#e377c2': {'marker': 'o', 'dash': (None,None)} #[1,2,1,10]}
+        '#e377c2': {'marker': 'o', 'dash': (None,None)},
+        '#7f7f7f': {'marker': 'o', 'dash': [2,1]},
+        '#bcbd22': {'marker': 'o', 'dash': [3,1,1,1]},
+        '#17becf': {'marker': 'o', 'dash': [3,1,1,1,1,1]}
         }