Skip to content

Commit a6c3da8

Browse files
authored
[cobweb] Update unfinished suggestions (#509)
1 parent 45215d6 commit a6c3da8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lectures/cobweb.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ def plot45(model, pmin, pmax, p0, num_arrows=5):
298298
299299
xticks.append(pmax)
300300
xtick_labels.append(pmax)
301+
ax.set_ylabel(r'$p_{t+1}$')
302+
ax.set_xlabel(r'$p_t$')
301303
ax.set_xticks(xticks)
302304
ax.set_yticks(xticks)
303305
ax.set_xticklabels(xtick_labels)

0 commit comments

Comments
 (0)