Skip to content

Commit 839fe9e

Browse files
author
Daniel Ruprecht
committed
changed image size in plot_svd_vs_P.py
1 parent 6ec9004 commit 839fe9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/plot_svd_vs_P.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
para = parareal(0.0, float(nslices_v[i]), nslices_v[i], intexact, impeuler, nfine, ncoarse, 0.0, 1, u0)
5050
svds[j,i] = para.get_max_svd(ucoarse=ucoarse)
5151

52-
rcParams['figure.figsize'] = 2.5, 2.5
52+
rcParams['figure.figsize'] = 3.54, 3.54
5353
fs = 8
5454
fig = plt.figure()
5555
plt.plot(nslices_v, svds[0,:], 'b-o', label=(r"$\kappa$=%4.2f" % waveno_v[0]), markersize=fs/2, markevery=(1,6))
@@ -62,4 +62,4 @@
6262
plt.legend(loc='lower right', fontsize=fs, prop={'size':fs-2}, handlelength=3)
6363
filename = 'parareal-svd-vs-p.pdf'
6464
plt.gcf().savefig(filename, bbox_inches='tight')
65-
call(["pdfcrop", filename, filename])
65+
call(["pdfcrop", filename, filename])

0 commit comments

Comments
 (0)