Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
reporting
Commits
b2d35bc8
Commit
b2d35bc8
authored
Jun 27, 2014
by
Houtan Bastani
Browse files
fix typo
parent
876cb2a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
@graph/graph.m
View file @
b2d35bc8
...
...
@@ -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'
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment