summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/doc/helix.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/doc/helix.asy')
-rw-r--r--Build/source/utils/asymptote/doc/helix.asy6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/doc/helix.asy b/Build/source/utils/asymptote/doc/helix.asy
index 768add3481a..0925e0821b1 100644
--- a/Build/source/utils/asymptote/doc/helix.asy
+++ b/Build/source/utils/asymptote/doc/helix.asy
@@ -15,6 +15,6 @@ draw(p,Arrow3);
scale(true);
-xaxis3(XZ()*"$x$",Bounds(),red,InTicks(Label,2,2));
-yaxis3(YZ()*"$y$",Bounds(),red,InTicks(beginlabel=false,Label,2,2));
-zaxis3(XZ()*"$z$",Bounds(),red,InTicks);
+xaxis3(XZ()*"$x$",Bounds,red,InTicks(Label,2,2));
+yaxis3(YZ()*"$y$",Bounds,red,InTicks(beginlabel=false,Label,2,2));
+zaxis3(XZ()*"$z$",Bounds,red,InTicks);