diff options
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 |