Skip to content

Commit c261177

Browse files
committed
update missing translations
1 parent fb354d8 commit c261177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/mccall_fitted_vfi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ def Af(x):
159159
160160
fig, ax = plt.subplots()
161161
162-
ax.plot(f_grid, f(f_grid), 'b-', label='true function')
163-
ax.plot(f_grid, Af(f_grid), 'g-', label='linear approximation')
162+
ax.plot(f_grid, f(f_grid), 'b-', label='真实函数')
163+
ax.plot(f_grid, Af(f_grid), 'g-', label='线性近似')
164164
ax.vlines(c_grid, c_grid * 0, f(c_grid), linestyle='dashed', alpha=0.5)
165165
166166
ax.legend(loc="upper center")

0 commit comments

Comments
 (0)