Skip to content

Commit 26a7d82

Browse files
authored
Merge pull request #77 from QuantEcon/solow_4
LECT: Solow- Fix an error
2 parents a21ca23 + cd499ef commit 26a7d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/solow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ fps = (c_star_max,)
492492
ax.plot((s_star_max, ), (c_star_max,), 'go', ms=8, alpha=0.6)
493493
494494
ax.annotate(r'$s^*$',
495-
xy=(s_star_max, c_star[c_max_index]),
495+
xy=(s_star_max, c_star_max),
496496
xycoords='data',
497497
xytext=(20, -50),
498498
textcoords='offset points',

0 commit comments

Comments
 (0)