|
27 | 27 | % Which of the two values of sigma, the risk aversion parameter, to use.
|
28 | 28 | %WhichSigma=1
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 | for WhichSigma=1:2
|
33 | 33 | for EconomyEnvironment=1:6
|
|
199 | 199 | data = {trace11,trace21,trace45};
|
200 | 200 | layout = struct('title','Good Times','showlegend', true,'width', 800,... %'title','Good Times'
|
201 | 201 | '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)); |
203 | 203 | response = plotly(data, struct('layout', layout, 'filename', 'Imrohoroglu1989_FigureA1good', 'fileopt', 'overwrite'));
|
204 | 204 | response.data=data; response.layout=layout;
|
205 | 205 | saveplotlyfig(response, './SavedOutput/Graphs/Imrohoroglu1989_FigureA1good.pdf')
|
|
212 | 212 | data = {trace11,trace21,trace45};
|
213 | 213 | layout = struct('title', 'Bad Times','showlegend', true,'width', 800,... %'title','Good Times'
|
214 | 214 | '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)); |
216 | 216 | response = plotly(data, struct('layout', layout, 'filename', 'Imrohoroglu1989_FigureA1bad', 'fileopt', 'overwrite'));
|
217 | 217 | response.data=data; response.layout=layout;
|
218 | 218 | saveplotlyfig(response, './SavedOutput/Graphs/Imrohoroglu1989_FigureA1bad.pdf')
|
|
0 commit comments