Matplotlib is a fantastic library for displaying data. It's extremely good for customizing data visualization.
I am going to include a handful of example plots on this page but this will not be an exhastive overview.
I would also suggest exploring the matplotlib documentation here.
Also matplotlib examples here.
I have done my best to annotate heavily as to explain what the code does.
One of my other favorite libraries for plotting data is Seaborn. It looks really crisp and it's rather easy to use.