summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/gamma.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/examples/gamma.asy')
-rw-r--r--graphics/asymptote/examples/gamma.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/examples/gamma.asy b/graphics/asymptote/examples/gamma.asy
index f92dd775ab..136ec01401 100644
--- a/graphics/asymptote/examples/gamma.asy
+++ b/graphics/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);