Skip to content

Commit

Permalink
Fix code issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SylviaZhaooo committed Sep 26, 2024
1 parent 8dc5cb7 commit 2f2650b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/supply_demand_multiple_goods.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def plot_competitive_equilibrium(PE):
plt.hlines(p, 0, c, linestyle="dashed", color='black', alpha=0.7)
plt.scatter(c, p, zorder=10, label='竞争均衡', color='#600001')
plt.legend(loc='上右')
plt.legend(loc='upper right')
plt.margins(x=0, y=0)
plt.ylim(0)
plt.xlabel('数量')
Expand Down

0 comments on commit 2f2650b

Please sign in to comment.