Activity 1.4.3 Arrays and Images

In the previous activity, you created an ndarray called ax. It was an array of SubplotAxes objects. You accessed one SubplotAxes by using an index in square brackets: ax[0]. ................
................