summaryrefslogtreecommitdiff
path: root/info/asy-overview/src/chapter2/asy/exponential.asy
diff options
context:
space:
mode:
Diffstat (limited to 'info/asy-overview/src/chapter2/asy/exponential.asy')
-rw-r--r--info/asy-overview/src/chapter2/asy/exponential.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/info/asy-overview/src/chapter2/asy/exponential.asy b/info/asy-overview/src/chapter2/asy/exponential.asy
index e81c9545b5..b9d1f2f26c 100644
--- a/info/asy-overview/src/chapter2/asy/exponential.asy
+++ b/info/asy-overview/src/chapter2/asy/exponential.asy
@@ -1,6 +1,6 @@
// exponential.asy
settings.outformat="pdf";
-cd("../../../asy"); import jh; cd(""); define_texpreamble();
+import "../../../asy/jh.asy" as jh;
import graph;
@@ -25,7 +25,7 @@ dot(Label("$(\ln(2),2)$",filltype=Fill(white)), (log(2),2), 2*E);
// Axes making graph paper
pen GRAPHPAPERPEN=(0.25*LIGHT_COLOR+0.75*white)
- +squarecap; // Make graph paper lines
+ +squarecap; // For graph paper lines
xaxis(axis=YEquals(ymax+0.2),
xmin=xmin-0.5, xmax=xmax+0.5,