Skip to content

Commit

Permalink
fix axis label (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumphreyYang authored Oct 7, 2024
1 parent 6675701 commit 28baadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lectures/french_rev.md
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,8 @@ plt.plot(bal[31:44], infl[31:44], '+', color='red', label='恐怖时期')
plt.plot(bal[44:63], infl[44:63], '*',
color='orange', label='经典的Cagan恶性通货膨胀')
plt.plot(bal[44:63], a3 + bal[44:63] * b3, color='orange')
plt.xlabel('real balances')
plt.ylabel('inflation')
plt.xlabel('实际余额')
plt.ylabel('通货膨胀')
plt.legend()
plt.tight_layout()
plt.show()
Expand Down

1 comment on commit 28baadd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.