Skip to content

Commit 92dafdf

Browse files
committed
minor fixes to plotting routine
1 parent 956fbde commit 92dafdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fault_tolerance/postproc_grayscott.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
residual[residual <= 0] = 1E-99
9797
residual = np.log10(residual)
9898

99-
rcParams['figure.figsize'] = 6.0, 2.5
99+
rcParams['figure.figsize'] = 8.0, 2.0
100100
fig, ax = plt.subplots()
101101

102102
cmap = plt.get_cmap('Reds',vmax-vmin+1)

0 commit comments

Comments
 (0)