From cf700bdf3bb6d86748e8f8ee2203f54533d5b232 Mon Sep 17 00:00:00 2001 From: Jacques Grelet <jacques.grelet@ird.fr> Date: Wed, 31 Mar 2010 05:50:31 +0000 Subject: [PATCH] update patch description for m_grid (m_map) --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index e4286b3..0027cea 100644 --- a/README +++ b/README @@ -21,6 +21,19 @@ and release from R2008b with m_grid function. In line 345 and 419 I must cast xx and yy variable to double otherwise call text function failed. +patch for m_grid (V1.4e): + +ligne: 345 +text(double(xx(k)),double(yy(k)),labs{k},'horizontal',horizk,'vertical',vertk, ... + 'rot',rotang(k),'fontsize',gfontsize*scl(k),'color',gcolor,... + 'tag','m_grid_xticklabel','fontname',gfontname); + +ligne 419: +text(double(xx(k)),double(yy(k)),labs{k},'horizontal',horizk,'vertical',vertk,... + 'rot',rotang(k),'fontsize',gfontsize*scl(k),'color',gcolor,... + 'tag','m_grid_yticklabel','fontname',gfontname); + + Under linux and win R2007b, variables has double type. In the last package 1.4e, inside the file contents.m, Version number is still to -- GitLab