summaryrefslogtreecommitdiff
path: root/info/asymptote-faq-zh-cn/src/figures/6-3.asy
diff options
context:
space:
mode:
Diffstat (limited to 'info/asymptote-faq-zh-cn/src/figures/6-3.asy')
-rw-r--r--info/asymptote-faq-zh-cn/src/figures/6-3.asy8
1 files changed, 8 insertions, 0 deletions
diff --git a/info/asymptote-faq-zh-cn/src/figures/6-3.asy b/info/asymptote-faq-zh-cn/src/figures/6-3.asy
new file mode 100644
index 0000000000..c53d8b5ddc
--- /dev/null
+++ b/info/asymptote-faq-zh-cn/src/figures/6-3.asy
@@ -0,0 +1,8 @@
+import graph;
+size(250,200,IgnoreAspect);
+
+draw(graph(exp,-1,1),red);
+
+xaxis(shift(0,-10)*"$x$",LeftTicks);
+yaxis("$y$",RightTicks);
+