Skip to content

Commit

Permalink
[cobweb] Update unfinished suggestions (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylviaZhaooo authored Jul 8, 2024
1 parent 45215d6 commit a6c3da8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lectures/cobweb.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ def plot45(model, pmin, pmax, p0, num_arrows=5):
xticks.append(pmax)
xtick_labels.append(pmax)
ax.set_ylabel(r'$p_{t+1}$')
ax.set_xlabel(r'$p_t$')
ax.set_xticks(xticks)
ax.set_yticks(xticks)
ax.set_xticklabels(xtick_labels)
Expand Down

0 comments on commit a6c3da8

Please sign in to comment.