Skip to content
Snippets Groups Projects
Commit 56d86178 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix typo

parent 638297f4
No related branches found
No related tags found
No related merge requests found
......@@ -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'};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment