Chapter
4 introduced the basics of NumPy. You learned how to install it and how to create ndarrays. In this chapter, we continue working with NumPy by looking at a few ndarray creation routines. We will also get started with the data visualization library of the scientific computing ecosystem, Matplotlib. We will use the NumPy ndarray creation routines to demonstrate visualizations with Matplotlib. This is a detailed chapter with emphasis on coding and visualizations. The ...