From a886847f2a85bc4a101f779265a7b54180dffd5b Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Fri, 19 Oct 2012 00:06:00 +0200 Subject: beta 2012.10.19 00:06 --- metapost/context/base/mp-grap.mpiv | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'metapost') 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 -- cgit v1.2.3