Skip to content

Commit c1612c7

Browse files
committed
Imrohorglu1989, added missing commas. Thanks Kamal!
1 parent ed47201 commit c1612c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Imrohoroglu1989/Imrohoroglu1989.m

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
% Which of the two values of sigma, the risk aversion parameter, to use.
2828
%WhichSigma=1
2929

30-
30+
3131

3232
for WhichSigma=1:2
3333
for EconomyEnvironment=1:6
@@ -199,7 +199,7 @@
199199
data = {trace11,trace21,trace45};
200200
layout = struct('title','Good Times','showlegend', true,'width', 800,... %'title','Good Times'
201201
'xaxis', struct('title', 'a_t','domain', [0, 1]), ...
202-
'yaxis', struct('title', 'a_t+1''titlefont', struct('color', 'black'),'tickfont', struct('color', 'black'),'side', 'left','position',0));
202+
'yaxis', struct('title', 'a_t+1','titlefont', struct('color', 'black'),'tickfont', struct('color', 'black'),'side', 'left','position',0));
203203
response = plotly(data, struct('layout', layout, 'filename', 'Imrohoroglu1989_FigureA1good', 'fileopt', 'overwrite'));
204204
response.data=data; response.layout=layout;
205205
saveplotlyfig(response, './SavedOutput/Graphs/Imrohoroglu1989_FigureA1good.pdf')
@@ -212,7 +212,7 @@
212212
data = {trace11,trace21,trace45};
213213
layout = struct('title', 'Bad Times','showlegend', true,'width', 800,... %'title','Good Times'
214214
'xaxis', struct('title', 'a_t','domain', [0, 1]), ...
215-
'yaxis', struct('title', 'a_t+1''titlefont', struct('color', 'black'),'tickfont', struct('color', 'black'),'side', 'left','position',0));
215+
'yaxis', struct('title', 'a_t+1','titlefont', struct('color', 'black'),'tickfont', struct('color', 'black'),'side', 'left','position',0));
216216
response = plotly(data, struct('layout', layout, 'filename', 'Imrohoroglu1989_FigureA1bad', 'fileopt', 'overwrite'));
217217
response.data=data; response.layout=layout;
218218
saveplotlyfig(response, './SavedOutput/Graphs/Imrohoroglu1989_FigureA1bad.pdf')

0 commit comments

Comments
 (0)