Getting Visual With It
Time to Get Vizzy With It!
Like Will says:
Gettin vizzy wit it Na na na na na na na nana Na na na na nana Gettin vizzy wit it…
Plot thickens
Time to turn on the lights and see what our data objects look like when we turn them
into visualized plots. Sure, we can use the print
function to see the numbers within
our numpy objects. Better yet, let’s turn our objects into pretty graphical images. To do so, we turn to
the matplotlib
library. An extensive library of plotting routines that easily allows us to render
image plots into many different formats (png, jpg, pdf, etc…) - both onto the screen for quick visual inspection, or written
to a file for general use.