Matplotlib#

The Python standard library contains no modules for visualizing functions (plotting) and other types of data. But there is a de-facto standard: Matplotlib, providing lots of plot types and additional visualization features. It integrates well with Efficient Computations with NumPy and is the Swiss army knife of visualization tools.

Related exercises:

Related projects: