News

We had a quick introduction to plotting with matplotlib in previous lessons. This lesson covers plotting with Python and matplotlib using a more structured approach. In this section, we'll look into ...
# # plot data as scatter graph, set dots alpha to 0.7 for readability, use custom color map with the color sequence # # this will color all dots matching to the category with the color map, two types ...