summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/doc/datagraph.asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-20 23:59:26 +0000
committerKarl Berry <karl@freefriends.org>2009-07-20 23:59:26 +0000
commitc575a3e01c48c6807ff66e39df09c16ece08af60 (patch)
treec3bb87255b16358bb998849d2d83302bedea2e78 /Build/source/utils/asymptote/doc/datagraph.asy
parent3927b41be4f2831464a2c190c28042b7285dd91b (diff)
asymptote 1.82
git-svn-id: svn://tug.org/texlive/trunk@14356 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/doc/datagraph.asy')
-rw-r--r--Build/source/utils/asymptote/doc/datagraph.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/doc/datagraph.asy b/Build/source/utils/asymptote/doc/datagraph.asy
index 299b1594a0f..62cca8ea896 100644
--- a/Build/source/utils/asymptote/doc/datagraph.asy
+++ b/Build/source/utils/asymptote/doc/datagraph.asy
@@ -9,4 +9,4 @@ draw(graph(x,y),red);
xaxis("$x$",BottomTop,LeftTicks);
yaxis("$y$",LeftRight,
- RightTicks(Label(fontsize(8)),new real[]{0,4,9}));
+ RightTicks(Label(fontsize(8pt)),new real[]{0,4,9}));