Skip to content

Commit 13dd6c9

Browse files
committed
Adjusted output figure axis lable
1 parent a9a182a commit 13dd6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metaplotter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
ax1.plot(range(len(o_two)), o_two,"b")
9595
ax1.fill_between(range(len(o_one)), o_one_lo, o_one_up, facecolor='red', alpha=0.25)
9696
ax1.fill_between(range(len(o_two)), o_two_lo, o_two_up, facecolor='blue', alpha=0.25)
97-
ax1.set_ylabel("Active firms (out of initially 20)")
97+
ax1.set_ylabel("Active firms")
9898
ax1.set_xlabel("Time")
9999
plt.savefig("data/fig_one_and_two_rm_comp.pdf")
100100
plt.show()

0 commit comments

Comments
 (0)