-
Notifications
You must be signed in to change notification settings - Fork 190
Description
Below Figure 2.5 – Anatomy of Matplotlib visuals, direct above code block
Wrong function:
plt.ylabel() instead of plt.ylable()
The following screenshot shows the application of plt.title() and plt.ylable() to add a title to the visual and add a label to the y-axis respectively.
Section: Resizing visuals and saving them
Subsection: Saving
Missing space:
"to create" instead of "tocreate"
This function takes the name of the file you would like tocreate for saving ...
Section: Example of Matplotilb assisting data preprocessing
In the first paragraph, in the first codeblock and than a 3rd time in the next textblock:
Not really an error, but I think the filename should be "ColumnsVisualization.png" instead of "ColumnsVsiaulization.png"
Same with Numerical_colums in this code block: No error but better "Numerical_columns"
But an real spelling error is in the section title:
"Matplotilb" instead of "Matplotlib"