INNER CODE UNIT · Python
xytext
aeturrell/coding-for-economists · craft_diss_pyramid.py:76
xytext=(detail_x, top_y_value - height + 1.5 * start_y),
arrowprops=dict(arrowstyle="->"),
ha="center",
fontsize=10,
)
ax.annotate(
txtwrp.fill("Inverted pyramid of dissemination", 60),
xy=(0.5 * (people_x + start_x), -height),
fontsize=12,
ha="center",
)
ax.annotate(
txtwrp.fill("Typical structure of a blog post", 60),
xy=(base_blog_triangle * 0.5 + detail_x * 0.5, -height),
fontsize=12,
ha="center",