From b2d35bc8a1d341248e9e6c31a5af3e7ed6fc1d02 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Fri, 27 Jun 2014 16:26:34 +0200 Subject: [PATCH] fix typo --- @graph/graph.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@graph/graph.m b/@graph/graph.m index 9c6f551..7285157 100644 --- a/@graph/graph.m +++ b/@graph/graph.m @@ -145,7 +145,7 @@ assert(any(strcmp(o.shadeColor, valid_shadeColor)), ['@graph.graph: shadeColor m strjoin(valid_shadeColor)]); assert(any(strcmp(o.zeroLineColor, valid_shadeColor)), ... ['@graph.graph: zeroLineColor must be one of ' strjoin(valid_shadeColor)]); -assert(any(strcmp(o.axisShape, {'box', 'L'})), ['@graph.graph: shadeColor ' ... +assert(any(strcmp(o.axisShape, {'box', 'L'})), ['@graph.graph: axisShape ' ... 'must be one of ''box'' or ''L''']); valid_legend_locations = ... {'south west','south east','north west','north east','outer north east'}; -- GitLab