INNER CODE UNIT · Python

xy

aeturrell/coding-for-economists · craft_diss_pyramid.py:75

        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),
        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,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…