{"cells": [{"cell_type": "markdown", "metadata": {}, "source": ["# matplotlib\n", "\n", "[matplotlib](http://matplotlib.org) is the most used to plot. It is the *reference*."]}, {"cell_type": "markdown", "metadata": {}, "source": ["Every plotting library works the same way: \n", "\n", "* We define axis (they boundaries can be adjusted based on the data)\n", "* We add curves, points, surfaces (A).\n", "* We add legendes (B).\n", "* We convert the plot into an image.\n", "\n", "Step (A) and (B) can be repeated in any order. Curves and legends superimposed.\n", "\n", "\n", "[documentation](http://matplotlib.org/) [source](https://github.com/matplotlib/matplotlib) [installation](http://matplotlib.org/users/installing.html) [tutorial](http://matplotlib.org/users/pyplot_tutorial.html) [gallery](http://matplotlib.org/gallery.html)"]}, {"cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": ["%matplotlib inline"]}, {"cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [{"data": {"text/html": ["
\n", ""], "text/plain": ["