wIn Chapter
5, we got started with visualization using the Matplotlib library in Python 3. In this chapter, we will continue our adventures with Matplotlib and NumPy to visualize images and 3D shapes. Let’s continue our exploration of data visualization with the following topics:
Visualizing the images
Operations on images
3D visualizations
After this chapter, you will be able to work with images and 3D Shapes.
Visualizing the Images
In this section, we will learn how to visualize images. We ...