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
Dóra Kocsis
dynare
Commits
8f65eafb
Commit
8f65eafb
authored
Apr 26, 2013
by
Houtan Bastani
Browse files
fix typo
parent
e7830841
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/reports/@graph/graph.m
View file @
8f65eafb
...
...
@@ -100,7 +100,7 @@ assert(isint(o.legend_font_size), '@graph.graph: legend_font_size must be an int
assert
(
islogical
(
o
.
zeroline
),
'@graph.graph: zeroline must be either true or false'
);
assert
(
isfloat
(
o
.
shade_opacity
)
&&
length
(
o
.
shade_opacity
)
==
1
&&
...
o
.
shade_opacity
>=
0
&&
o
.
shade_opacity
<=
1
,
...
'@graph.graph: o.shade_opacity must be a real in [0 1]'
]
);
'@graph.graph: o.shade_opacity must be a real in [0 1]'
);
valid_legend_locations
=
...
{
'North'
,
'South'
,
'East'
,
'West'
,
...
'NorthEast'
,
'SouthEast'
,
'NorthWest'
,
'SouthWest'
,
...
...
...
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