INNER CODE UNIT · Python
xytext
aeturrell/coding-for-economists · craft_diss_pyramid.py:67
xytext=(people_x, top_y_value - height + 1.5 * start_y),
arrowprops=dict(arrowstyle="->"),
ha="center",
fontsize=10,
)
ax.annotate(
"More detail",
xy=(detail_x, -start_y),
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),