INNER CODE UNIT · Python

lims

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

    lims = (-2, 6)
    ax.set_xlim(lims)
    y_size = 1.2
    ax.set_ylim((-y_size, y_size))
    plt.axis("off")
    plt.tight_layout()
    plt.show()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…