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
d6210a4a
Commit
d6210a4a
authored
May 14, 2013
by
Houtan Bastani
Browse files
reporting: @series: fix display
parent
a4a5eb60
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/reports/@series/display.m
View file @
d6210a4a
...
...
@@ -50,22 +50,43 @@ disp(' ');
disp
([
'
''
'
o
.
graphLineWidth
'
''
'
]);
disp
(
' '
);
disp
([
name
'.graph
_m
arker = '
]);
disp
([
name
'.graph
M
arker = '
]);
disp
(
' '
);
disp
([
'
''
'
o
.
graph
_m
arker
'
''
'
]);
disp
([
'
''
'
o
.
graph
M
arker
'
''
'
]);
disp
(
' '
);
disp
([
name
'.graph
_m
arker
_e
dge
_c
olor = '
]);
disp
([
name
'.graph
M
arker
E
dge
C
olor = '
]);
disp
(
' '
);
disp
([
'
''
'
o
.
graph
_m
arker
_e
dge
_c
olor
'
''
'
]);
disp
([
'
''
'
o
.
graph
M
arker
E
dge
C
olor
'
''
'
]);
disp
(
' '
);
disp
([
name
'.graph
_m
arker
_f
ace
_c
olor = '
]);
disp
([
name
'.graph
M
arker
F
ace
C
olor = '
]);
disp
(
' '
);
disp
([
'
''
'
o
.
graph
_m
arker
_f
ace
_c
olor
'
''
'
]);
disp
([
'
''
'
o
.
graph
M
arker
F
ace
C
olor
'
''
'
]);
disp
(
' '
);
disp
([
name
'.graph
_m
arker
_s
ize = '
]);
disp
([
name
'.graph
M
arker
S
ize = '
]);
disp
(
' '
);
disp
([
'
''
'
o
.
graph_marker_size
'
''
'
]);
disp
([
'
''
'
o
.
graphMarkerSize
'
''
'
]);
disp
(
' '
);
disp
([
name
'.tableAlignRight = '
]);
disp
(
' '
);
disp
([
'
''
'
o
.
tableAlignRight
'
''
'
]);
disp
(
' '
);
disp
([
name
'.tableNegColor = '
]);
disp
(
' '
);
disp
([
'
''
'
o
.
tableNegColor
'
''
'
]);
disp
(
' '
);
disp
([
name
'.tablePosColor = '
]);
disp
(
' '
);
disp
([
'
''
'
o
.
tablePosColor
'
''
'
]);
disp
(
' '
);
disp
([
name
'.tableShowMarkers = '
]);
disp
(
' '
);
disp
([
'
''
'
o
.
tableShowMarkers
'
''
'
]);
end
\ No newline at end of file
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