From cd499efbb584d86ceb1380d169ff9f3d27143508 Mon Sep 17 00:00:00 2001 From: Smit-create Date: Wed, 8 Feb 2023 14:50:09 +1100 Subject: [PATCH] fix an error --- lectures/solow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/solow.md b/lectures/solow.md index e96499a2f..c14343625 100644 --- a/lectures/solow.md +++ b/lectures/solow.md @@ -492,7 +492,7 @@ fps = (c_star_max,) ax.plot((s_star_max, ), (c_star_max,), 'go', ms=8, alpha=0.6) ax.annotate(r'$s^*$', - xy=(s_star_max, c_star[c_max_index]), + xy=(s_star_max, c_star_max), xycoords='data', xytext=(20, -50), textcoords='offset points',