diff options
author | Hans Hagen <pragma@wxs.nl> | 2012-10-19 00:06:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2012-10-19 00:06:00 +0200 |
commit | a886847f2a85bc4a101f779265a7b54180dffd5b (patch) | |
tree | 05c0d680b047b8aa027491d6847794a638c3971c /metapost | |
parent | f914a644f0c0f99cfbda589a66ff5deccac0eeab (diff) | |
download | context-a886847f2a85bc4a101f779265a7b54180dffd5b.tar.gz |
beta 2012.10.19 00:06
Diffstat (limited to 'metapost')
-rw-r--r-- | metapost/context/base/mp-grap.mpiv | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/metapost/context/base/mp-grap.mpiv b/metapost/context/base/mp-grap.mpiv index 68d95c9eb..757413a1c 100644 --- a/metapost/context/base/mp-grap.mpiv +++ b/metapost/context/base/mp-grap.mpiv @@ -60,8 +60,8 @@ vardef escaped_format(expr s) = enddef ; vardef dofmt_@#(expr f, x) = - % textext("\MPgraphformat{" & escaped_format(f) & "}{" & (if string x : x else: decimal x fi) & "}") - textext(mfun_format_number(escaped_format(f),x)) + textext("\MPgraphformat{" & escaped_format(f) & "}{" & (if string x : x else: decimal x fi) & "}") + % textext(mfun_format_number(escaped_format(f),x)) enddef ; % We redefine autogrid from graph.mp adding the possibility of differing X and Y @@ -115,7 +115,9 @@ enddef ; % dynamic version: vardef grap_symsize = - fontsize defaultfont + % fontsize defaultfont + % .8ExHeight + .35BodyFontSize enddef ; path grap_sym[] ; % (internal) symbol path |