INNER CODE UNIT · Python
xy
aeturrell/coding-for-economists · craft_diss_pyramid.py:66
xy=(people_x, -start_y),
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),