Summary
If you've arrived here, now you know:
How to create single or multiline plots handling the axes limits
How to add information to the plot such as legends, labels, and titles
How to save plots to a file for reuse
How to use the toolbar that the interactive window provides
Why IPython is so useful in collaboration with Matplotlib
How to customize Matplotlib to your needs (both from configuration files and from Python code)
But we have only scratched the surface of what Matplotlib can do. We'll see much more in the next chapter!