Stacking RGB data
Now you'll combine red_array
, green_array
, and emphasized_blue_array_2D
to see what Monet's painting looks like with the blues emphasized!
numpy
is loaded as np
, and the red_array
, green_array
, blue_array
and emphasized_blue_array_2D
objects that you created in the last exercise are available.
This exercise is part of the course
Introduction to NumPy
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Print the shapes of blue_array and emphasized_blue_array_2D
print(____, ____)