summaryrefslogtreecommitdiff
path: root/info/asymptote-faq-zh-cn/src/figures/6-8c.asy
diff options
context:
space:
mode:
Diffstat (limited to 'info/asymptote-faq-zh-cn/src/figures/6-8c.asy')
-rw-r--r--info/asymptote-faq-zh-cn/src/figures/6-8c.asy11
1 files changed, 11 insertions, 0 deletions
diff --git a/info/asymptote-faq-zh-cn/src/figures/6-8c.asy b/info/asymptote-faq-zh-cn/src/figures/6-8c.asy
new file mode 100644
index 0000000000..397a4d48ab
--- /dev/null
+++ b/info/asymptote-faq-zh-cn/src/figures/6-8c.asy
@@ -0,0 +1,11 @@
+import graph;
+
+size(250,200,IgnoreAspect);
+
+draw(graph(exp,-1,1),red);
+
+xaxis("$x$",BottomTop,LeftTicks);
+yaxis("$y$",LeftRight,RightTicks);
+
+fixedscaling((-1.5,-0.5),(1.5,3.5));
+