October 2018
Beginner to intermediate
676 pages
18h 30m
English
Here is the explanation of the code just given:
plt.style.use('seaborn-bright') sets the specific style sheet to be used. The same style sheet will be applied for all the plots in this session. In this example, we are using the seaborn-bright style sheet.
The remaining code plots four graphs, as we have seen earlier.
As you can see, we have not specified any specific parameters to any of the figure attributes; all of them are borrowed from the style sheet we supplied in the beginning:

Read now
Unlock full access