summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/gamma.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/gamma.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/gamma.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/gamma.asy b/Master/texmf-dist/doc/asymptote/examples/gamma.asy
index f92dd775abb..136ec01401f 100644
--- a/Master/texmf-dist/doc/asymptote/examples/gamma.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/gamma.asy
@@ -12,7 +12,7 @@ bool3 branch(real x)
}
draw(graph(gamma,-4,4,n=2000,branch),red);
-
+
scale(false);
xlimits(-4,4);
ylimits(-6,6);