Skip to content

Commit 5ec2c63

Browse files
committed
bugfix for newton plot
1 parent 7c0ddb1 commit 5ec2c63

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/source/projects/doc_parallelSDC_nonlinear.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Results:
99
Results:
1010

1111
.. image:: ../../../data/parallelSDC_fisher.png
12-
:scale: 50 %
12+
:scale: 100 %
1313

1414
Full code: `projects/parallelSDC/newton_vs_sdc.py <https://github.com/Parallel-in-Time/pySDC/blob/master/projects/parallelSDC/newton_vs_sdc.py>`_
1515

@@ -18,4 +18,4 @@ Full code: `projects/parallelSDC/newton_vs_sdc.py <https://github.com/Parallel-i
1818
Results:
1919

2020
.. image:: ../../../data/parallelSDC_fisher_newton.png
21-
:scale: 50 %
21+
:scale: 100 %

docs/source/projects/doc_parallelSDC_preconditioner.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Full code: `projects/parallelSDC/preconditioner_playground.py <https://github.co
55
Results:
66

77
.. image:: ../../../data/parallelSDC_preconditioner_heat.png
8-
:scale: 50 %
8+
:scale: 100 %
99

1010
.. image:: ../../../data/parallelSDC_preconditioner_advection.png
11-
:scale: 50 %
11+
:scale: 100 %
1212

1313
.. image:: ../../../data/parallelSDC_preconditioner_vanderpol.png
14-
:scale: 50 %
14+
:scale: 100 %
1515

1616
.. image:: ../../../data/parallelSDC_preconditioner_fisher.png
17-
:scale: 50 %
17+
:scale: 100 %
1818

projects/parallelSDC/newton_vs_sdc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def plot_graphs(cwd=''):
113113
Args:
114114
cwd (str): current working directory
115115
"""
116-
# plt_helper.mpl.style.use('classic')
116+
plt_helper.mpl.style.use('classic')
117117

118118
file = open(cwd + 'data/error_reduction_data.pkl', 'rb')
119119
results = pickle.load(file)

0 commit comments

Comments
 (0)