瀏覽代碼

Set a default width for the hatch size.

Carlos Garcia 7 年之前
父節點
當前提交
35f74cc01d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: