diff --git a/results/eGRF_TPL_2D/0000_diff.pdf b/results/eGRF_TPL_2D/0000_diff.pdf index eb0b1b5..29f648c 100644 Binary files a/results/eGRF_TPL_2D/0000_diff.pdf and b/results/eGRF_TPL_2D/0000_diff.pdf differ diff --git a/results/eGRF_TPL_2D/0001_diff.pdf b/results/eGRF_TPL_2D/0001_diff.pdf index b09b74f..2a3c825 100644 Binary files a/results/eGRF_TPL_2D/0001_diff.pdf and b/results/eGRF_TPL_2D/0001_diff.pdf differ diff --git a/results/eGRF_TPL_2D/0002_diff.pdf b/results/eGRF_TPL_2D/0002_diff.pdf index a75f462..e443adb 100644 Binary files a/results/eGRF_TPL_2D/0002_diff.pdf and b/results/eGRF_TPL_2D/0002_diff.pdf differ diff --git a/results/eGRF_TPL_2D/0003_diff.pdf b/results/eGRF_TPL_2D/0003_diff.pdf index e0f044d..c227f4d 100644 Binary files a/results/eGRF_TPL_2D/0003_diff.pdf and b/results/eGRF_TPL_2D/0003_diff.pdf differ diff --git a/results/eGRF_TPL_2D/0004_diff.pdf b/results/eGRF_TPL_2D/0004_diff.pdf index 0e2e42c..5153385 100644 Binary files a/results/eGRF_TPL_2D/0004_diff.pdf and b/results/eGRF_TPL_2D/0004_diff.pdf differ diff --git a/results/eGRF_TPL_2D/0005_diff.pdf b/results/eGRF_TPL_2D/0005_diff.pdf index cd246f2..1f2762d 100644 Binary files a/results/eGRF_TPL_2D/0005_diff.pdf and b/results/eGRF_TPL_2D/0005_diff.pdf differ diff --git a/results/eGRF_TPL_2D/0006_diff.pdf b/results/eGRF_TPL_2D/0006_diff.pdf index 681f915..2ef13a1 100644 Binary files a/results/eGRF_TPL_2D/0006_diff.pdf and b/results/eGRF_TPL_2D/0006_diff.pdf differ diff --git a/results/eGRF_TPL_2D/0007_diff.pdf b/results/eGRF_TPL_2D/0007_diff.pdf index d8d8089..3f27012 100644 Binary files a/results/eGRF_TPL_2D/0007_diff.pdf and b/results/eGRF_TPL_2D/0007_diff.pdf differ diff --git a/results/eGRF_TPL_2D/diff.pdf b/results/eGRF_TPL_2D/diff.pdf index 0e74cd3..8285e03 100644 Binary files a/results/eGRF_TPL_2D/diff.pdf and b/results/eGRF_TPL_2D/diff.pdf differ diff --git a/src/comparison/02_compare_mean.py b/src/comparison/02_compare_mean.py index 6338b67..df8f93d 100644 --- a/src/comparison/02_compare_mean.py +++ b/src/comparison/02_compare_mean.py @@ -86,7 +86,7 @@ def compare(base="eGRF_TPL_2D", p_min=0, p_max=np.inf): def plot_diff(time, rad, rt_head, et_head, para_no, path, para): """Plot the comparisson between effective head and ensemble mean.""" plt.close("all") - fig = plt.figure(figsize=[9, 3]) + fig = plt.figure(figsize=[10, 3.4]) ax0 = plt.subplot2grid((1, 3), (0, 0), fig=fig, projection=Axes3D.name) ax1 = plt.subplot2grid((1, 3), (0, 2), fig=fig, projection=Axes3D.name) ax2 = plt.subplot2grid((1, 3), (0, 1), fig=fig, projection=Axes3D.name) @@ -168,7 +168,7 @@ def plot_diff(time, rad, rt_head, et_head, para_no, path, para): ax1.set_zlim((z_min, z_max)) ax2.set_zlim((-1, 1)) fig.tight_layout() - plt.savefig(os.path.join(path, "{:04}_diff.pdf".format(para_no))) + plt.savefig(os.path.join(path, "{:04}_diff.pdf".format(para_no)), dpi=300) plt.close("all")