Browse Source

Set a default width for the hatch size.

Carlos Garcia 6 years ago
parent
commit
35f74cc01d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      paper_plots.py

+ 1 - 0
paper_plots.py

@@ -56,6 +56,7 @@ def pre_paper_plot(change=True):
     plt.rcParams['legend.loc'] = 'best'
     plt.rcParams['axes.linewidth'] = 1
     plt.rcParams['legend.handlelength'] = 3
+    plt.rcParams['hatch.linewidth'] = 1
 
 def post_paper_plot(change=True, bw_friendly=False, adjust_spines=False, sci_y=False):
     if not change: