Plot demo

A demonstration of a python jupyter notebook plot, using the matplotlib library.

The basic idea is that you define the plot with successive commands, all of which together combine to make the image.

For the details, see the matplotlib docs and examples i.e. https://matplotlib.org/stable/gallery/index.html , or google for specific features i.e. "matplotlib title size" .

Note that this is just one of the several python libraries for doing numeric visualizations of various sorts. Here are links to several other options, all of which are installed on jupyter.bennington.college