summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/loggraph.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/loggraph.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/loggraph.asy3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/loggraph.asy b/Master/texmf-dist/doc/asymptote/examples/loggraph.asy
index edd9d3e0a67..d496fba1624 100644
--- a/Master/texmf-dist/doc/asymptote/examples/loggraph.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/loggraph.asy
@@ -8,8 +8,7 @@ scale(Log,Log);
draw(graph(f,0.1,10));
-//xlimits(1,10,Crop);
-//ylimits(0.1,1,Crop);
+//limits((1,0.1),(10,0.5),Crop);
dot(Label("(3,5)",align=S),Scale((3,5)));