March 2014
Beginner to intermediate
222 pages
4h 7m
English
We can control the colors used for a scatter plot just as we do for a curve plot. In this recipe, we are going to see how to use the two ways to control the colors of a scatter plot.
The scatter plot function pyplot.scatter() offers the following two options to control the colors of dots through its color parameter, or its shortcut c:
In the ...
Read now
Unlock full access