Matplotlib - Colormaps
Introduction In this tutorial, we want to have a look at some Colormaps provided by Matplotlib and use them in a Scatterplot. Import Libraries First, we import the Pyplot submodule. The Pyplot submodule contains a collection of important functions such as the plot() function or the scatter() function. In addition,...