aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/laguerre/scripts/rel_error_simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'buch/papers/laguerre/scripts/rel_error_simple.py')
-rw-r--r--buch/papers/laguerre/scripts/rel_error_simple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/laguerre/scripts/rel_error_simple.py b/buch/papers/laguerre/scripts/rel_error_simple.py
index 686500b..e1ea36a 100644
--- a/buch/papers/laguerre/scripts/rel_error_simple.py
+++ b/buch/papers/laguerre/scripts/rel_error_simple.py
@@ -18,7 +18,7 @@ if __name__ == "__main__":
# Simple / naive
xmin = -5
- xmax = 30
+ xmax = 25
ns = np.arange(2, 12, 2)
ylim = np.array([-11, 6])
x = np.linspace(xmin + ga.EPSILON, xmax - ga.EPSILON, 400)