Skip to content

Commit 28baadd

Browse files
authored
fix axis label (#81)
1 parent 6675701 commit 28baadd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/french_rev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,8 @@ plt.plot(bal[31:44], infl[31:44], '+', color='red', label='恐怖时期')
855855
plt.plot(bal[44:63], infl[44:63], '*',
856856
color='orange', label='经典的Cagan恶性通货膨胀')
857857
plt.plot(bal[44:63], a3 + bal[44:63] * b3, color='orange')
858-
plt.xlabel('real balances')
859-
plt.ylabel('inflation')
858+
plt.xlabel('实际余额')
859+
plt.ylabel('通货膨胀')
860860
plt.legend()
861861
plt.tight_layout()
862862
plt.show()

0 commit comments

Comments
 (0)