Skip to content

Instantly share code, notes, and snippets.

@shane5ul
Created June 6, 2017 17:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shane5ul/9e8dbade9f9f9f4de5c8b00a41b53f20 to your computer and use it in GitHub Desktop.
Save shane5ul/9e8dbade9f9f9f4de5c8b00a41b53f20 to your computer and use it in GitHub Desktop.
A jupyter notebook demonstrating inset plots, subplots, and twin yaxis plots in Matplotlib.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": true,
"deletable": true,
"editable": true
},
"outputs": [],
"source": [
"import numpy as np\n",
"import matplotlib.pylab as plt\n",
"%config InlineBackend.figure_format='svg'\n",
"%matplotlib inline\n",
"plt.style.use('ggplot')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Table of Contents\n",
"\n",
"* Extracting Colors from Style Sheet\n",
"* Subplots\n",
"* Inset Plots\n",
"* Plots with twin yaxes"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Let us create a couple of simple functions over the range $0 \\leq x \\leq 2 \\pi$.\n",
"\n",
"\\begin{align*}\n",
"f(x) & = \\dfrac{1}{4} \\sin^2 x \\\\\n",
"g(x) & = x e^{-2x}\n",
"\\end{align*}"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true
},
"outputs": [],
"source": [
"x = np.linspace(0,2*np.pi)\n",
"fx = 0.25* np.sin(x)**2\n",
"gx = np.exp(-2*x) * x"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Extracting Colors from Style Sheet"
]
},
{
"cell_type": "markdown",
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"One can extract the colors from the default color scheme from the style sheet being used (ggplot here).\n",
"\n",
"This way, I don't use gaudy reds and blues (classic scheme) when I want to specify a color."
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true
},
"outputs": [
{
"data": {
"text/plain": [
"[{'color': '#E24A33'},\n",
" {'color': '#348ABD'},\n",
" {'color': '#988ED5'},\n",
" {'color': '#777777'},\n",
" {'color': '#FBC15E'},\n",
" {'color': '#8EBA42'},\n",
" {'color': '#FFB5B8'}]"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"list(plt.rcParams['axes.prop_cycle'])"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true
},
"outputs": [],
"source": [
"# extract two colors scheme from \n",
"c1=list(plt.rcParams['axes.prop_cycle'])[0]['color']\n",
"c2=list(plt.rcParams['axes.prop_cycle'])[1]['color']"
]
},
{
"cell_type": "markdown",
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"In matplotlib 2.0, there is an [easier process](https://matplotlib.org/users/colors.html) to use default colors."
]
},
{
"cell_type": "markdown",
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"## Subplots"
]
},
{
"cell_type": "markdown",
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"Using Matplotlib objects, we can exercise control over plot elements. Using the subplots class, we can easily manage standard layouts, figure size etc."
]
},
{
"cell_type": "code",
"execution_count": 106,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true
},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
"<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
"<!-- Created with matplotlib (http://matplotlib.org/) -->\n",
"<svg height=\"495pt\" version=\"1.1\" viewBox=\"0 0 279 495\" width=\"279pt\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
" <defs>\n",
" <style type=\"text/css\">\n",
"*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}\n",
" </style>\n",
" </defs>\n",
" <g id=\"figure_1\">\n",
" <g id=\"patch_1\">\n",
" <path d=\"M 0 495.033625 \n",
"L 279.423125 495.033625 \n",
"L 279.423125 0 \n",
"L 0 0 \n",
"z\n",
"\" style=\"fill:#ffffff;\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 54.079375 227.94175 \n",
"L 269.041875 227.94175 \n",
"L 269.041875 23.14175 \n",
"L 54.079375 23.14175 \n",
"z\n",
"\" style=\"fill:#e5e5e5;\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 54.079375 227.94175 \n",
"L 54.079375 23.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L 0 4 \n",
"\" id=\"m8df16e6b84\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m8df16e6b84\" y=\"227.94175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_3\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L 0 -4 \n",
"\" id=\"mbf16548ebf\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#mbf16548ebf\" y=\"23.14175\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_4\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 84.788304 227.94175 \n",
"L 84.788304 23.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_5\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"84.7883035714\" xlink:href=\"#m8df16e6b84\" y=\"227.94175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_6\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"84.7883035714\" xlink:href=\"#mbf16548ebf\" y=\"23.14175\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_7\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 115.497232 227.94175 \n",
"L 115.497232 23.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"115.497232143\" xlink:href=\"#m8df16e6b84\" y=\"227.94175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_9\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"115.497232143\" xlink:href=\"#mbf16548ebf\" y=\"23.14175\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_10\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 146.206161 227.94175 \n",
"L 146.206161 23.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_11\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"146.206160714\" xlink:href=\"#m8df16e6b84\" y=\"227.94175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"146.206160714\" xlink:href=\"#mbf16548ebf\" y=\"23.14175\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_5\">\n",
" <g id=\"line2d_13\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 176.915089 227.94175 \n",
"L 176.915089 23.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_14\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"176.915089286\" xlink:href=\"#m8df16e6b84\" y=\"227.94175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_15\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"176.915089286\" xlink:href=\"#mbf16548ebf\" y=\"23.14175\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_16\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 207.624018 227.94175 \n",
"L 207.624018 23.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_17\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"207.624017857\" xlink:href=\"#m8df16e6b84\" y=\"227.94175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_18\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"207.624017857\" xlink:href=\"#mbf16548ebf\" y=\"23.14175\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_19\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 238.332946 227.94175 \n",
"L 238.332946 23.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_20\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"238.332946429\" xlink:href=\"#m8df16e6b84\" y=\"227.94175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_21\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"238.332946429\" xlink:href=\"#mbf16548ebf\" y=\"23.14175\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_22\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 269.041875 227.94175 \n",
"L 269.041875 23.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_23\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m8df16e6b84\" y=\"227.94175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_24\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#mbf16548ebf\" y=\"23.14175\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_25\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 54.079375 227.94175 \n",
"L 269.041875 227.94175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_26\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L -4 0 \n",
"\" id=\"m213a890ad0\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m213a890ad0\" y=\"227.94175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_27\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L 4 0 \n",
"\" id=\"m31684ac551\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m31684ac551\" y=\"227.94175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 0.00 -->\n",
" <defs>\n",
" <path d=\"M 31.78125 66.40625 \n",
"Q 24.171875 66.40625 20.328125 58.90625 \n",
"Q 16.5 51.421875 16.5 36.375 \n",
"Q 16.5 21.390625 20.328125 13.890625 \n",
"Q 24.171875 6.390625 31.78125 6.390625 \n",
"Q 39.453125 6.390625 43.28125 13.890625 \n",
"Q 47.125 21.390625 47.125 36.375 \n",
"Q 47.125 51.421875 43.28125 58.90625 \n",
"Q 39.453125 66.40625 31.78125 66.40625 \n",
"M 31.78125 74.21875 \n",
"Q 44.046875 74.21875 50.515625 64.515625 \n",
"Q 56.984375 54.828125 56.984375 36.375 \n",
"Q 56.984375 17.96875 50.515625 8.265625 \n",
"Q 44.046875 -1.421875 31.78125 -1.421875 \n",
"Q 19.53125 -1.421875 13.0625 8.265625 \n",
"Q 6.59375 17.96875 6.59375 36.375 \n",
"Q 6.59375 54.828125 13.0625 64.515625 \n",
"Q 19.53125 74.21875 31.78125 74.21875 \n",
"\" id=\"BitstreamVeraSans-Roman-30\"/>\n",
" <path d=\"M 10.6875 12.40625 \n",
"L 21 12.40625 \n",
"L 21 0 \n",
"L 10.6875 0 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-2e\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 230.701125)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_28\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 54.079375 186.98175 \n",
"L 269.041875 186.98175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_29\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m213a890ad0\" y=\"186.98175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_30\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m31684ac551\" y=\"186.98175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0.05 -->\n",
" <defs>\n",
" <path d=\"M 10.796875 72.90625 \n",
"L 49.515625 72.90625 \n",
"L 49.515625 64.59375 \n",
"L 19.828125 64.59375 \n",
"L 19.828125 46.734375 \n",
"Q 21.96875 47.46875 24.109375 47.828125 \n",
"Q 26.265625 48.1875 28.421875 48.1875 \n",
"Q 40.625 48.1875 47.75 41.5 \n",
"Q 54.890625 34.8125 54.890625 23.390625 \n",
"Q 54.890625 11.625 47.5625 5.09375 \n",
"Q 40.234375 -1.421875 26.90625 -1.421875 \n",
"Q 22.3125 -1.421875 17.546875 -0.640625 \n",
"Q 12.796875 0.140625 7.71875 1.703125 \n",
"L 7.71875 11.625 \n",
"Q 12.109375 9.234375 16.796875 8.0625 \n",
"Q 21.484375 6.890625 26.703125 6.890625 \n",
"Q 35.15625 6.890625 40.078125 11.328125 \n",
"Q 45.015625 15.765625 45.015625 23.390625 \n",
"Q 45.015625 31 40.078125 35.4375 \n",
"Q 35.15625 39.890625 26.703125 39.890625 \n",
"Q 22.75 39.890625 18.8125 39.015625 \n",
"Q 14.890625 38.140625 10.796875 36.28125 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-35\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 189.741125)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_31\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 54.079375 146.02175 \n",
"L 269.041875 146.02175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_32\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m213a890ad0\" y=\"146.02175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_33\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m31684ac551\" y=\"146.02175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 0.10 -->\n",
" <defs>\n",
" <path d=\"M 12.40625 8.296875 \n",
"L 28.515625 8.296875 \n",
"L 28.515625 63.921875 \n",
"L 10.984375 60.40625 \n",
"L 10.984375 69.390625 \n",
"L 28.421875 72.90625 \n",
"L 38.28125 72.90625 \n",
"L 38.28125 8.296875 \n",
"L 54.390625 8.296875 \n",
"L 54.390625 0 \n",
"L 12.40625 0 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-31\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 148.781125)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_4\">\n",
" <g id=\"line2d_34\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 54.079375 105.06175 \n",
"L 269.041875 105.06175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_35\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m213a890ad0\" y=\"105.06175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_36\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m31684ac551\" y=\"105.06175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 0.15 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 107.821125)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_5\">\n",
" <g id=\"line2d_37\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 54.079375 64.10175 \n",
"L 269.041875 64.10175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_38\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m213a890ad0\" y=\"64.10175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_39\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m31684ac551\" y=\"64.10175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 0.20 -->\n",
" <defs>\n",
" <path d=\"M 19.1875 8.296875 \n",
"L 53.609375 8.296875 \n",
"L 53.609375 0 \n",
"L 7.328125 0 \n",
"L 7.328125 8.296875 \n",
"Q 12.9375 14.109375 22.625 23.890625 \n",
"Q 32.328125 33.6875 34.8125 36.53125 \n",
"Q 39.546875 41.84375 41.421875 45.53125 \n",
"Q 43.3125 49.21875 43.3125 52.78125 \n",
"Q 43.3125 58.59375 39.234375 62.25 \n",
"Q 35.15625 65.921875 28.609375 65.921875 \n",
"Q 23.96875 65.921875 18.8125 64.3125 \n",
"Q 13.671875 62.703125 7.8125 59.421875 \n",
"L 7.8125 69.390625 \n",
"Q 13.765625 71.78125 18.9375 73 \n",
"Q 24.125 74.21875 28.421875 74.21875 \n",
"Q 39.75 74.21875 46.484375 68.546875 \n",
"Q 53.21875 62.890625 53.21875 53.421875 \n",
"Q 53.21875 48.921875 51.53125 44.890625 \n",
"Q 49.859375 40.875 45.40625 35.40625 \n",
"Q 44.1875 33.984375 37.640625 27.21875 \n",
"Q 31.109375 20.453125 19.1875 8.296875 \n",
"\" id=\"BitstreamVeraSans-Roman-32\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 66.861125)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_6\">\n",
" <g id=\"line2d_40\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 54.079375 23.14175 \n",
"L 269.041875 23.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_41\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m213a890ad0\" y=\"23.14175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_42\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m31684ac551\" y=\"23.14175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 0.25 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 25.901125)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- f(x) -->\n",
" <defs>\n",
" <path d=\"M 31 75.875 \n",
"Q 24.46875 64.65625 21.28125 53.65625 \n",
"Q 18.109375 42.671875 18.109375 31.390625 \n",
"Q 18.109375 20.125 21.3125 9.0625 \n",
"Q 24.515625 -2 31 -13.1875 \n",
"L 23.1875 -13.1875 \n",
"Q 15.875 -1.703125 12.234375 9.375 \n",
"Q 8.59375 20.453125 8.59375 31.390625 \n",
"Q 8.59375 42.28125 12.203125 53.3125 \n",
"Q 15.828125 64.359375 23.1875 75.875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-28\"/>\n",
" <path d=\"M 8.015625 75.875 \n",
"L 15.828125 75.875 \n",
"Q 23.140625 64.359375 26.78125 53.3125 \n",
"Q 30.421875 42.28125 30.421875 31.390625 \n",
"Q 30.421875 20.453125 26.78125 9.375 \n",
"Q 23.140625 -1.703125 15.828125 -13.1875 \n",
"L 8.015625 -13.1875 \n",
"Q 14.5 -2 17.703125 9.0625 \n",
"Q 20.90625 20.125 20.90625 31.390625 \n",
"Q 20.90625 42.671875 17.703125 53.65625 \n",
"Q 14.5 64.65625 8.015625 75.875 \n",
"\" id=\"BitstreamVeraSans-Roman-29\"/>\n",
" <path d=\"M 54.890625 54.6875 \n",
"L 35.109375 28.078125 \n",
"L 55.90625 0 \n",
"L 45.3125 0 \n",
"L 29.390625 21.484375 \n",
"L 13.484375 0 \n",
"L 2.875 0 \n",
"L 24.125 28.609375 \n",
"L 4.6875 54.6875 \n",
"L 15.28125 54.6875 \n",
"L 29.78125 35.203125 \n",
"L 44.28125 54.6875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-78\"/>\n",
" <path d=\"M 37.109375 75.984375 \n",
"L 37.109375 68.5 \n",
"L 28.515625 68.5 \n",
"Q 23.6875 68.5 21.796875 66.546875 \n",
"Q 19.921875 64.59375 19.921875 59.515625 \n",
"L 19.921875 54.6875 \n",
"L 34.71875 54.6875 \n",
"L 34.71875 47.703125 \n",
"L 19.921875 47.703125 \n",
"L 19.921875 0 \n",
"L 10.890625 0 \n",
"L 10.890625 47.703125 \n",
"L 2.296875 47.703125 \n",
"L 2.296875 54.6875 \n",
"L 10.890625 54.6875 \n",
"L 10.890625 58.5 \n",
"Q 10.890625 67.625 15.140625 71.796875 \n",
"Q 19.390625 75.984375 28.609375 75.984375 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-66\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(16.318125 135.8870625)rotate(-90.0)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-66\"/>\n",
" <use x=\"35.205078125\" xlink:href=\"#BitstreamVeraSans-Roman-28\"/>\n",
" <use x=\"74.21875\" xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" <use x=\"133.3984375\" xlink:href=\"#BitstreamVeraSans-Roman-29\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_43\">\n",
" <path clip-path=\"url(#p664585d3f9)\" d=\"M 54.079375 227.94175 \n",
"L 58.017128 224.592744 \n",
"L 61.954881 214.764785 \n",
"L 65.892633 199.100723 \n",
"L 69.830386 178.625149 \n",
"L 73.768139 154.677375 \n",
"L 77.705892 128.823832 \n",
"L 81.643645 102.755606 \n",
"L 85.581398 78.177829 \n",
"L 89.51915 56.698139 \n",
"L 93.456903 39.721528 \n",
"L 97.394656 28.358442 \n",
"L 101.332409 23.352142 \n",
"L 105.270162 25.030092 \n",
"L 109.207915 33.282538 \n",
"L 113.145667 47.569684 \n",
"L 117.08342 66.957004 \n",
"L 121.021173 90.176368 \n",
"L 124.958926 115.708992 \n",
"L 128.896679 141.884779 \n",
"L 132.834432 166.991564 \n",
"L 136.772184 189.387106 \n",
"L 140.709937 207.606505 \n",
"L 144.64769 220.458026 \n",
"L 148.585443 227.101047 \n",
"L 152.523196 227.101047 \n",
"L 156.460949 220.458026 \n",
"L 160.398701 207.606505 \n",
"L 164.336454 189.387106 \n",
"L 168.274207 166.991564 \n",
"L 172.21196 141.884779 \n",
"L 176.149713 115.708992 \n",
"L 180.087466 90.176368 \n",
"L 184.025218 66.957004 \n",
"L 187.962971 47.569684 \n",
"L 191.900724 33.282538 \n",
"L 195.838477 25.030092 \n",
"L 199.77623 23.352142 \n",
"L 203.713983 28.358442 \n",
"L 207.651735 39.721528 \n",
"L 211.589488 56.698139 \n",
"L 215.527241 78.177829 \n",
"L 219.464994 102.755606 \n",
"L 223.402747 128.823832 \n",
"L 227.3405 154.677375 \n",
"L 231.278252 178.625149 \n",
"L 235.216005 199.100723 \n",
"L 239.153758 214.764785 \n",
"L 243.091511 224.592744 \n",
"L 247.029264 227.94175 \n",
"\" style=\"fill:none;stroke:#e24a33;stroke-linecap:square;stroke-width:2.0;\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 54.079375 227.94175 \n",
"L 269.041875 227.94175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 54.079375 23.14175 \n",
"L 269.041875 23.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 54.079375 227.94175 \n",
"L 54.079375 23.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_6\">\n",
" <path d=\"M 269.041875 227.94175 \n",
"L 269.041875 23.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- some functions -->\n",
" <defs>\n",
" <path d=\"M 56.203125 29.59375 \n",
"L 56.203125 25.203125 \n",
"L 14.890625 25.203125 \n",
"Q 15.484375 15.921875 20.484375 11.0625 \n",
"Q 25.484375 6.203125 34.421875 6.203125 \n",
"Q 39.59375 6.203125 44.453125 7.46875 \n",
"Q 49.3125 8.734375 54.109375 11.28125 \n",
"L 54.109375 2.78125 \n",
"Q 49.265625 0.734375 44.1875 -0.34375 \n",
"Q 39.109375 -1.421875 33.890625 -1.421875 \n",
"Q 20.796875 -1.421875 13.15625 6.1875 \n",
"Q 5.515625 13.8125 5.515625 26.8125 \n",
"Q 5.515625 40.234375 12.765625 48.109375 \n",
"Q 20.015625 56 32.328125 56 \n",
"Q 43.359375 56 49.78125 48.890625 \n",
"Q 56.203125 41.796875 56.203125 29.59375 \n",
"M 47.21875 32.234375 \n",
"Q 47.125 39.59375 43.09375 43.984375 \n",
"Q 39.0625 48.390625 32.421875 48.390625 \n",
"Q 24.90625 48.390625 20.390625 44.140625 \n",
"Q 15.875 39.890625 15.1875 32.171875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-65\"/>\n",
" <path d=\"M 30.609375 48.390625 \n",
"Q 23.390625 48.390625 19.1875 42.75 \n",
"Q 14.984375 37.109375 14.984375 27.296875 \n",
"Q 14.984375 17.484375 19.15625 11.84375 \n",
"Q 23.34375 6.203125 30.609375 6.203125 \n",
"Q 37.796875 6.203125 41.984375 11.859375 \n",
"Q 46.1875 17.53125 46.1875 27.296875 \n",
"Q 46.1875 37.015625 41.984375 42.703125 \n",
"Q 37.796875 48.390625 30.609375 48.390625 \n",
"M 30.609375 56 \n",
"Q 42.328125 56 49.015625 48.375 \n",
"Q 55.71875 40.765625 55.71875 27.296875 \n",
"Q 55.71875 13.875 49.015625 6.21875 \n",
"Q 42.328125 -1.421875 30.609375 -1.421875 \n",
"Q 18.84375 -1.421875 12.171875 6.21875 \n",
"Q 5.515625 13.875 5.515625 27.296875 \n",
"Q 5.515625 40.765625 12.171875 48.375 \n",
"Q 18.84375 56 30.609375 56 \n",
"\" id=\"BitstreamVeraSans-Roman-6f\"/>\n",
" <path d=\"M 18.3125 70.21875 \n",
"L 18.3125 54.6875 \n",
"L 36.8125 54.6875 \n",
"L 36.8125 47.703125 \n",
"L 18.3125 47.703125 \n",
"L 18.3125 18.015625 \n",
"Q 18.3125 11.328125 20.140625 9.421875 \n",
"Q 21.96875 7.515625 27.59375 7.515625 \n",
"L 36.8125 7.515625 \n",
"L 36.8125 0 \n",
"L 27.59375 0 \n",
"Q 17.1875 0 13.234375 3.875 \n",
"Q 9.28125 7.765625 9.28125 18.015625 \n",
"L 9.28125 47.703125 \n",
"L 2.6875 47.703125 \n",
"L 2.6875 54.6875 \n",
"L 9.28125 54.6875 \n",
"L 9.28125 70.21875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-74\"/>\n",
" <path d=\"M 54.890625 33.015625 \n",
"L 54.890625 0 \n",
"L 45.90625 0 \n",
"L 45.90625 32.71875 \n",
"Q 45.90625 40.484375 42.875 44.328125 \n",
"Q 39.84375 48.1875 33.796875 48.1875 \n",
"Q 26.515625 48.1875 22.3125 43.546875 \n",
"Q 18.109375 38.921875 18.109375 30.90625 \n",
"L 18.109375 0 \n",
"L 9.078125 0 \n",
"L 9.078125 54.6875 \n",
"L 18.109375 54.6875 \n",
"L 18.109375 46.1875 \n",
"Q 21.34375 51.125 25.703125 53.5625 \n",
"Q 30.078125 56 35.796875 56 \n",
"Q 45.21875 56 50.046875 50.171875 \n",
"Q 54.890625 44.34375 54.890625 33.015625 \n",
"\" id=\"BitstreamVeraSans-Roman-6e\"/>\n",
" <path d=\"M 44.28125 53.078125 \n",
"L 44.28125 44.578125 \n",
"Q 40.484375 46.53125 36.375 47.5 \n",
"Q 32.28125 48.484375 27.875 48.484375 \n",
"Q 21.1875 48.484375 17.84375 46.4375 \n",
"Q 14.5 44.390625 14.5 40.28125 \n",
"Q 14.5 37.15625 16.890625 35.375 \n",
"Q 19.28125 33.59375 26.515625 31.984375 \n",
"L 29.59375 31.296875 \n",
"Q 39.15625 29.25 43.1875 25.515625 \n",
"Q 47.21875 21.78125 47.21875 15.09375 \n",
"Q 47.21875 7.46875 41.1875 3.015625 \n",
"Q 35.15625 -1.421875 24.609375 -1.421875 \n",
"Q 20.21875 -1.421875 15.453125 -0.5625 \n",
"Q 10.6875 0.296875 5.421875 2 \n",
"L 5.421875 11.28125 \n",
"Q 10.40625 8.6875 15.234375 7.390625 \n",
"Q 20.0625 6.109375 24.8125 6.109375 \n",
"Q 31.15625 6.109375 34.5625 8.28125 \n",
"Q 37.984375 10.453125 37.984375 14.40625 \n",
"Q 37.984375 18.0625 35.515625 20.015625 \n",
"Q 33.0625 21.96875 24.703125 23.78125 \n",
"L 21.578125 24.515625 \n",
"Q 13.234375 26.265625 9.515625 29.90625 \n",
"Q 5.8125 33.546875 5.8125 39.890625 \n",
"Q 5.8125 47.609375 11.28125 51.796875 \n",
"Q 16.75 56 26.8125 56 \n",
"Q 31.78125 56 36.171875 55.265625 \n",
"Q 40.578125 54.546875 44.28125 53.078125 \n",
"\" id=\"BitstreamVeraSans-Roman-73\"/>\n",
" <path d=\"M 52 44.1875 \n",
"Q 55.375 50.25 60.0625 53.125 \n",
"Q 64.75 56 71.09375 56 \n",
"Q 79.640625 56 84.28125 50.015625 \n",
"Q 88.921875 44.046875 88.921875 33.015625 \n",
"L 88.921875 0 \n",
"L 79.890625 0 \n",
"L 79.890625 32.71875 \n",
"Q 79.890625 40.578125 77.09375 44.375 \n",
"Q 74.3125 48.1875 68.609375 48.1875 \n",
"Q 61.625 48.1875 57.5625 43.546875 \n",
"Q 53.515625 38.921875 53.515625 30.90625 \n",
"L 53.515625 0 \n",
"L 44.484375 0 \n",
"L 44.484375 32.71875 \n",
"Q 44.484375 40.625 41.703125 44.40625 \n",
"Q 38.921875 48.1875 33.109375 48.1875 \n",
"Q 26.21875 48.1875 22.15625 43.53125 \n",
"Q 18.109375 38.875 18.109375 30.90625 \n",
"L 18.109375 0 \n",
"L 9.078125 0 \n",
"L 9.078125 54.6875 \n",
"L 18.109375 54.6875 \n",
"L 18.109375 46.1875 \n",
"Q 21.1875 51.21875 25.484375 53.609375 \n",
"Q 29.78125 56 35.6875 56 \n",
"Q 41.65625 56 45.828125 52.96875 \n",
"Q 50 49.953125 52 44.1875 \n",
"\" id=\"BitstreamVeraSans-Roman-6d\"/>\n",
" <path d=\"M 48.78125 52.59375 \n",
"L 48.78125 44.1875 \n",
"Q 44.96875 46.296875 41.140625 47.34375 \n",
"Q 37.3125 48.390625 33.40625 48.390625 \n",
"Q 24.65625 48.390625 19.8125 42.84375 \n",
"Q 14.984375 37.3125 14.984375 27.296875 \n",
"Q 14.984375 17.28125 19.8125 11.734375 \n",
"Q 24.65625 6.203125 33.40625 6.203125 \n",
"Q 37.3125 6.203125 41.140625 7.25 \n",
"Q 44.96875 8.296875 48.78125 10.40625 \n",
"L 48.78125 2.09375 \n",
"Q 45.015625 0.34375 40.984375 -0.53125 \n",
"Q 36.96875 -1.421875 32.421875 -1.421875 \n",
"Q 20.0625 -1.421875 12.78125 6.34375 \n",
"Q 5.515625 14.109375 5.515625 27.296875 \n",
"Q 5.515625 40.671875 12.859375 48.328125 \n",
"Q 20.21875 56 33.015625 56 \n",
"Q 37.15625 56 41.109375 55.140625 \n",
"Q 45.0625 54.296875 48.78125 52.59375 \n",
"\" id=\"BitstreamVeraSans-Roman-63\"/>\n",
" <path d=\"M 9.421875 54.6875 \n",
"L 18.40625 54.6875 \n",
"L 18.40625 0 \n",
"L 9.421875 0 \n",
"z\n",
"M 9.421875 75.984375 \n",
"L 18.40625 75.984375 \n",
"L 18.40625 64.59375 \n",
"L 9.421875 64.59375 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-69\"/>\n",
" <path id=\"BitstreamVeraSans-Roman-20\"/>\n",
" <path d=\"M 8.5 21.578125 \n",
"L 8.5 54.6875 \n",
"L 17.484375 54.6875 \n",
"L 17.484375 21.921875 \n",
"Q 17.484375 14.15625 20.5 10.265625 \n",
"Q 23.53125 6.390625 29.59375 6.390625 \n",
"Q 36.859375 6.390625 41.078125 11.03125 \n",
"Q 45.3125 15.671875 45.3125 23.6875 \n",
"L 45.3125 54.6875 \n",
"L 54.296875 54.6875 \n",
"L 54.296875 0 \n",
"L 45.3125 0 \n",
"L 45.3125 8.40625 \n",
"Q 42.046875 3.421875 37.71875 1 \n",
"Q 33.40625 -1.421875 27.6875 -1.421875 \n",
"Q 18.265625 -1.421875 13.375 4.4375 \n",
"Q 8.5 10.296875 8.5 21.578125 \n",
"\" id=\"BitstreamVeraSans-Roman-75\"/>\n",
" </defs>\n",
" <g transform=\"translate(106.511 18.14175)scale(0.144 -0.144)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-73\"/>\n",
" <use x=\"52.099609375\" xlink:href=\"#BitstreamVeraSans-Roman-6f\"/>\n",
" <use x=\"113.28125\" xlink:href=\"#BitstreamVeraSans-Roman-6d\"/>\n",
" <use x=\"210.693359375\" xlink:href=\"#BitstreamVeraSans-Roman-65\"/>\n",
" <use x=\"272.216796875\" xlink:href=\"#BitstreamVeraSans-Roman-20\"/>\n",
" <use x=\"304.00390625\" xlink:href=\"#BitstreamVeraSans-Roman-66\"/>\n",
" <use x=\"339.208984375\" xlink:href=\"#BitstreamVeraSans-Roman-75\"/>\n",
" <use x=\"402.587890625\" xlink:href=\"#BitstreamVeraSans-Roman-6e\"/>\n",
" <use x=\"465.966796875\" xlink:href=\"#BitstreamVeraSans-Roman-63\"/>\n",
" <use x=\"520.947265625\" xlink:href=\"#BitstreamVeraSans-Roman-74\"/>\n",
" <use x=\"560.15625\" xlink:href=\"#BitstreamVeraSans-Roman-69\"/>\n",
" <use x=\"587.939453125\" xlink:href=\"#BitstreamVeraSans-Roman-6f\"/>\n",
" <use x=\"649.12109375\" xlink:href=\"#BitstreamVeraSans-Roman-6e\"/>\n",
" <use x=\"712.5\" xlink:href=\"#BitstreamVeraSans-Roman-73\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"axes_2\">\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 54.079375 453.54175 \n",
"L 269.041875 453.54175 \n",
"L 269.041875 248.74175 \n",
"L 54.079375 248.74175 \n",
"z\n",
"\" style=\"fill:#e5e5e5;\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_3\">\n",
" <g id=\"xtick_9\">\n",
" <g id=\"line2d_44\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 54.079375 453.54175 \n",
"L 54.079375 248.74175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_45\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m8df16e6b84\" y=\"453.54175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_46\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#mbf16548ebf\" y=\"248.74175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- 0 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(50.898125 469.1401875)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_10\">\n",
" <g id=\"line2d_47\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 84.788304 453.54175 \n",
"L 84.788304 248.74175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_48\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"84.7883035714\" xlink:href=\"#m8df16e6b84\" y=\"453.54175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_49\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"84.7883035714\" xlink:href=\"#mbf16548ebf\" y=\"248.74175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 1 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(81.6070535714 469.1401875)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_11\">\n",
" <g id=\"line2d_50\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 115.497232 453.54175 \n",
"L 115.497232 248.74175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_51\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"115.497232143\" xlink:href=\"#m8df16e6b84\" y=\"453.54175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_52\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"115.497232143\" xlink:href=\"#mbf16548ebf\" y=\"248.74175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 2 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(112.315982143 469.1401875)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_12\">\n",
" <g id=\"line2d_53\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 146.206161 453.54175 \n",
"L 146.206161 248.74175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_54\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"146.206160714\" xlink:href=\"#m8df16e6b84\" y=\"453.54175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_55\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"146.206160714\" xlink:href=\"#mbf16548ebf\" y=\"248.74175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 3 -->\n",
" <defs>\n",
" <path d=\"M 40.578125 39.3125 \n",
"Q 47.65625 37.796875 51.625 33 \n",
"Q 55.609375 28.21875 55.609375 21.1875 \n",
"Q 55.609375 10.40625 48.1875 4.484375 \n",
"Q 40.765625 -1.421875 27.09375 -1.421875 \n",
"Q 22.515625 -1.421875 17.65625 -0.515625 \n",
"Q 12.796875 0.390625 7.625 2.203125 \n",
"L 7.625 11.71875 \n",
"Q 11.71875 9.328125 16.59375 8.109375 \n",
"Q 21.484375 6.890625 26.8125 6.890625 \n",
"Q 36.078125 6.890625 40.9375 10.546875 \n",
"Q 45.796875 14.203125 45.796875 21.1875 \n",
"Q 45.796875 27.640625 41.28125 31.265625 \n",
"Q 36.765625 34.90625 28.71875 34.90625 \n",
"L 20.21875 34.90625 \n",
"L 20.21875 43.015625 \n",
"L 29.109375 43.015625 \n",
"Q 36.375 43.015625 40.234375 45.921875 \n",
"Q 44.09375 48.828125 44.09375 54.296875 \n",
"Q 44.09375 59.90625 40.109375 62.90625 \n",
"Q 36.140625 65.921875 28.71875 65.921875 \n",
"Q 24.65625 65.921875 20.015625 65.03125 \n",
"Q 15.375 64.15625 9.8125 62.3125 \n",
"L 9.8125 71.09375 \n",
"Q 15.4375 72.65625 20.34375 73.4375 \n",
"Q 25.25 74.21875 29.59375 74.21875 \n",
"Q 40.828125 74.21875 47.359375 69.109375 \n",
"Q 53.90625 64.015625 53.90625 55.328125 \n",
"Q 53.90625 49.265625 50.4375 45.09375 \n",
"Q 46.96875 40.921875 40.578125 39.3125 \n",
"\" id=\"BitstreamVeraSans-Roman-33\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(143.024910714 469.1401875)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-33\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_13\">\n",
" <g id=\"line2d_56\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 176.915089 453.54175 \n",
"L 176.915089 248.74175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_57\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"176.915089286\" xlink:href=\"#m8df16e6b84\" y=\"453.54175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_58\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"176.915089286\" xlink:href=\"#mbf16548ebf\" y=\"248.74175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 4 -->\n",
" <defs>\n",
" <path d=\"M 37.796875 64.3125 \n",
"L 12.890625 25.390625 \n",
"L 37.796875 25.390625 \n",
"z\n",
"M 35.203125 72.90625 \n",
"L 47.609375 72.90625 \n",
"L 47.609375 25.390625 \n",
"L 58.015625 25.390625 \n",
"L 58.015625 17.1875 \n",
"L 47.609375 17.1875 \n",
"L 47.609375 0 \n",
"L 37.796875 0 \n",
"L 37.796875 17.1875 \n",
"L 4.890625 17.1875 \n",
"L 4.890625 26.703125 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-34\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(173.733839286 469.1401875)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-34\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_14\">\n",
" <g id=\"line2d_59\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 207.624018 453.54175 \n",
"L 207.624018 248.74175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_60\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"207.624017857\" xlink:href=\"#m8df16e6b84\" y=\"453.54175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_61\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"207.624017857\" xlink:href=\"#mbf16548ebf\" y=\"248.74175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 5 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(204.442767857 469.1401875)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_15\">\n",
" <g id=\"line2d_62\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 238.332946 453.54175 \n",
"L 238.332946 248.74175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_63\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"238.332946429\" xlink:href=\"#m8df16e6b84\" y=\"453.54175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_64\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"238.332946429\" xlink:href=\"#mbf16548ebf\" y=\"248.74175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- 6 -->\n",
" <defs>\n",
" <path d=\"M 33.015625 40.375 \n",
"Q 26.375 40.375 22.484375 35.828125 \n",
"Q 18.609375 31.296875 18.609375 23.390625 \n",
"Q 18.609375 15.53125 22.484375 10.953125 \n",
"Q 26.375 6.390625 33.015625 6.390625 \n",
"Q 39.65625 6.390625 43.53125 10.953125 \n",
"Q 47.40625 15.53125 47.40625 23.390625 \n",
"Q 47.40625 31.296875 43.53125 35.828125 \n",
"Q 39.65625 40.375 33.015625 40.375 \n",
"M 52.59375 71.296875 \n",
"L 52.59375 62.3125 \n",
"Q 48.875 64.0625 45.09375 64.984375 \n",
"Q 41.3125 65.921875 37.59375 65.921875 \n",
"Q 27.828125 65.921875 22.671875 59.328125 \n",
"Q 17.53125 52.734375 16.796875 39.40625 \n",
"Q 19.671875 43.65625 24.015625 45.921875 \n",
"Q 28.375 48.1875 33.59375 48.1875 \n",
"Q 44.578125 48.1875 50.953125 41.515625 \n",
"Q 57.328125 34.859375 57.328125 23.390625 \n",
"Q 57.328125 12.15625 50.6875 5.359375 \n",
"Q 44.046875 -1.421875 33.015625 -1.421875 \n",
"Q 20.359375 -1.421875 13.671875 8.265625 \n",
"Q 6.984375 17.96875 6.984375 36.375 \n",
"Q 6.984375 53.65625 15.1875 63.9375 \n",
"Q 23.390625 74.21875 37.203125 74.21875 \n",
"Q 40.921875 74.21875 44.703125 73.484375 \n",
"Q 48.484375 72.75 52.59375 71.296875 \n",
"\" id=\"BitstreamVeraSans-Roman-36\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(235.151696429 469.1401875)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-36\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_16\">\n",
" <g id=\"line2d_65\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 269.041875 453.54175 \n",
"L 269.041875 248.74175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_66\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m8df16e6b84\" y=\"453.54175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_67\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#mbf16548ebf\" y=\"248.74175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- 7 -->\n",
" <defs>\n",
" <path d=\"M 8.203125 72.90625 \n",
"L 55.078125 72.90625 \n",
"L 55.078125 68.703125 \n",
"L 28.609375 0 \n",
"L 18.3125 0 \n",
"L 43.21875 64.59375 \n",
"L 8.203125 64.59375 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-37\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(265.860625 469.1401875)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-37\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- x -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(158.009375 485.338)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_4\">\n",
" <g id=\"ytick_7\">\n",
" <g id=\"line2d_68\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 54.079375 453.54175 \n",
"L 269.041875 453.54175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_69\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m213a890ad0\" y=\"453.54175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_70\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m31684ac551\" y=\"453.54175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 0.00 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 456.301125)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_8\">\n",
" <g id=\"line2d_71\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 54.079375 402.34175 \n",
"L 269.041875 402.34175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_72\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m213a890ad0\" y=\"402.34175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_73\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m31684ac551\" y=\"402.34175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- 0.05 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 405.101125)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_9\">\n",
" <g id=\"line2d_74\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 54.079375 351.14175 \n",
"L 269.041875 351.14175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_75\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m213a890ad0\" y=\"351.14175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_76\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m31684ac551\" y=\"351.14175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_20\">\n",
" <!-- 0.10 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 353.901125)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_10\">\n",
" <g id=\"line2d_77\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 54.079375 299.94175 \n",
"L 269.041875 299.94175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_78\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m213a890ad0\" y=\"299.94175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_79\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m31684ac551\" y=\"299.94175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_21\">\n",
" <!-- 0.15 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 302.701125)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_11\">\n",
" <g id=\"line2d_80\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 54.079375 248.74175 \n",
"L 269.041875 248.74175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_81\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m213a890ad0\" y=\"248.74175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_82\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"269.041875\" xlink:href=\"#m31684ac551\" y=\"248.74175\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_22\">\n",
" <!-- 0.20 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 251.501125)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_23\">\n",
" <!-- g(x) -->\n",
" <defs>\n",
" <path d=\"M 45.40625 27.984375 \n",
"Q 45.40625 37.75 41.375 43.109375 \n",
"Q 37.359375 48.484375 30.078125 48.484375 \n",
"Q 22.859375 48.484375 18.828125 43.109375 \n",
"Q 14.796875 37.75 14.796875 27.984375 \n",
"Q 14.796875 18.265625 18.828125 12.890625 \n",
"Q 22.859375 7.515625 30.078125 7.515625 \n",
"Q 37.359375 7.515625 41.375 12.890625 \n",
"Q 45.40625 18.265625 45.40625 27.984375 \n",
"M 54.390625 6.78125 \n",
"Q 54.390625 -7.171875 48.1875 -13.984375 \n",
"Q 42 -20.796875 29.203125 -20.796875 \n",
"Q 24.46875 -20.796875 20.265625 -20.09375 \n",
"Q 16.0625 -19.390625 12.109375 -17.921875 \n",
"L 12.109375 -9.1875 \n",
"Q 16.0625 -11.328125 19.921875 -12.34375 \n",
"Q 23.78125 -13.375 27.78125 -13.375 \n",
"Q 36.625 -13.375 41.015625 -8.765625 \n",
"Q 45.40625 -4.15625 45.40625 5.171875 \n",
"L 45.40625 9.625 \n",
"Q 42.625 4.78125 38.28125 2.390625 \n",
"Q 33.9375 0 27.875 0 \n",
"Q 17.828125 0 11.671875 7.65625 \n",
"Q 5.515625 15.328125 5.515625 27.984375 \n",
"Q 5.515625 40.671875 11.671875 48.328125 \n",
"Q 17.828125 56 27.875 56 \n",
"Q 33.9375 56 38.28125 53.609375 \n",
"Q 42.625 51.21875 45.40625 46.390625 \n",
"L 45.40625 54.6875 \n",
"L 54.390625 54.6875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-67\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(16.318125 363.1839375)rotate(-90.0)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-67\"/>\n",
" <use x=\"63.4765625\" xlink:href=\"#BitstreamVeraSans-Roman-28\"/>\n",
" <use x=\"102.490234375\" xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" <use x=\"161.669921875\" xlink:href=\"#BitstreamVeraSans-Roman-29\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_83\">\n",
" <path clip-path=\"url(#p64fb9567ac)\" d=\"M 54.079375 453.54175 \n",
"L 58.017128 351.938855 \n",
"L 61.954881 296.303422 \n",
"L 65.892633 271.037906 \n",
"L 69.830386 265.24922 \n",
"L 73.768139 271.418479 \n",
"L 77.705892 284.431853 \n",
"L 81.643645 300.877217 \n",
"L 85.581398 318.535946 \n",
"L 89.51915 336.017551 \n",
"L 93.456903 352.498541 \n",
"L 97.394656 367.537056 \n",
"L 101.332409 380.942346 \n",
"L 105.270162 392.683775 \n",
"L 109.207915 402.828141 \n",
"L 113.145667 411.497164 \n",
"L 117.08342 418.83922 \n",
"L 121.021173 425.01105 \n",
"L 124.958926 430.166388 \n",
"L 128.896679 434.449295 \n",
"L 132.834432 437.990672 \n",
"L 136.772184 440.90684 \n",
"L 140.709937 443.299441 \n",
"L 144.64769 445.256123 \n",
"L 148.585443 446.851673 \n",
"L 152.523196 448.149349 \n",
"L 156.460949 449.202268 \n",
"L 160.398701 450.05476 \n",
"L 164.336454 450.743624 \n",
"L 168.274207 451.299265 \n",
"L 172.21196 451.746706 \n",
"L 176.149713 452.106466 \n",
"L 180.087466 452.395317 \n",
"L 184.025218 452.626932 \n",
"L 187.962971 452.812423 \n",
"L 191.900724 452.960807 \n",
"L 195.838477 453.079379 \n",
"L 199.77623 453.174034 \n",
"L 203.713983 453.249526 \n",
"L 207.651735 453.30968 \n",
"L 211.589488 453.357572 \n",
"L 215.527241 453.395672 \n",
"L 219.464994 453.42596 \n",
"L 223.402747 453.45002 \n",
"L 227.3405 453.469119 \n",
"L 231.278252 453.484272 \n",
"L 235.216005 453.496286 \n",
"L 239.153758 453.505806 \n",
"L 243.091511 453.513345 \n",
"L 247.029264 453.519313 \n",
"\" style=\"fill:none;stroke:#e24a33;stroke-linecap:square;stroke-width:2.0;\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 54.079375 453.54175 \n",
"L 269.041875 453.54175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_9\">\n",
" <path d=\"M 54.079375 248.74175 \n",
"L 269.041875 248.74175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_10\">\n",
" <path d=\"M 54.079375 453.54175 \n",
"L 54.079375 248.74175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_11\">\n",
" <path d=\"M 269.041875 453.54175 \n",
"L 269.041875 248.74175 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p664585d3f9\">\n",
" <rect height=\"204.8\" width=\"214.9625\" x=\"54.079375\" y=\"23.14175\"/>\n",
" </clipPath>\n",
" <clipPath id=\"p64fb9567ac\">\n",
" <rect height=\"204.8\" width=\"214.9625\" x=\"54.079375\" y=\"248.74175\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n"
],
"text/plain": [
"<matplotlib.figure.Figure at 0x7fd1170574e0>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"# Stack vertically\n",
"fig, ax = plt.subplots(nrows=2, ncols=1, sharex=True, figsize=(4,7))\n",
"\n",
"# plots\n",
"ax[0].plot(x, fx)\n",
"ax[1].plot(x, gx)\n",
"\n",
"# labels\n",
"ax[1].set_xlabel('x')\n",
"ax[0].set_ylabel('f(x)')\n",
"ax[1].set_ylabel('g(x)')\n",
"ax[0].set_title('some functions')\n",
" \n",
"# figure settings\n",
"fig.tight_layout() # adjusts spacing between subplots"
]
},
{
"cell_type": "markdown",
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"Now let us stack the plots horizontally, adjust one of the axes a little, and use a common title on top."
]
},
{
"cell_type": "code",
"execution_count": 108,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true
},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
"<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
"<!-- Created with matplotlib (http://matplotlib.org/) -->\n",
"<svg height=\"284pt\" version=\"1.1\" viewBox=\"0 0 422 284\" width=\"422pt\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
" <defs>\n",
" <style type=\"text/css\">\n",
"*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}\n",
" </style>\n",
" </defs>\n",
" <g id=\"figure_1\">\n",
" <g id=\"patch_1\">\n",
" <path d=\"M 0 284.131875 \n",
"L 422.05875 284.131875 \n",
"L 422.05875 0 \n",
"L 0 0 \n",
"z\n",
"\" style=\"fill:#ffffff;\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 54.079375 242.64 \n",
"L 202.473125 242.64 \n",
"L 202.473125 44.64 \n",
"L 54.079375 44.64 \n",
"z\n",
"\" style=\"fill:#e5e5e5;\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 54.079375 242.64 \n",
"L 54.079375 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L 0 4 \n",
"\" id=\"m05943899d6\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_3\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L 0 -4 \n",
"\" id=\"m8f88d3732d\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 0 -->\n",
" <defs>\n",
" <path d=\"M 31.78125 66.40625 \n",
"Q 24.171875 66.40625 20.328125 58.90625 \n",
"Q 16.5 51.421875 16.5 36.375 \n",
"Q 16.5 21.390625 20.328125 13.890625 \n",
"Q 24.171875 6.390625 31.78125 6.390625 \n",
"Q 39.453125 6.390625 43.28125 13.890625 \n",
"Q 47.125 21.390625 47.125 36.375 \n",
"Q 47.125 51.421875 43.28125 58.90625 \n",
"Q 39.453125 66.40625 31.78125 66.40625 \n",
"M 31.78125 74.21875 \n",
"Q 44.046875 74.21875 50.515625 64.515625 \n",
"Q 56.984375 54.828125 56.984375 36.375 \n",
"Q 56.984375 17.96875 50.515625 8.265625 \n",
"Q 44.046875 -1.421875 31.78125 -1.421875 \n",
"Q 19.53125 -1.421875 13.0625 8.265625 \n",
"Q 6.59375 17.96875 6.59375 36.375 \n",
"Q 6.59375 54.828125 13.0625 64.515625 \n",
"Q 19.53125 74.21875 31.78125 74.21875 \n",
"\" id=\"BitstreamVeraSans-Roman-30\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(50.898125 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_4\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 75.278482 242.64 \n",
"L 75.278482 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_5\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"75.2784821429\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_6\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"75.2784821429\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 1 -->\n",
" <defs>\n",
" <path d=\"M 12.40625 8.296875 \n",
"L 28.515625 8.296875 \n",
"L 28.515625 63.921875 \n",
"L 10.984375 60.40625 \n",
"L 10.984375 69.390625 \n",
"L 28.421875 72.90625 \n",
"L 38.28125 72.90625 \n",
"L 38.28125 8.296875 \n",
"L 54.390625 8.296875 \n",
"L 54.390625 0 \n",
"L 12.40625 0 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-31\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(72.0972321429 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_7\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 96.477589 242.64 \n",
"L 96.477589 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"96.4775892857\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_9\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"96.4775892857\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 2 -->\n",
" <defs>\n",
" <path d=\"M 19.1875 8.296875 \n",
"L 53.609375 8.296875 \n",
"L 53.609375 0 \n",
"L 7.328125 0 \n",
"L 7.328125 8.296875 \n",
"Q 12.9375 14.109375 22.625 23.890625 \n",
"Q 32.328125 33.6875 34.8125 36.53125 \n",
"Q 39.546875 41.84375 41.421875 45.53125 \n",
"Q 43.3125 49.21875 43.3125 52.78125 \n",
"Q 43.3125 58.59375 39.234375 62.25 \n",
"Q 35.15625 65.921875 28.609375 65.921875 \n",
"Q 23.96875 65.921875 18.8125 64.3125 \n",
"Q 13.671875 62.703125 7.8125 59.421875 \n",
"L 7.8125 69.390625 \n",
"Q 13.765625 71.78125 18.9375 73 \n",
"Q 24.125 74.21875 28.421875 74.21875 \n",
"Q 39.75 74.21875 46.484375 68.546875 \n",
"Q 53.21875 62.890625 53.21875 53.421875 \n",
"Q 53.21875 48.921875 51.53125 44.890625 \n",
"Q 49.859375 40.875 45.40625 35.40625 \n",
"Q 44.1875 33.984375 37.640625 27.21875 \n",
"Q 31.109375 20.453125 19.1875 8.296875 \n",
"\" id=\"BitstreamVeraSans-Roman-32\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(93.2963392857 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_10\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 117.676696 242.64 \n",
"L 117.676696 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_11\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"117.676696429\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"117.676696429\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 3 -->\n",
" <defs>\n",
" <path d=\"M 40.578125 39.3125 \n",
"Q 47.65625 37.796875 51.625 33 \n",
"Q 55.609375 28.21875 55.609375 21.1875 \n",
"Q 55.609375 10.40625 48.1875 4.484375 \n",
"Q 40.765625 -1.421875 27.09375 -1.421875 \n",
"Q 22.515625 -1.421875 17.65625 -0.515625 \n",
"Q 12.796875 0.390625 7.625 2.203125 \n",
"L 7.625 11.71875 \n",
"Q 11.71875 9.328125 16.59375 8.109375 \n",
"Q 21.484375 6.890625 26.8125 6.890625 \n",
"Q 36.078125 6.890625 40.9375 10.546875 \n",
"Q 45.796875 14.203125 45.796875 21.1875 \n",
"Q 45.796875 27.640625 41.28125 31.265625 \n",
"Q 36.765625 34.90625 28.71875 34.90625 \n",
"L 20.21875 34.90625 \n",
"L 20.21875 43.015625 \n",
"L 29.109375 43.015625 \n",
"Q 36.375 43.015625 40.234375 45.921875 \n",
"Q 44.09375 48.828125 44.09375 54.296875 \n",
"Q 44.09375 59.90625 40.109375 62.90625 \n",
"Q 36.140625 65.921875 28.71875 65.921875 \n",
"Q 24.65625 65.921875 20.015625 65.03125 \n",
"Q 15.375 64.15625 9.8125 62.3125 \n",
"L 9.8125 71.09375 \n",
"Q 15.4375 72.65625 20.34375 73.4375 \n",
"Q 25.25 74.21875 29.59375 74.21875 \n",
"Q 40.828125 74.21875 47.359375 69.109375 \n",
"Q 53.90625 64.015625 53.90625 55.328125 \n",
"Q 53.90625 49.265625 50.4375 45.09375 \n",
"Q 46.96875 40.921875 40.578125 39.3125 \n",
"\" id=\"BitstreamVeraSans-Roman-33\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(114.495446429 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-33\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_5\">\n",
" <g id=\"line2d_13\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 138.875804 242.64 \n",
"L 138.875804 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_14\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"138.875803571\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_15\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"138.875803571\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 4 -->\n",
" <defs>\n",
" <path d=\"M 37.796875 64.3125 \n",
"L 12.890625 25.390625 \n",
"L 37.796875 25.390625 \n",
"z\n",
"M 35.203125 72.90625 \n",
"L 47.609375 72.90625 \n",
"L 47.609375 25.390625 \n",
"L 58.015625 25.390625 \n",
"L 58.015625 17.1875 \n",
"L 47.609375 17.1875 \n",
"L 47.609375 0 \n",
"L 37.796875 0 \n",
"L 37.796875 17.1875 \n",
"L 4.890625 17.1875 \n",
"L 4.890625 26.703125 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-34\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(135.694553571 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-34\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_16\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 160.074911 242.64 \n",
"L 160.074911 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_17\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"160.074910714\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_18\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"160.074910714\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 5 -->\n",
" <defs>\n",
" <path d=\"M 10.796875 72.90625 \n",
"L 49.515625 72.90625 \n",
"L 49.515625 64.59375 \n",
"L 19.828125 64.59375 \n",
"L 19.828125 46.734375 \n",
"Q 21.96875 47.46875 24.109375 47.828125 \n",
"Q 26.265625 48.1875 28.421875 48.1875 \n",
"Q 40.625 48.1875 47.75 41.5 \n",
"Q 54.890625 34.8125 54.890625 23.390625 \n",
"Q 54.890625 11.625 47.5625 5.09375 \n",
"Q 40.234375 -1.421875 26.90625 -1.421875 \n",
"Q 22.3125 -1.421875 17.546875 -0.640625 \n",
"Q 12.796875 0.140625 7.71875 1.703125 \n",
"L 7.71875 11.625 \n",
"Q 12.109375 9.234375 16.796875 8.0625 \n",
"Q 21.484375 6.890625 26.703125 6.890625 \n",
"Q 35.15625 6.890625 40.078125 11.328125 \n",
"Q 45.015625 15.765625 45.015625 23.390625 \n",
"Q 45.015625 31 40.078125 35.4375 \n",
"Q 35.15625 39.890625 26.703125 39.890625 \n",
"Q 22.75 39.890625 18.8125 39.015625 \n",
"Q 14.890625 38.140625 10.796875 36.28125 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-35\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(156.893660714 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_19\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 181.274018 242.64 \n",
"L 181.274018 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_20\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"181.274017857\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_21\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"181.274017857\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- 6 -->\n",
" <defs>\n",
" <path d=\"M 33.015625 40.375 \n",
"Q 26.375 40.375 22.484375 35.828125 \n",
"Q 18.609375 31.296875 18.609375 23.390625 \n",
"Q 18.609375 15.53125 22.484375 10.953125 \n",
"Q 26.375 6.390625 33.015625 6.390625 \n",
"Q 39.65625 6.390625 43.53125 10.953125 \n",
"Q 47.40625 15.53125 47.40625 23.390625 \n",
"Q 47.40625 31.296875 43.53125 35.828125 \n",
"Q 39.65625 40.375 33.015625 40.375 \n",
"M 52.59375 71.296875 \n",
"L 52.59375 62.3125 \n",
"Q 48.875 64.0625 45.09375 64.984375 \n",
"Q 41.3125 65.921875 37.59375 65.921875 \n",
"Q 27.828125 65.921875 22.671875 59.328125 \n",
"Q 17.53125 52.734375 16.796875 39.40625 \n",
"Q 19.671875 43.65625 24.015625 45.921875 \n",
"Q 28.375 48.1875 33.59375 48.1875 \n",
"Q 44.578125 48.1875 50.953125 41.515625 \n",
"Q 57.328125 34.859375 57.328125 23.390625 \n",
"Q 57.328125 12.15625 50.6875 5.359375 \n",
"Q 44.046875 -1.421875 33.015625 -1.421875 \n",
"Q 20.359375 -1.421875 13.671875 8.265625 \n",
"Q 6.984375 17.96875 6.984375 36.375 \n",
"Q 6.984375 53.65625 15.1875 63.9375 \n",
"Q 23.390625 74.21875 37.203125 74.21875 \n",
"Q 40.921875 74.21875 44.703125 73.484375 \n",
"Q 48.484375 72.75 52.59375 71.296875 \n",
"\" id=\"BitstreamVeraSans-Roman-36\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(178.092767857 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-36\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_22\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 202.473125 242.64 \n",
"L 202.473125 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_23\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"202.473125\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_24\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"202.473125\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- 7 -->\n",
" <defs>\n",
" <path d=\"M 8.203125 72.90625 \n",
"L 55.078125 72.90625 \n",
"L 55.078125 68.703125 \n",
"L 28.609375 0 \n",
"L 18.3125 0 \n",
"L 43.21875 64.59375 \n",
"L 8.203125 64.59375 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-37\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(199.291875 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-37\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- x -->\n",
" <defs>\n",
" <path d=\"M 54.890625 54.6875 \n",
"L 35.109375 28.078125 \n",
"L 55.90625 0 \n",
"L 45.3125 0 \n",
"L 29.390625 21.484375 \n",
"L 13.484375 0 \n",
"L 2.875 0 \n",
"L 24.125 28.609375 \n",
"L 4.6875 54.6875 \n",
"L 15.28125 54.6875 \n",
"L 29.78125 35.203125 \n",
"L 44.28125 54.6875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-78\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(124.725 274.43625)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_25\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 54.079375 242.64 \n",
"L 202.473125 242.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_26\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L -4 0 \n",
"\" id=\"mf3e000e88c\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#mf3e000e88c\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_27\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L 4 0 \n",
"\" id=\"mda32026f82\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"202.473125\" xlink:href=\"#mda32026f82\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 0.00 -->\n",
" <defs>\n",
" <path d=\"M 10.6875 12.40625 \n",
"L 21 12.40625 \n",
"L 21 0 \n",
"L 10.6875 0 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-2e\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 245.399375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_28\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 54.079375 203.04 \n",
"L 202.473125 203.04 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_29\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#mf3e000e88c\" y=\"203.04\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_30\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"202.473125\" xlink:href=\"#mda32026f82\" y=\"203.04\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 0.05 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 205.799375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_31\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 54.079375 163.44 \n",
"L 202.473125 163.44 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_32\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#mf3e000e88c\" y=\"163.44\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_33\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"202.473125\" xlink:href=\"#mda32026f82\" y=\"163.44\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 0.10 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 166.199375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_4\">\n",
" <g id=\"line2d_34\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 54.079375 123.84 \n",
"L 202.473125 123.84 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_35\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#mf3e000e88c\" y=\"123.84\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_36\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"202.473125\" xlink:href=\"#mda32026f82\" y=\"123.84\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 0.15 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 126.599375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_5\">\n",
" <g id=\"line2d_37\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 54.079375 84.24 \n",
"L 202.473125 84.24 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_38\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#mf3e000e88c\" y=\"84.24\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_39\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"202.473125\" xlink:href=\"#mda32026f82\" y=\"84.24\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 0.20 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 86.999375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_6\">\n",
" <g id=\"line2d_40\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 54.079375 44.64 \n",
"L 202.473125 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_41\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#mf3e000e88c\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_42\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"202.473125\" xlink:href=\"#mda32026f82\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- 0.25 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 47.399375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- f(x) -->\n",
" <defs>\n",
" <path d=\"M 31 75.875 \n",
"Q 24.46875 64.65625 21.28125 53.65625 \n",
"Q 18.109375 42.671875 18.109375 31.390625 \n",
"Q 18.109375 20.125 21.3125 9.0625 \n",
"Q 24.515625 -2 31 -13.1875 \n",
"L 23.1875 -13.1875 \n",
"Q 15.875 -1.703125 12.234375 9.375 \n",
"Q 8.59375 20.453125 8.59375 31.390625 \n",
"Q 8.59375 42.28125 12.203125 53.3125 \n",
"Q 15.828125 64.359375 23.1875 75.875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-28\"/>\n",
" <path d=\"M 8.015625 75.875 \n",
"L 15.828125 75.875 \n",
"Q 23.140625 64.359375 26.78125 53.3125 \n",
"Q 30.421875 42.28125 30.421875 31.390625 \n",
"Q 30.421875 20.453125 26.78125 9.375 \n",
"Q 23.140625 -1.703125 15.828125 -13.1875 \n",
"L 8.015625 -13.1875 \n",
"Q 14.5 -2 17.703125 9.0625 \n",
"Q 20.90625 20.125 20.90625 31.390625 \n",
"Q 20.90625 42.671875 17.703125 53.65625 \n",
"Q 14.5 64.65625 8.015625 75.875 \n",
"\" id=\"BitstreamVeraSans-Roman-29\"/>\n",
" <path d=\"M 37.109375 75.984375 \n",
"L 37.109375 68.5 \n",
"L 28.515625 68.5 \n",
"Q 23.6875 68.5 21.796875 66.546875 \n",
"Q 19.921875 64.59375 19.921875 59.515625 \n",
"L 19.921875 54.6875 \n",
"L 34.71875 54.6875 \n",
"L 34.71875 47.703125 \n",
"L 19.921875 47.703125 \n",
"L 19.921875 0 \n",
"L 10.890625 0 \n",
"L 10.890625 47.703125 \n",
"L 2.296875 47.703125 \n",
"L 2.296875 54.6875 \n",
"L 10.890625 54.6875 \n",
"L 10.890625 58.5 \n",
"Q 10.890625 67.625 15.140625 71.796875 \n",
"Q 19.390625 75.984375 28.609375 75.984375 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-66\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(16.318125 153.9853125)rotate(-90.0)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-66\"/>\n",
" <use x=\"35.205078125\" xlink:href=\"#BitstreamVeraSans-Roman-28\"/>\n",
" <use x=\"74.21875\" xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" <use x=\"133.3984375\" xlink:href=\"#BitstreamVeraSans-Roman-29\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_43\">\n",
" <path clip-path=\"url(#p073d1323e5)\" d=\"M 54.079375 242.64 \n",
"L 56.7977 239.402191 \n",
"L 59.516025 229.900552 \n",
"L 62.23435 214.756586 \n",
"L 64.952674 194.960864 \n",
"L 67.670999 171.808231 \n",
"L 70.389324 146.813106 \n",
"L 73.107649 121.610428 \n",
"L 75.825974 97.848709 \n",
"L 78.544299 77.082212 \n",
"L 81.262624 60.669278 \n",
"L 83.980949 49.683481 \n",
"L 86.699273 44.843406 \n",
"L 89.417598 46.465643 \n",
"L 92.135923 54.444082 \n",
"L 94.854248 68.25685 \n",
"L 97.572573 87.000451 \n",
"L 100.290898 109.44886 \n",
"L 103.009223 134.13372 \n",
"L 105.727547 159.44039 \n",
"L 108.445872 183.713551 \n",
"L 111.164197 205.36549 \n",
"L 113.882522 222.979949 \n",
"L 116.600847 235.404759 \n",
"L 119.319172 241.827211 \n",
"L 122.037497 241.827211 \n",
"L 124.755822 235.404759 \n",
"L 127.474146 222.979949 \n",
"L 130.192471 205.36549 \n",
"L 132.910796 183.713551 \n",
"L 135.629121 159.44039 \n",
"L 138.347446 134.13372 \n",
"L 141.065771 109.44886 \n",
"L 143.784096 87.000451 \n",
"L 146.502421 68.25685 \n",
"L 149.220745 54.444082 \n",
"L 151.93907 46.465643 \n",
"L 154.657395 44.843406 \n",
"L 157.37572 49.683481 \n",
"L 160.094045 60.669278 \n",
"L 162.81237 77.082212 \n",
"L 165.530695 97.848709 \n",
"L 168.249019 121.610428 \n",
"L 170.967344 146.813106 \n",
"L 173.685669 171.808231 \n",
"L 176.403994 194.960864 \n",
"L 179.122319 214.756586 \n",
"L 181.840644 229.900552 \n",
"L 184.558969 239.402191 \n",
"L 187.277294 242.64 \n",
"\" style=\"fill:none;stroke:#e24a33;stroke-linecap:square;stroke-width:2.0;\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 54.079375 242.64 \n",
"L 202.473125 242.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 54.079375 44.64 \n",
"L 202.473125 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 54.079375 242.64 \n",
"L 54.079375 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_6\">\n",
" <path d=\"M 202.473125 242.64 \n",
"L 202.473125 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"axes_2\">\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 219.585625 242.64 \n",
"L 367.979375 242.64 \n",
"L 367.979375 44.64 \n",
"L 219.585625 44.64 \n",
"z\n",
"\" style=\"fill:#e5e5e5;\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_3\">\n",
" <g id=\"xtick_9\">\n",
" <g id=\"line2d_44\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 219.585625 242.64 \n",
"L 219.585625 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_45\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"219.585625\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_46\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"219.585625\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- 0 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(216.404375 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_10\">\n",
" <g id=\"line2d_47\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 240.784732 242.64 \n",
"L 240.784732 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_48\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"240.784732143\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_49\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"240.784732143\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 1 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(237.603482143 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_11\">\n",
" <g id=\"line2d_50\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 261.983839 242.64 \n",
"L 261.983839 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_51\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"261.983839286\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_52\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"261.983839286\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- 2 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(258.802589286 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_12\">\n",
" <g id=\"line2d_53\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 283.182946 242.64 \n",
"L 283.182946 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_54\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"283.182946429\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_55\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"283.182946429\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_20\">\n",
" <!-- 3 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(280.001696429 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-33\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_13\">\n",
" <g id=\"line2d_56\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 304.382054 242.64 \n",
"L 304.382054 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_57\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"304.382053571\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_58\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"304.382053571\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_21\">\n",
" <!-- 4 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(301.200803571 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-34\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_14\">\n",
" <g id=\"line2d_59\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 325.581161 242.64 \n",
"L 325.581161 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_60\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"325.581160714\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_61\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"325.581160714\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_22\">\n",
" <!-- 5 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(322.399910714 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_15\">\n",
" <g id=\"line2d_62\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 346.780268 242.64 \n",
"L 346.780268 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_63\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"346.780267857\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_64\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"346.780267857\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_23\">\n",
" <!-- 6 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(343.599017857 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-36\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_16\">\n",
" <g id=\"line2d_65\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 367.979375 242.64 \n",
"L 367.979375 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_66\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"367.979375\" xlink:href=\"#m05943899d6\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_67\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"367.979375\" xlink:href=\"#m8f88d3732d\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_24\">\n",
" <!-- 7 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(364.798125 258.2384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-37\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_25\">\n",
" <!-- x -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(290.23125 274.43625)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_4\">\n",
" <g id=\"ytick_7\">\n",
" <g id=\"line2d_68\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 219.585625 242.64 \n",
"L 367.979375 242.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_69\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"367.979375\" xlink:href=\"#mda32026f82\" y=\"242.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_26\">\n",
" <!-- 0.00 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(375.979375 245.399375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_8\">\n",
" <g id=\"line2d_70\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 219.585625 203.04 \n",
"L 367.979375 203.04 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_71\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"367.979375\" xlink:href=\"#mda32026f82\" y=\"203.04\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_27\">\n",
" <!-- 0.05 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(375.979375 205.799375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_9\">\n",
" <g id=\"line2d_72\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 219.585625 163.44 \n",
"L 367.979375 163.44 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_73\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"367.979375\" xlink:href=\"#mda32026f82\" y=\"163.44\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_28\">\n",
" <!-- 0.10 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(375.979375 166.199375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_10\">\n",
" <g id=\"line2d_74\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 219.585625 123.84 \n",
"L 367.979375 123.84 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_75\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"367.979375\" xlink:href=\"#mda32026f82\" y=\"123.84\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_29\">\n",
" <!-- 0.15 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(375.979375 126.599375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_11\">\n",
" <g id=\"line2d_76\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 219.585625 84.24 \n",
"L 367.979375 84.24 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_77\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"367.979375\" xlink:href=\"#mda32026f82\" y=\"84.24\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_30\">\n",
" <!-- 0.20 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(375.979375 86.999375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_12\">\n",
" <g id=\"line2d_78\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 219.585625 44.64 \n",
"L 367.979375 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_79\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"367.979375\" xlink:href=\"#mda32026f82\" y=\"44.64\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_31\">\n",
" <!-- 0.25 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(375.979375 47.399375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_32\">\n",
" <!-- g(x) -->\n",
" <defs>\n",
" <path d=\"M 45.40625 27.984375 \n",
"Q 45.40625 37.75 41.375 43.109375 \n",
"Q 37.359375 48.484375 30.078125 48.484375 \n",
"Q 22.859375 48.484375 18.828125 43.109375 \n",
"Q 14.796875 37.75 14.796875 27.984375 \n",
"Q 14.796875 18.265625 18.828125 12.890625 \n",
"Q 22.859375 7.515625 30.078125 7.515625 \n",
"Q 37.359375 7.515625 41.375 12.890625 \n",
"Q 45.40625 18.265625 45.40625 27.984375 \n",
"M 54.390625 6.78125 \n",
"Q 54.390625 -7.171875 48.1875 -13.984375 \n",
"Q 42 -20.796875 29.203125 -20.796875 \n",
"Q 24.46875 -20.796875 20.265625 -20.09375 \n",
"Q 16.0625 -19.390625 12.109375 -17.921875 \n",
"L 12.109375 -9.1875 \n",
"Q 16.0625 -11.328125 19.921875 -12.34375 \n",
"Q 23.78125 -13.375 27.78125 -13.375 \n",
"Q 36.625 -13.375 41.015625 -8.765625 \n",
"Q 45.40625 -4.15625 45.40625 5.171875 \n",
"L 45.40625 9.625 \n",
"Q 42.625 4.78125 38.28125 2.390625 \n",
"Q 33.9375 0 27.875 0 \n",
"Q 17.828125 0 11.671875 7.65625 \n",
"Q 5.515625 15.328125 5.515625 27.984375 \n",
"Q 5.515625 40.671875 11.671875 48.328125 \n",
"Q 17.828125 56 27.875 56 \n",
"Q 33.9375 56 38.28125 53.609375 \n",
"Q 42.625 51.21875 45.40625 46.390625 \n",
"L 45.40625 54.6875 \n",
"L 54.390625 54.6875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-67\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(412.363125 155.6821875)rotate(-90.0)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-67\"/>\n",
" <use x=\"63.4765625\" xlink:href=\"#BitstreamVeraSans-Roman-28\"/>\n",
" <use x=\"102.490234375\" xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" <use x=\"161.669921875\" xlink:href=\"#BitstreamVeraSans-Roman-29\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_80\">\n",
" <path clip-path=\"url(#p0e31059b63)\" d=\"M 219.585625 242.64 \n",
"L 222.30395 164.056511 \n",
"L 225.022275 121.025981 \n",
"L 227.7406 101.484684 \n",
"L 230.458924 97.007497 \n",
"L 233.177249 101.779033 \n",
"L 235.895574 111.844064 \n",
"L 238.613899 124.563525 \n",
"L 241.332224 138.221448 \n",
"L 244.050549 151.742377 \n",
"L 246.768874 164.489393 \n",
"L 249.487199 176.120745 \n",
"L 252.205523 186.488899 \n",
"L 254.923848 195.57016 \n",
"L 257.642173 203.416193 \n",
"L 260.360498 210.12114 \n",
"L 263.078823 215.799762 \n",
"L 265.797148 220.573287 \n",
"L 268.515473 224.560619 \n",
"L 271.233797 227.873179 \n",
"L 273.952122 230.612213 \n",
"L 276.670447 232.867687 \n",
"L 279.388772 234.718214 \n",
"L 282.107097 236.231586 \n",
"L 284.825422 237.465644 \n",
"L 287.543747 238.469315 \n",
"L 290.262072 239.283682 \n",
"L 292.980396 239.943032 \n",
"L 295.698721 240.475824 \n",
"L 298.417046 240.905578 \n",
"L 301.135371 241.251645 \n",
"L 303.853696 241.529897 \n",
"L 306.572021 241.753306 \n",
"L 309.290346 241.932445 \n",
"L 312.008671 242.075911 \n",
"L 314.726995 242.190677 \n",
"L 317.44532 242.282385 \n",
"L 320.163645 242.355595 \n",
"L 322.88197 242.413983 \n",
"L 325.600295 242.460508 \n",
"L 328.31862 242.49755 \n",
"L 331.036945 242.527018 \n",
"L 333.755269 242.550444 \n",
"L 336.473594 242.569052 \n",
"L 339.191919 242.583825 \n",
"L 341.910244 242.595544 \n",
"L 344.628569 242.604836 \n",
"L 347.346894 242.612199 \n",
"L 350.065219 242.61803 \n",
"L 352.783544 242.622646 \n",
"\" style=\"fill:none;stroke:#348abd;stroke-linecap:square;stroke-width:2.0;\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 219.585625 242.64 \n",
"L 367.979375 242.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_9\">\n",
" <path d=\"M 219.585625 44.64 \n",
"L 367.979375 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_10\">\n",
" <path d=\"M 219.585625 242.64 \n",
"L 219.585625 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_11\">\n",
" <path d=\"M 367.979375 242.64 \n",
"L 367.979375 44.64 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_33\">\n",
" <!-- These are some functions -->\n",
" <defs>\n",
" <path d=\"M 56.203125 29.59375 \n",
"L 56.203125 25.203125 \n",
"L 14.890625 25.203125 \n",
"Q 15.484375 15.921875 20.484375 11.0625 \n",
"Q 25.484375 6.203125 34.421875 6.203125 \n",
"Q 39.59375 6.203125 44.453125 7.46875 \n",
"Q 49.3125 8.734375 54.109375 11.28125 \n",
"L 54.109375 2.78125 \n",
"Q 49.265625 0.734375 44.1875 -0.34375 \n",
"Q 39.109375 -1.421875 33.890625 -1.421875 \n",
"Q 20.796875 -1.421875 13.15625 6.1875 \n",
"Q 5.515625 13.8125 5.515625 26.8125 \n",
"Q 5.515625 40.234375 12.765625 48.109375 \n",
"Q 20.015625 56 32.328125 56 \n",
"Q 43.359375 56 49.78125 48.890625 \n",
"Q 56.203125 41.796875 56.203125 29.59375 \n",
"M 47.21875 32.234375 \n",
"Q 47.125 39.59375 43.09375 43.984375 \n",
"Q 39.0625 48.390625 32.421875 48.390625 \n",
"Q 24.90625 48.390625 20.390625 44.140625 \n",
"Q 15.875 39.890625 15.1875 32.171875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-65\"/>\n",
" <path d=\"M 41.109375 46.296875 \n",
"Q 39.59375 47.171875 37.8125 47.578125 \n",
"Q 36.03125 48 33.890625 48 \n",
"Q 26.265625 48 22.1875 43.046875 \n",
"Q 18.109375 38.09375 18.109375 28.8125 \n",
"L 18.109375 0 \n",
"L 9.078125 0 \n",
"L 9.078125 54.6875 \n",
"L 18.109375 54.6875 \n",
"L 18.109375 46.1875 \n",
"Q 20.953125 51.171875 25.484375 53.578125 \n",
"Q 30.03125 56 36.53125 56 \n",
"Q 37.453125 56 38.578125 55.875 \n",
"Q 39.703125 55.765625 41.0625 55.515625 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-72\"/>\n",
" <path d=\"M -0.296875 72.90625 \n",
"L 61.375 72.90625 \n",
"L 61.375 64.59375 \n",
"L 35.5 64.59375 \n",
"L 35.5 0 \n",
"L 25.59375 0 \n",
"L 25.59375 64.59375 \n",
"L -0.296875 64.59375 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-54\"/>\n",
" <path d=\"M 44.28125 53.078125 \n",
"L 44.28125 44.578125 \n",
"Q 40.484375 46.53125 36.375 47.5 \n",
"Q 32.28125 48.484375 27.875 48.484375 \n",
"Q 21.1875 48.484375 17.84375 46.4375 \n",
"Q 14.5 44.390625 14.5 40.28125 \n",
"Q 14.5 37.15625 16.890625 35.375 \n",
"Q 19.28125 33.59375 26.515625 31.984375 \n",
"L 29.59375 31.296875 \n",
"Q 39.15625 29.25 43.1875 25.515625 \n",
"Q 47.21875 21.78125 47.21875 15.09375 \n",
"Q 47.21875 7.46875 41.1875 3.015625 \n",
"Q 35.15625 -1.421875 24.609375 -1.421875 \n",
"Q 20.21875 -1.421875 15.453125 -0.5625 \n",
"Q 10.6875 0.296875 5.421875 2 \n",
"L 5.421875 11.28125 \n",
"Q 10.40625 8.6875 15.234375 7.390625 \n",
"Q 20.0625 6.109375 24.8125 6.109375 \n",
"Q 31.15625 6.109375 34.5625 8.28125 \n",
"Q 37.984375 10.453125 37.984375 14.40625 \n",
"Q 37.984375 18.0625 35.515625 20.015625 \n",
"Q 33.0625 21.96875 24.703125 23.78125 \n",
"L 21.578125 24.515625 \n",
"Q 13.234375 26.265625 9.515625 29.90625 \n",
"Q 5.8125 33.546875 5.8125 39.890625 \n",
"Q 5.8125 47.609375 11.28125 51.796875 \n",
"Q 16.75 56 26.8125 56 \n",
"Q 31.78125 56 36.171875 55.265625 \n",
"Q 40.578125 54.546875 44.28125 53.078125 \n",
"\" id=\"BitstreamVeraSans-Roman-73\"/>\n",
" <path d=\"M 30.609375 48.390625 \n",
"Q 23.390625 48.390625 19.1875 42.75 \n",
"Q 14.984375 37.109375 14.984375 27.296875 \n",
"Q 14.984375 17.484375 19.15625 11.84375 \n",
"Q 23.34375 6.203125 30.609375 6.203125 \n",
"Q 37.796875 6.203125 41.984375 11.859375 \n",
"Q 46.1875 17.53125 46.1875 27.296875 \n",
"Q 46.1875 37.015625 41.984375 42.703125 \n",
"Q 37.796875 48.390625 30.609375 48.390625 \n",
"M 30.609375 56 \n",
"Q 42.328125 56 49.015625 48.375 \n",
"Q 55.71875 40.765625 55.71875 27.296875 \n",
"Q 55.71875 13.875 49.015625 6.21875 \n",
"Q 42.328125 -1.421875 30.609375 -1.421875 \n",
"Q 18.84375 -1.421875 12.171875 6.21875 \n",
"Q 5.515625 13.875 5.515625 27.296875 \n",
"Q 5.515625 40.765625 12.171875 48.375 \n",
"Q 18.84375 56 30.609375 56 \n",
"\" id=\"BitstreamVeraSans-Roman-6f\"/>\n",
" <path d=\"M 54.890625 33.015625 \n",
"L 54.890625 0 \n",
"L 45.90625 0 \n",
"L 45.90625 32.71875 \n",
"Q 45.90625 40.484375 42.875 44.328125 \n",
"Q 39.84375 48.1875 33.796875 48.1875 \n",
"Q 26.515625 48.1875 22.3125 43.546875 \n",
"Q 18.109375 38.921875 18.109375 30.90625 \n",
"L 18.109375 0 \n",
"L 9.078125 0 \n",
"L 9.078125 54.6875 \n",
"L 18.109375 54.6875 \n",
"L 18.109375 46.1875 \n",
"Q 21.34375 51.125 25.703125 53.5625 \n",
"Q 30.078125 56 35.796875 56 \n",
"Q 45.21875 56 50.046875 50.171875 \n",
"Q 54.890625 44.34375 54.890625 33.015625 \n",
"\" id=\"BitstreamVeraSans-Roman-6e\"/>\n",
" <path d=\"M 9.421875 54.6875 \n",
"L 18.40625 54.6875 \n",
"L 18.40625 0 \n",
"L 9.421875 0 \n",
"z\n",
"M 9.421875 75.984375 \n",
"L 18.40625 75.984375 \n",
"L 18.40625 64.59375 \n",
"L 9.421875 64.59375 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-69\"/>\n",
" <path d=\"M 8.5 21.578125 \n",
"L 8.5 54.6875 \n",
"L 17.484375 54.6875 \n",
"L 17.484375 21.921875 \n",
"Q 17.484375 14.15625 20.5 10.265625 \n",
"Q 23.53125 6.390625 29.59375 6.390625 \n",
"Q 36.859375 6.390625 41.078125 11.03125 \n",
"Q 45.3125 15.671875 45.3125 23.6875 \n",
"L 45.3125 54.6875 \n",
"L 54.296875 54.6875 \n",
"L 54.296875 0 \n",
"L 45.3125 0 \n",
"L 45.3125 8.40625 \n",
"Q 42.046875 3.421875 37.71875 1 \n",
"Q 33.40625 -1.421875 27.6875 -1.421875 \n",
"Q 18.265625 -1.421875 13.375 4.4375 \n",
"Q 8.5 10.296875 8.5 21.578125 \n",
"\" id=\"BitstreamVeraSans-Roman-75\"/>\n",
" <path d=\"M 34.28125 27.484375 \n",
"Q 23.390625 27.484375 19.1875 25 \n",
"Q 14.984375 22.515625 14.984375 16.5 \n",
"Q 14.984375 11.71875 18.140625 8.90625 \n",
"Q 21.296875 6.109375 26.703125 6.109375 \n",
"Q 34.1875 6.109375 38.703125 11.40625 \n",
"Q 43.21875 16.703125 43.21875 25.484375 \n",
"L 43.21875 27.484375 \n",
"z\n",
"M 52.203125 31.203125 \n",
"L 52.203125 0 \n",
"L 43.21875 0 \n",
"L 43.21875 8.296875 \n",
"Q 40.140625 3.328125 35.546875 0.953125 \n",
"Q 30.953125 -1.421875 24.3125 -1.421875 \n",
"Q 15.921875 -1.421875 10.953125 3.296875 \n",
"Q 6 8.015625 6 15.921875 \n",
"Q 6 25.140625 12.171875 29.828125 \n",
"Q 18.359375 34.515625 30.609375 34.515625 \n",
"L 43.21875 34.515625 \n",
"L 43.21875 35.40625 \n",
"Q 43.21875 41.609375 39.140625 45 \n",
"Q 35.0625 48.390625 27.6875 48.390625 \n",
"Q 23 48.390625 18.546875 47.265625 \n",
"Q 14.109375 46.140625 10.015625 43.890625 \n",
"L 10.015625 52.203125 \n",
"Q 14.9375 54.109375 19.578125 55.046875 \n",
"Q 24.21875 56 28.609375 56 \n",
"Q 40.484375 56 46.34375 49.84375 \n",
"Q 52.203125 43.703125 52.203125 31.203125 \n",
"\" id=\"BitstreamVeraSans-Roman-61\"/>\n",
" <path d=\"M 52 44.1875 \n",
"Q 55.375 50.25 60.0625 53.125 \n",
"Q 64.75 56 71.09375 56 \n",
"Q 79.640625 56 84.28125 50.015625 \n",
"Q 88.921875 44.046875 88.921875 33.015625 \n",
"L 88.921875 0 \n",
"L 79.890625 0 \n",
"L 79.890625 32.71875 \n",
"Q 79.890625 40.578125 77.09375 44.375 \n",
"Q 74.3125 48.1875 68.609375 48.1875 \n",
"Q 61.625 48.1875 57.5625 43.546875 \n",
"Q 53.515625 38.921875 53.515625 30.90625 \n",
"L 53.515625 0 \n",
"L 44.484375 0 \n",
"L 44.484375 32.71875 \n",
"Q 44.484375 40.625 41.703125 44.40625 \n",
"Q 38.921875 48.1875 33.109375 48.1875 \n",
"Q 26.21875 48.1875 22.15625 43.53125 \n",
"Q 18.109375 38.875 18.109375 30.90625 \n",
"L 18.109375 0 \n",
"L 9.078125 0 \n",
"L 9.078125 54.6875 \n",
"L 18.109375 54.6875 \n",
"L 18.109375 46.1875 \n",
"Q 21.1875 51.21875 25.484375 53.609375 \n",
"Q 29.78125 56 35.6875 56 \n",
"Q 41.65625 56 45.828125 52.96875 \n",
"Q 50 49.953125 52 44.1875 \n",
"\" id=\"BitstreamVeraSans-Roman-6d\"/>\n",
" <path d=\"M 48.78125 52.59375 \n",
"L 48.78125 44.1875 \n",
"Q 44.96875 46.296875 41.140625 47.34375 \n",
"Q 37.3125 48.390625 33.40625 48.390625 \n",
"Q 24.65625 48.390625 19.8125 42.84375 \n",
"Q 14.984375 37.3125 14.984375 27.296875 \n",
"Q 14.984375 17.28125 19.8125 11.734375 \n",
"Q 24.65625 6.203125 33.40625 6.203125 \n",
"Q 37.3125 6.203125 41.140625 7.25 \n",
"Q 44.96875 8.296875 48.78125 10.40625 \n",
"L 48.78125 2.09375 \n",
"Q 45.015625 0.34375 40.984375 -0.53125 \n",
"Q 36.96875 -1.421875 32.421875 -1.421875 \n",
"Q 20.0625 -1.421875 12.78125 6.34375 \n",
"Q 5.515625 14.109375 5.515625 27.296875 \n",
"Q 5.515625 40.671875 12.859375 48.328125 \n",
"Q 20.21875 56 33.015625 56 \n",
"Q 37.15625 56 41.109375 55.140625 \n",
"Q 45.0625 54.296875 48.78125 52.59375 \n",
"\" id=\"BitstreamVeraSans-Roman-63\"/>\n",
" <path id=\"BitstreamVeraSans-Roman-20\"/>\n",
" <path d=\"M 54.890625 33.015625 \n",
"L 54.890625 0 \n",
"L 45.90625 0 \n",
"L 45.90625 32.71875 \n",
"Q 45.90625 40.484375 42.875 44.328125 \n",
"Q 39.84375 48.1875 33.796875 48.1875 \n",
"Q 26.515625 48.1875 22.3125 43.546875 \n",
"Q 18.109375 38.921875 18.109375 30.90625 \n",
"L 18.109375 0 \n",
"L 9.078125 0 \n",
"L 9.078125 75.984375 \n",
"L 18.109375 75.984375 \n",
"L 18.109375 46.1875 \n",
"Q 21.34375 51.125 25.703125 53.5625 \n",
"Q 30.078125 56 35.796875 56 \n",
"Q 45.21875 56 50.046875 50.171875 \n",
"Q 54.890625 44.34375 54.890625 33.015625 \n",
"\" id=\"BitstreamVeraSans-Roman-68\"/>\n",
" <path d=\"M 18.3125 70.21875 \n",
"L 18.3125 54.6875 \n",
"L 36.8125 54.6875 \n",
"L 36.8125 47.703125 \n",
"L 18.3125 47.703125 \n",
"L 18.3125 18.015625 \n",
"Q 18.3125 11.328125 20.140625 9.421875 \n",
"Q 21.96875 7.515625 27.59375 7.515625 \n",
"L 36.8125 7.515625 \n",
"L 36.8125 0 \n",
"L 27.59375 0 \n",
"Q 17.1875 0 13.234375 3.875 \n",
"Q 9.28125 7.765625 9.28125 18.015625 \n",
"L 9.28125 47.703125 \n",
"L 2.6875 47.703125 \n",
"L 2.6875 54.6875 \n",
"L 9.28125 54.6875 \n",
"L 9.28125 70.21875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-74\"/>\n",
" </defs>\n",
" <g transform=\"translate(107.698125 19.3575)scale(0.16 -0.16)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-54\"/>\n",
" <use x=\"61.083984375\" xlink:href=\"#BitstreamVeraSans-Roman-68\"/>\n",
" <use x=\"124.462890625\" xlink:href=\"#BitstreamVeraSans-Roman-65\"/>\n",
" <use x=\"185.986328125\" xlink:href=\"#BitstreamVeraSans-Roman-73\"/>\n",
" <use x=\"238.0859375\" xlink:href=\"#BitstreamVeraSans-Roman-65\"/>\n",
" <use x=\"299.609375\" xlink:href=\"#BitstreamVeraSans-Roman-20\"/>\n",
" <use x=\"331.396484375\" xlink:href=\"#BitstreamVeraSans-Roman-61\"/>\n",
" <use x=\"392.67578125\" xlink:href=\"#BitstreamVeraSans-Roman-72\"/>\n",
" <use x=\"433.7578125\" xlink:href=\"#BitstreamVeraSans-Roman-65\"/>\n",
" <use x=\"495.28125\" xlink:href=\"#BitstreamVeraSans-Roman-20\"/>\n",
" <use x=\"527.068359375\" xlink:href=\"#BitstreamVeraSans-Roman-73\"/>\n",
" <use x=\"579.16796875\" xlink:href=\"#BitstreamVeraSans-Roman-6f\"/>\n",
" <use x=\"640.349609375\" xlink:href=\"#BitstreamVeraSans-Roman-6d\"/>\n",
" <use x=\"737.76171875\" xlink:href=\"#BitstreamVeraSans-Roman-65\"/>\n",
" <use x=\"799.28515625\" xlink:href=\"#BitstreamVeraSans-Roman-20\"/>\n",
" <use x=\"831.072265625\" xlink:href=\"#BitstreamVeraSans-Roman-66\"/>\n",
" <use x=\"866.27734375\" xlink:href=\"#BitstreamVeraSans-Roman-75\"/>\n",
" <use x=\"929.65625\" xlink:href=\"#BitstreamVeraSans-Roman-6e\"/>\n",
" <use x=\"993.03515625\" xlink:href=\"#BitstreamVeraSans-Roman-63\"/>\n",
" <use x=\"1048.015625\" xlink:href=\"#BitstreamVeraSans-Roman-74\"/>\n",
" <use x=\"1087.224609375\" xlink:href=\"#BitstreamVeraSans-Roman-69\"/>\n",
" <use x=\"1115.0078125\" xlink:href=\"#BitstreamVeraSans-Roman-6f\"/>\n",
" <use x=\"1176.189453125\" xlink:href=\"#BitstreamVeraSans-Roman-6e\"/>\n",
" <use x=\"1239.568359375\" xlink:href=\"#BitstreamVeraSans-Roman-73\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p0e31059b63\">\n",
" <rect height=\"198.0\" width=\"148.39375\" x=\"219.585625\" y=\"44.64\"/>\n",
" </clipPath>\n",
" <clipPath id=\"p073d1323e5\">\n",
" <rect height=\"198.0\" width=\"148.39375\" x=\"54.079375\" y=\"44.64\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n"
],
"text/plain": [
"<matplotlib.figure.Figure at 0x7fd1173c4160>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"fig, ax = plt.subplots(nrows=1, ncols=2, sharey=True)\n",
"\n",
"# plots\n",
"ax[0].plot(x, fx)\n",
"ax[1].plot(x, gx, c2)\n",
"\n",
"# labels\n",
"ax[0].set_ylabel('f(x)')\n",
"ax[0].set_xlabel('x')\n",
"ax[1].set_ylabel('g(x)')\n",
"ax[1].set_xlabel('x')\n",
"\n",
"# adjust right subfigure axes location\n",
"ax[1].yaxis.tick_right()\n",
"ax[1].yaxis.set_label_position(\"right\")\n",
"\n",
"# figure settings\n",
"fig.suptitle('These are some functions', fontsize=16)\n",
"fig.tight_layout()\n",
"fig.subplots_adjust(top=0.85) # tight_layout ignores overall titles (current bug)"
]
},
{
"cell_type": "markdown",
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"## Inset Plots"
]
},
{
"cell_type": "code",
"execution_count": 112,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true
},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
"<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
"<!-- Created with matplotlib (http://matplotlib.org/) -->\n",
"<svg height=\"283pt\" version=\"1.1\" viewBox=\"0 0 410 283\" width=\"410pt\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
" <defs>\n",
" <style type=\"text/css\">\n",
"*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}\n",
" </style>\n",
" </defs>\n",
" <g id=\"figure_1\">\n",
" <g id=\"patch_1\">\n",
" <path d=\"M 0 283.930938 \n",
"L 410.060625 283.930938 \n",
"L 410.060625 0 \n",
"L 0 0 \n",
"z\n",
"\" style=\"fill:#ffffff;\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 54.079375 242.439063 \n",
"L 399.679375 242.439063 \n",
"L 399.679375 12.039063 \n",
"L 54.079375 12.039063 \n",
"z\n",
"\" style=\"fill:#e5e5e5;\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 54.079375 242.439063 \n",
"L 54.079375 12.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L 0 4 \n",
"\" id=\"m274d6a1f57\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m274d6a1f57\" y=\"242.4390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_3\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L 0 -4 \n",
"\" id=\"m4c20319fe6\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m4c20319fe6\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 0 -->\n",
" <defs>\n",
" <path d=\"M 31.78125 66.40625 \n",
"Q 24.171875 66.40625 20.328125 58.90625 \n",
"Q 16.5 51.421875 16.5 36.375 \n",
"Q 16.5 21.390625 20.328125 13.890625 \n",
"Q 24.171875 6.390625 31.78125 6.390625 \n",
"Q 39.453125 6.390625 43.28125 13.890625 \n",
"Q 47.125 21.390625 47.125 36.375 \n",
"Q 47.125 51.421875 43.28125 58.90625 \n",
"Q 39.453125 66.40625 31.78125 66.40625 \n",
"M 31.78125 74.21875 \n",
"Q 44.046875 74.21875 50.515625 64.515625 \n",
"Q 56.984375 54.828125 56.984375 36.375 \n",
"Q 56.984375 17.96875 50.515625 8.265625 \n",
"Q 44.046875 -1.421875 31.78125 -1.421875 \n",
"Q 19.53125 -1.421875 13.0625 8.265625 \n",
"Q 6.59375 17.96875 6.59375 36.375 \n",
"Q 6.59375 54.828125 13.0625 64.515625 \n",
"Q 19.53125 74.21875 31.78125 74.21875 \n",
"\" id=\"BitstreamVeraSans-Roman-30\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(50.898125 258.0375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_4\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 103.450804 242.439063 \n",
"L 103.450804 12.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_5\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"103.450803571\" xlink:href=\"#m274d6a1f57\" y=\"242.4390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_6\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"103.450803571\" xlink:href=\"#m4c20319fe6\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 1 -->\n",
" <defs>\n",
" <path d=\"M 12.40625 8.296875 \n",
"L 28.515625 8.296875 \n",
"L 28.515625 63.921875 \n",
"L 10.984375 60.40625 \n",
"L 10.984375 69.390625 \n",
"L 28.421875 72.90625 \n",
"L 38.28125 72.90625 \n",
"L 38.28125 8.296875 \n",
"L 54.390625 8.296875 \n",
"L 54.390625 0 \n",
"L 12.40625 0 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-31\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(100.269553571 258.0375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_7\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 152.822232 242.439063 \n",
"L 152.822232 12.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"152.822232143\" xlink:href=\"#m274d6a1f57\" y=\"242.4390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_9\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"152.822232143\" xlink:href=\"#m4c20319fe6\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 2 -->\n",
" <defs>\n",
" <path d=\"M 19.1875 8.296875 \n",
"L 53.609375 8.296875 \n",
"L 53.609375 0 \n",
"L 7.328125 0 \n",
"L 7.328125 8.296875 \n",
"Q 12.9375 14.109375 22.625 23.890625 \n",
"Q 32.328125 33.6875 34.8125 36.53125 \n",
"Q 39.546875 41.84375 41.421875 45.53125 \n",
"Q 43.3125 49.21875 43.3125 52.78125 \n",
"Q 43.3125 58.59375 39.234375 62.25 \n",
"Q 35.15625 65.921875 28.609375 65.921875 \n",
"Q 23.96875 65.921875 18.8125 64.3125 \n",
"Q 13.671875 62.703125 7.8125 59.421875 \n",
"L 7.8125 69.390625 \n",
"Q 13.765625 71.78125 18.9375 73 \n",
"Q 24.125 74.21875 28.421875 74.21875 \n",
"Q 39.75 74.21875 46.484375 68.546875 \n",
"Q 53.21875 62.890625 53.21875 53.421875 \n",
"Q 53.21875 48.921875 51.53125 44.890625 \n",
"Q 49.859375 40.875 45.40625 35.40625 \n",
"Q 44.1875 33.984375 37.640625 27.21875 \n",
"Q 31.109375 20.453125 19.1875 8.296875 \n",
"\" id=\"BitstreamVeraSans-Roman-32\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(149.640982143 258.0375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_10\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 202.193661 242.439063 \n",
"L 202.193661 12.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_11\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"202.193660714\" xlink:href=\"#m274d6a1f57\" y=\"242.4390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"202.193660714\" xlink:href=\"#m4c20319fe6\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 3 -->\n",
" <defs>\n",
" <path d=\"M 40.578125 39.3125 \n",
"Q 47.65625 37.796875 51.625 33 \n",
"Q 55.609375 28.21875 55.609375 21.1875 \n",
"Q 55.609375 10.40625 48.1875 4.484375 \n",
"Q 40.765625 -1.421875 27.09375 -1.421875 \n",
"Q 22.515625 -1.421875 17.65625 -0.515625 \n",
"Q 12.796875 0.390625 7.625 2.203125 \n",
"L 7.625 11.71875 \n",
"Q 11.71875 9.328125 16.59375 8.109375 \n",
"Q 21.484375 6.890625 26.8125 6.890625 \n",
"Q 36.078125 6.890625 40.9375 10.546875 \n",
"Q 45.796875 14.203125 45.796875 21.1875 \n",
"Q 45.796875 27.640625 41.28125 31.265625 \n",
"Q 36.765625 34.90625 28.71875 34.90625 \n",
"L 20.21875 34.90625 \n",
"L 20.21875 43.015625 \n",
"L 29.109375 43.015625 \n",
"Q 36.375 43.015625 40.234375 45.921875 \n",
"Q 44.09375 48.828125 44.09375 54.296875 \n",
"Q 44.09375 59.90625 40.109375 62.90625 \n",
"Q 36.140625 65.921875 28.71875 65.921875 \n",
"Q 24.65625 65.921875 20.015625 65.03125 \n",
"Q 15.375 64.15625 9.8125 62.3125 \n",
"L 9.8125 71.09375 \n",
"Q 15.4375 72.65625 20.34375 73.4375 \n",
"Q 25.25 74.21875 29.59375 74.21875 \n",
"Q 40.828125 74.21875 47.359375 69.109375 \n",
"Q 53.90625 64.015625 53.90625 55.328125 \n",
"Q 53.90625 49.265625 50.4375 45.09375 \n",
"Q 46.96875 40.921875 40.578125 39.3125 \n",
"\" id=\"BitstreamVeraSans-Roman-33\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(199.012410714 258.0375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-33\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_5\">\n",
" <g id=\"line2d_13\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 251.565089 242.439063 \n",
"L 251.565089 12.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_14\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"251.565089286\" xlink:href=\"#m274d6a1f57\" y=\"242.4390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_15\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"251.565089286\" xlink:href=\"#m4c20319fe6\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 4 -->\n",
" <defs>\n",
" <path d=\"M 37.796875 64.3125 \n",
"L 12.890625 25.390625 \n",
"L 37.796875 25.390625 \n",
"z\n",
"M 35.203125 72.90625 \n",
"L 47.609375 72.90625 \n",
"L 47.609375 25.390625 \n",
"L 58.015625 25.390625 \n",
"L 58.015625 17.1875 \n",
"L 47.609375 17.1875 \n",
"L 47.609375 0 \n",
"L 37.796875 0 \n",
"L 37.796875 17.1875 \n",
"L 4.890625 17.1875 \n",
"L 4.890625 26.703125 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-34\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(248.383839286 258.0375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-34\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_16\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 300.936518 242.439063 \n",
"L 300.936518 12.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_17\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"300.936517857\" xlink:href=\"#m274d6a1f57\" y=\"242.4390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_18\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"300.936517857\" xlink:href=\"#m4c20319fe6\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 5 -->\n",
" <defs>\n",
" <path d=\"M 10.796875 72.90625 \n",
"L 49.515625 72.90625 \n",
"L 49.515625 64.59375 \n",
"L 19.828125 64.59375 \n",
"L 19.828125 46.734375 \n",
"Q 21.96875 47.46875 24.109375 47.828125 \n",
"Q 26.265625 48.1875 28.421875 48.1875 \n",
"Q 40.625 48.1875 47.75 41.5 \n",
"Q 54.890625 34.8125 54.890625 23.390625 \n",
"Q 54.890625 11.625 47.5625 5.09375 \n",
"Q 40.234375 -1.421875 26.90625 -1.421875 \n",
"Q 22.3125 -1.421875 17.546875 -0.640625 \n",
"Q 12.796875 0.140625 7.71875 1.703125 \n",
"L 7.71875 11.625 \n",
"Q 12.109375 9.234375 16.796875 8.0625 \n",
"Q 21.484375 6.890625 26.703125 6.890625 \n",
"Q 35.15625 6.890625 40.078125 11.328125 \n",
"Q 45.015625 15.765625 45.015625 23.390625 \n",
"Q 45.015625 31 40.078125 35.4375 \n",
"Q 35.15625 39.890625 26.703125 39.890625 \n",
"Q 22.75 39.890625 18.8125 39.015625 \n",
"Q 14.890625 38.140625 10.796875 36.28125 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-35\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(297.755267857 258.0375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_19\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 350.307946 242.439063 \n",
"L 350.307946 12.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_20\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"350.307946429\" xlink:href=\"#m274d6a1f57\" y=\"242.4390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_21\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"350.307946429\" xlink:href=\"#m4c20319fe6\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- 6 -->\n",
" <defs>\n",
" <path d=\"M 33.015625 40.375 \n",
"Q 26.375 40.375 22.484375 35.828125 \n",
"Q 18.609375 31.296875 18.609375 23.390625 \n",
"Q 18.609375 15.53125 22.484375 10.953125 \n",
"Q 26.375 6.390625 33.015625 6.390625 \n",
"Q 39.65625 6.390625 43.53125 10.953125 \n",
"Q 47.40625 15.53125 47.40625 23.390625 \n",
"Q 47.40625 31.296875 43.53125 35.828125 \n",
"Q 39.65625 40.375 33.015625 40.375 \n",
"M 52.59375 71.296875 \n",
"L 52.59375 62.3125 \n",
"Q 48.875 64.0625 45.09375 64.984375 \n",
"Q 41.3125 65.921875 37.59375 65.921875 \n",
"Q 27.828125 65.921875 22.671875 59.328125 \n",
"Q 17.53125 52.734375 16.796875 39.40625 \n",
"Q 19.671875 43.65625 24.015625 45.921875 \n",
"Q 28.375 48.1875 33.59375 48.1875 \n",
"Q 44.578125 48.1875 50.953125 41.515625 \n",
"Q 57.328125 34.859375 57.328125 23.390625 \n",
"Q 57.328125 12.15625 50.6875 5.359375 \n",
"Q 44.046875 -1.421875 33.015625 -1.421875 \n",
"Q 20.359375 -1.421875 13.671875 8.265625 \n",
"Q 6.984375 17.96875 6.984375 36.375 \n",
"Q 6.984375 53.65625 15.1875 63.9375 \n",
"Q 23.390625 74.21875 37.203125 74.21875 \n",
"Q 40.921875 74.21875 44.703125 73.484375 \n",
"Q 48.484375 72.75 52.59375 71.296875 \n",
"\" id=\"BitstreamVeraSans-Roman-36\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(347.126696429 258.0375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-36\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_22\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 399.679375 242.439063 \n",
"L 399.679375 12.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_23\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"399.679375\" xlink:href=\"#m274d6a1f57\" y=\"242.4390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_24\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"399.679375\" xlink:href=\"#m4c20319fe6\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- 7 -->\n",
" <defs>\n",
" <path d=\"M 8.203125 72.90625 \n",
"L 55.078125 72.90625 \n",
"L 55.078125 68.703125 \n",
"L 28.609375 0 \n",
"L 18.3125 0 \n",
"L 43.21875 64.59375 \n",
"L 8.203125 64.59375 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-37\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(396.498125 258.0375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-37\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- x -->\n",
" <defs>\n",
" <path d=\"M 54.890625 54.6875 \n",
"L 35.109375 28.078125 \n",
"L 55.90625 0 \n",
"L 45.3125 0 \n",
"L 29.390625 21.484375 \n",
"L 13.484375 0 \n",
"L 2.875 0 \n",
"L 24.125 28.609375 \n",
"L 4.6875 54.6875 \n",
"L 15.28125 54.6875 \n",
"L 29.78125 35.203125 \n",
"L 44.28125 54.6875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-78\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(223.328125 274.2353125)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_25\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 54.079375 242.439063 \n",
"L 399.679375 242.439063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_26\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L -4 0 \n",
"\" id=\"md84b7d8b69\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#md84b7d8b69\" y=\"242.4390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_27\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L 4 0 \n",
"\" id=\"m5523b319c2\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"399.679375\" xlink:href=\"#m5523b319c2\" y=\"242.4390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 0.00 -->\n",
" <defs>\n",
" <path d=\"M 10.6875 12.40625 \n",
"L 21 12.40625 \n",
"L 21 0 \n",
"L 10.6875 0 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-2e\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 245.1984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_28\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 54.079375 184.839063 \n",
"L 399.679375 184.839063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_29\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#md84b7d8b69\" y=\"184.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_30\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"399.679375\" xlink:href=\"#m5523b319c2\" y=\"184.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 0.05 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 187.5984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_31\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 54.079375 127.239063 \n",
"L 399.679375 127.239063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_32\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#md84b7d8b69\" y=\"127.2390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_33\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"399.679375\" xlink:href=\"#m5523b319c2\" y=\"127.2390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 0.10 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 129.9984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_4\">\n",
" <g id=\"line2d_34\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 54.079375 69.639063 \n",
"L 399.679375 69.639063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_35\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#md84b7d8b69\" y=\"69.6390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_36\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"399.679375\" xlink:href=\"#m5523b319c2\" y=\"69.6390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 0.15 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 72.3984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_5\">\n",
" <g id=\"line2d_37\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 54.079375 12.039063 \n",
"L 399.679375 12.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-width:0.5;\"/>\n",
" </g>\n",
" <g id=\"line2d_38\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#md84b7d8b69\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_39\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"399.679375\" xlink:href=\"#m5523b319c2\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 0.20 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(23.81375 14.7984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- g(x) -->\n",
" <defs>\n",
" <path d=\"M 31 75.875 \n",
"Q 24.46875 64.65625 21.28125 53.65625 \n",
"Q 18.109375 42.671875 18.109375 31.390625 \n",
"Q 18.109375 20.125 21.3125 9.0625 \n",
"Q 24.515625 -2 31 -13.1875 \n",
"L 23.1875 -13.1875 \n",
"Q 15.875 -1.703125 12.234375 9.375 \n",
"Q 8.59375 20.453125 8.59375 31.390625 \n",
"Q 8.59375 42.28125 12.203125 53.3125 \n",
"Q 15.828125 64.359375 23.1875 75.875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-28\"/>\n",
" <path d=\"M 8.015625 75.875 \n",
"L 15.828125 75.875 \n",
"Q 23.140625 64.359375 26.78125 53.3125 \n",
"Q 30.421875 42.28125 30.421875 31.390625 \n",
"Q 30.421875 20.453125 26.78125 9.375 \n",
"Q 23.140625 -1.703125 15.828125 -13.1875 \n",
"L 8.015625 -13.1875 \n",
"Q 14.5 -2 17.703125 9.0625 \n",
"Q 20.90625 20.125 20.90625 31.390625 \n",
"Q 20.90625 42.671875 17.703125 53.65625 \n",
"Q 14.5 64.65625 8.015625 75.875 \n",
"\" id=\"BitstreamVeraSans-Roman-29\"/>\n",
" <path d=\"M 45.40625 27.984375 \n",
"Q 45.40625 37.75 41.375 43.109375 \n",
"Q 37.359375 48.484375 30.078125 48.484375 \n",
"Q 22.859375 48.484375 18.828125 43.109375 \n",
"Q 14.796875 37.75 14.796875 27.984375 \n",
"Q 14.796875 18.265625 18.828125 12.890625 \n",
"Q 22.859375 7.515625 30.078125 7.515625 \n",
"Q 37.359375 7.515625 41.375 12.890625 \n",
"Q 45.40625 18.265625 45.40625 27.984375 \n",
"M 54.390625 6.78125 \n",
"Q 54.390625 -7.171875 48.1875 -13.984375 \n",
"Q 42 -20.796875 29.203125 -20.796875 \n",
"Q 24.46875 -20.796875 20.265625 -20.09375 \n",
"Q 16.0625 -19.390625 12.109375 -17.921875 \n",
"L 12.109375 -9.1875 \n",
"Q 16.0625 -11.328125 19.921875 -12.34375 \n",
"Q 23.78125 -13.375 27.78125 -13.375 \n",
"Q 36.625 -13.375 41.015625 -8.765625 \n",
"Q 45.40625 -4.15625 45.40625 5.171875 \n",
"L 45.40625 9.625 \n",
"Q 42.625 4.78125 38.28125 2.390625 \n",
"Q 33.9375 0 27.875 0 \n",
"Q 17.828125 0 11.671875 7.65625 \n",
"Q 5.515625 15.328125 5.515625 27.984375 \n",
"Q 5.515625 40.671875 11.671875 48.328125 \n",
"Q 17.828125 56 27.875 56 \n",
"Q 33.9375 56 38.28125 53.609375 \n",
"Q 42.625 51.21875 45.40625 46.390625 \n",
"L 45.40625 54.6875 \n",
"L 54.390625 54.6875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-67\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(16.318125 139.28125)rotate(-90.0)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-67\"/>\n",
" <use x=\"63.4765625\" xlink:href=\"#BitstreamVeraSans-Roman-28\"/>\n",
" <use x=\"102.490234375\" xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" <use x=\"161.669921875\" xlink:href=\"#BitstreamVeraSans-Roman-29\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_40\">\n",
" <path clip-path=\"url(#p7185ce994c)\" d=\"M 54.079375 242.439063 \n",
"L 60.410188 128.135805 \n",
"L 66.741001 65.545943 \n",
"L 73.071814 37.122239 \n",
"L 79.402627 30.609967 \n",
"L 85.73344 37.550383 \n",
"L 92.064253 52.190428 \n",
"L 98.395066 70.691463 \n",
"L 104.725879 90.557533 \n",
"L 111.056692 110.224338 \n",
"L 117.387505 128.765453 \n",
"L 123.718317 145.683782 \n",
"L 130.04913 160.764734 \n",
"L 136.379943 173.973841 \n",
"L 142.710756 185.386252 \n",
"L 149.041569 195.138903 \n",
"L 155.372382 203.398716 \n",
"L 161.703195 210.342026 \n",
"L 168.034008 216.14178 \n",
"L 174.364821 220.960051 \n",
"L 180.695634 224.944099 \n",
"L 187.026447 228.224789 \n",
"L 193.35726 230.916465 \n",
"L 199.688073 233.117732 \n",
"L 206.018886 234.912726 \n",
"L 212.349699 236.372611 \n",
"L 218.680512 237.557145 \n",
"L 225.011325 238.516199 \n",
"L 231.342138 239.291171 \n",
"L 237.672951 239.916267 \n",
"L 244.003764 240.419638 \n",
"L 250.334576 240.824368 \n",
"L 256.665389 241.149326 \n",
"L 262.996202 241.409892 \n",
"L 269.327015 241.61857 \n",
"L 275.657828 241.785501 \n",
"L 281.988641 241.918895 \n",
"L 288.319454 242.025383 \n",
"L 294.650267 242.11031 \n",
"L 300.98108 242.177983 \n",
"L 307.311893 242.231862 \n",
"L 313.642706 242.274725 \n",
"L 319.973519 242.308799 \n",
"L 326.304332 242.335866 \n",
"L 332.635145 242.357353 \n",
"L 338.965958 242.3744 \n",
"L 345.296771 242.387915 \n",
"L 351.627584 242.398625 \n",
"L 357.958397 242.407107 \n",
"L 364.28921 242.41382 \n",
"\" style=\"fill:none;stroke:#e24a33;stroke-linecap:square;stroke-width:2.0;\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 54.079375 242.439063 \n",
"L 399.679375 242.439063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 54.079375 12.039063 \n",
"L 399.679375 12.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 54.079375 242.439063 \n",
"L 54.079375 12.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_6\">\n",
" <path d=\"M 399.679375 242.439063 \n",
"L 399.679375 12.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"axes_2\">\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 205.279375 156.039063 \n",
"L 378.079375 156.039063 \n",
"L 378.079375 40.839063 \n",
"L 205.279375 40.839063 \n",
"z\n",
"\" style=\"fill:#e5e5e5;\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_3\">\n",
" <g id=\"xtick_9\">\n",
" <g id=\"line2d_41\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"205.279375\" xlink:href=\"#m274d6a1f57\" y=\"156.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_42\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"205.279375\" xlink:href=\"#m4c20319fe6\" y=\"40.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- 0 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(202.098125 171.6375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_10\">\n",
" <g id=\"line2d_43\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"229.965089286\" xlink:href=\"#m274d6a1f57\" y=\"156.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_44\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"229.965089286\" xlink:href=\"#m4c20319fe6\" y=\"40.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- 1 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(226.783839286 171.6375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_11\">\n",
" <g id=\"line2d_45\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"254.650803571\" xlink:href=\"#m274d6a1f57\" y=\"156.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_46\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"254.650803571\" xlink:href=\"#m4c20319fe6\" y=\"40.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 2 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(251.469553571 171.6375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_12\">\n",
" <g id=\"line2d_47\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"279.336517857\" xlink:href=\"#m274d6a1f57\" y=\"156.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_48\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"279.336517857\" xlink:href=\"#m4c20319fe6\" y=\"40.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- 3 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(276.155267857 171.6375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-33\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_13\">\n",
" <g id=\"line2d_49\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"304.022232143\" xlink:href=\"#m274d6a1f57\" y=\"156.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_50\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"304.022232143\" xlink:href=\"#m4c20319fe6\" y=\"40.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_20\">\n",
" <!-- 4 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(300.840982143 171.6375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-34\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_14\">\n",
" <g id=\"line2d_51\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"328.707946429\" xlink:href=\"#m274d6a1f57\" y=\"156.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_52\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"328.707946429\" xlink:href=\"#m4c20319fe6\" y=\"40.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_21\">\n",
" <!-- 5 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(325.526696429 171.6375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_15\">\n",
" <g id=\"line2d_53\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"353.393660714\" xlink:href=\"#m274d6a1f57\" y=\"156.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_54\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"353.393660714\" xlink:href=\"#m4c20319fe6\" y=\"40.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_22\">\n",
" <!-- 6 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(350.212410714 171.6375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-36\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_16\">\n",
" <g id=\"line2d_55\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"378.079375\" xlink:href=\"#m274d6a1f57\" y=\"156.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_56\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"378.079375\" xlink:href=\"#m4c20319fe6\" y=\"40.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_23\">\n",
" <!-- 7 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(374.898125 171.6375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-37\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_24\">\n",
" <!-- x -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(288.128125 187.8353125)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_4\">\n",
" <g id=\"ytick_6\">\n",
" <g id=\"line2d_57\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"205.279375\" xlink:href=\"#md84b7d8b69\" y=\"156.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_58\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"378.079375\" xlink:href=\"#m5523b319c2\" y=\"156.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_25\">\n",
" <!-- 0.00 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(175.01375 158.7984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_7\">\n",
" <g id=\"line2d_59\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"205.279375\" xlink:href=\"#md84b7d8b69\" y=\"132.9990625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_60\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"378.079375\" xlink:href=\"#m5523b319c2\" y=\"132.9990625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_26\">\n",
" <!-- 0.05 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(175.01375 135.7584375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_8\">\n",
" <g id=\"line2d_61\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"205.279375\" xlink:href=\"#md84b7d8b69\" y=\"109.9590625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_62\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"378.079375\" xlink:href=\"#m5523b319c2\" y=\"109.9590625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_27\">\n",
" <!-- 0.10 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(175.01375 112.7184375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_9\">\n",
" <g id=\"line2d_63\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"205.279375\" xlink:href=\"#md84b7d8b69\" y=\"86.9190625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_64\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"378.079375\" xlink:href=\"#m5523b319c2\" y=\"86.9190625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_28\">\n",
" <!-- 0.15 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(175.01375 89.6784375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_10\">\n",
" <g id=\"line2d_65\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"205.279375\" xlink:href=\"#md84b7d8b69\" y=\"63.8790625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_66\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"378.079375\" xlink:href=\"#m5523b319c2\" y=\"63.8790625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_29\">\n",
" <!-- 0.20 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(175.01375 66.6384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_11\">\n",
" <g id=\"line2d_67\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"205.279375\" xlink:href=\"#md84b7d8b69\" y=\"40.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_68\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"378.079375\" xlink:href=\"#m5523b319c2\" y=\"40.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_30\">\n",
" <!-- 0.25 -->\n",
" <g style=\"fill:#555555;\" transform=\"translate(175.01375 43.5984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_31\">\n",
" <!-- f(x) -->\n",
" <defs>\n",
" <path d=\"M 37.109375 75.984375 \n",
"L 37.109375 68.5 \n",
"L 28.515625 68.5 \n",
"Q 23.6875 68.5 21.796875 66.546875 \n",
"Q 19.921875 64.59375 19.921875 59.515625 \n",
"L 19.921875 54.6875 \n",
"L 34.71875 54.6875 \n",
"L 34.71875 47.703125 \n",
"L 19.921875 47.703125 \n",
"L 19.921875 0 \n",
"L 10.890625 0 \n",
"L 10.890625 47.703125 \n",
"L 2.296875 47.703125 \n",
"L 2.296875 54.6875 \n",
"L 10.890625 54.6875 \n",
"L 10.890625 58.5 \n",
"Q 10.890625 67.625 15.140625 71.796875 \n",
"Q 19.390625 75.984375 28.609375 75.984375 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-66\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(167.518125 108.784375)rotate(-90.0)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-66\"/>\n",
" <use x=\"35.205078125\" xlink:href=\"#BitstreamVeraSans-Roman-28\"/>\n",
" <use x=\"74.21875\" xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" <use x=\"133.3984375\" xlink:href=\"#BitstreamVeraSans-Roman-29\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_69\">\n",
" <path clip-path=\"url(#p1d00444156)\" d=\"M 205.279375 156.039063 \n",
"L 208.444781 154.155247 \n",
"L 211.610188 148.62702 \n",
"L 214.775594 139.815985 \n",
"L 217.941001 128.298474 \n",
"L 221.106407 114.827851 \n",
"L 224.271814 100.285233 \n",
"L 227.43722 85.621857 \n",
"L 230.602627 71.796857 \n",
"L 233.768033 59.714531 \n",
"L 236.93344 50.165188 \n",
"L 240.098846 43.773451 \n",
"L 243.264253 40.957408 \n",
"L 246.429659 41.901255 \n",
"L 249.595066 46.543256 \n",
"L 252.760472 54.579775 \n",
"L 255.925879 65.485143 \n",
"L 259.091285 78.546035 \n",
"L 262.256692 92.908136 \n",
"L 265.422098 107.632016 \n",
"L 268.587505 121.754583 \n",
"L 271.752911 134.352075 \n",
"L 274.918317 144.600487 \n",
"L 278.083724 151.829468 \n",
"L 281.24913 155.566167 \n",
"L 284.414537 155.566167 \n",
"L 287.579943 151.829468 \n",
"L 290.74535 144.600487 \n",
"L 293.910756 134.352075 \n",
"L 297.076163 121.754583 \n",
"L 300.241569 107.632016 \n",
"L 303.406976 92.908136 \n",
"L 306.572382 78.546035 \n",
"L 309.737789 65.485143 \n",
"L 312.903195 54.579775 \n",
"L 316.068602 46.543256 \n",
"L 319.234008 41.901255 \n",
"L 322.399415 40.957408 \n",
"L 325.564821 43.773451 \n",
"L 328.730228 50.165188 \n",
"L 331.895634 59.714531 \n",
"L 335.06104 71.796857 \n",
"L 338.226447 85.621857 \n",
"L 341.391853 100.285233 \n",
"L 344.55726 114.827851 \n",
"L 347.722666 128.298474 \n",
"L 350.888073 139.815985 \n",
"L 354.053479 148.62702 \n",
"L 357.218886 154.155247 \n",
"L 360.384292 156.039063 \n",
"\" style=\"fill:none;stroke:#348abd;stroke-linecap:square;stroke-width:2.0;\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 205.279375 156.039063 \n",
"L 378.079375 156.039063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_9\">\n",
" <path d=\"M 205.279375 40.839063 \n",
"L 378.079375 40.839063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_10\">\n",
" <path d=\"M 205.279375 156.039063 \n",
"L 205.279375 40.839063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_11\">\n",
" <path d=\"M 378.079375 156.039063 \n",
"L 378.079375 40.839063 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p7185ce994c\">\n",
" <rect height=\"230.4\" width=\"345.6\" x=\"54.079375\" y=\"12.0390625\"/>\n",
" </clipPath>\n",
" <clipPath id=\"p1d00444156\">\n",
" <rect height=\"115.2\" width=\"172.8\" x=\"205.279375\" y=\"40.8390625\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n"
],
"text/plain": [
"<matplotlib.figure.Figure at 0x7fd116e449b0>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"# create object\n",
"fig = plt.figure()\n",
"\n",
"# add axes with (left, bottom, width, height) (range 0 to 1)\n",
"axes1 = fig.add_axes([0.1, 0.1, 0.8, 0.8]) # main axes\n",
"axes2 = fig.add_axes([0.45, 0.4, 0.4, 0.4]) # inset axes\n",
"\n",
"# main figure\n",
"axes1.plot(x, gx)\n",
"axes1.set_xlabel('x')\n",
"axes1.set_ylabel('g(x)')\n",
"\n",
"# inset\n",
"axes2.plot(x, fx, c2)\n",
"axes2.set_xlabel('x')\n",
"axes2.set_ylabel('f(x)')\n",
"axes2.grid(False) # get rid of gridlines"
]
},
{
"cell_type": "markdown",
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"## Different Y axes"
]
},
{
"cell_type": "markdown",
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"The `twinx` and `twiny` functions let us have multiple x or y axes on a single figure. This is sometimes useful when you want to show the variation of two different quantities (different scale/units) with a common variable."
]
},
{
"cell_type": "code",
"execution_count": 115,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true
},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
"<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
"<!-- Created with matplotlib (http://matplotlib.org/) -->\n",
"<svg height=\"260pt\" version=\"1.1\" viewBox=\"0 0 442 260\" width=\"442pt\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
" <defs>\n",
" <style type=\"text/css\">\n",
"*{stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:100000;}\n",
" </style>\n",
" </defs>\n",
" <g id=\"figure_1\">\n",
" <g id=\"patch_1\">\n",
" <path d=\"M 0 260.117188 \n",
"L 442.95875 260.117188 \n",
"L 442.95875 0 \n",
"L 0 0 \n",
"z\n",
"\" style=\"fill:#ffffff;\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 54.079375 235.239062 \n",
"L 388.879375 235.239062 \n",
"L 388.879375 12.039062 \n",
"L 54.079375 12.039062 \n",
"z\n",
"\" style=\"fill:#e5e5e5;\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L 0 4 \n",
"\" id=\"mbc518878c3\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#mbc518878c3\" y=\"235.2390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L 0 -4 \n",
"\" id=\"m8c3fcb538b\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m8c3fcb538b\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 0 -->\n",
" <defs>\n",
" <path d=\"M 31.78125 66.40625 \n",
"Q 24.171875 66.40625 20.328125 58.90625 \n",
"Q 16.5 51.421875 16.5 36.375 \n",
"Q 16.5 21.390625 20.328125 13.890625 \n",
"Q 24.171875 6.390625 31.78125 6.390625 \n",
"Q 39.453125 6.390625 43.28125 13.890625 \n",
"Q 47.125 21.390625 47.125 36.375 \n",
"Q 47.125 51.421875 43.28125 58.90625 \n",
"Q 39.453125 66.40625 31.78125 66.40625 \n",
"M 31.78125 74.21875 \n",
"Q 44.046875 74.21875 50.515625 64.515625 \n",
"Q 56.984375 54.828125 56.984375 36.375 \n",
"Q 56.984375 17.96875 50.515625 8.265625 \n",
"Q 44.046875 -1.421875 31.78125 -1.421875 \n",
"Q 19.53125 -1.421875 13.0625 8.265625 \n",
"Q 6.59375 17.96875 6.59375 36.375 \n",
"Q 6.59375 54.828125 13.0625 64.515625 \n",
"Q 19.53125 74.21875 31.78125 74.21875 \n",
"\" id=\"BitstreamVeraSans-Roman-30\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(50.898125 250.8375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"101.907946429\" xlink:href=\"#mbc518878c3\" y=\"235.2390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_4\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"101.907946429\" xlink:href=\"#m8c3fcb538b\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 1 -->\n",
" <defs>\n",
" <path d=\"M 12.40625 8.296875 \n",
"L 28.515625 8.296875 \n",
"L 28.515625 63.921875 \n",
"L 10.984375 60.40625 \n",
"L 10.984375 69.390625 \n",
"L 28.421875 72.90625 \n",
"L 38.28125 72.90625 \n",
"L 38.28125 8.296875 \n",
"L 54.390625 8.296875 \n",
"L 54.390625 0 \n",
"L 12.40625 0 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-31\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(98.7266964286 250.8375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"149.736517857\" xlink:href=\"#mbc518878c3\" y=\"235.2390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_6\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"149.736517857\" xlink:href=\"#m8c3fcb538b\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 2 -->\n",
" <defs>\n",
" <path d=\"M 19.1875 8.296875 \n",
"L 53.609375 8.296875 \n",
"L 53.609375 0 \n",
"L 7.328125 0 \n",
"L 7.328125 8.296875 \n",
"Q 12.9375 14.109375 22.625 23.890625 \n",
"Q 32.328125 33.6875 34.8125 36.53125 \n",
"Q 39.546875 41.84375 41.421875 45.53125 \n",
"Q 43.3125 49.21875 43.3125 52.78125 \n",
"Q 43.3125 58.59375 39.234375 62.25 \n",
"Q 35.15625 65.921875 28.609375 65.921875 \n",
"Q 23.96875 65.921875 18.8125 64.3125 \n",
"Q 13.671875 62.703125 7.8125 59.421875 \n",
"L 7.8125 69.390625 \n",
"Q 13.765625 71.78125 18.9375 73 \n",
"Q 24.125 74.21875 28.421875 74.21875 \n",
"Q 39.75 74.21875 46.484375 68.546875 \n",
"Q 53.21875 62.890625 53.21875 53.421875 \n",
"Q 53.21875 48.921875 51.53125 44.890625 \n",
"Q 49.859375 40.875 45.40625 35.40625 \n",
"Q 44.1875 33.984375 37.640625 27.21875 \n",
"Q 31.109375 20.453125 19.1875 8.296875 \n",
"\" id=\"BitstreamVeraSans-Roman-32\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(146.555267857 250.8375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_7\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"197.565089286\" xlink:href=\"#mbc518878c3\" y=\"235.2390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"197.565089286\" xlink:href=\"#m8c3fcb538b\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 3 -->\n",
" <defs>\n",
" <path d=\"M 40.578125 39.3125 \n",
"Q 47.65625 37.796875 51.625 33 \n",
"Q 55.609375 28.21875 55.609375 21.1875 \n",
"Q 55.609375 10.40625 48.1875 4.484375 \n",
"Q 40.765625 -1.421875 27.09375 -1.421875 \n",
"Q 22.515625 -1.421875 17.65625 -0.515625 \n",
"Q 12.796875 0.390625 7.625 2.203125 \n",
"L 7.625 11.71875 \n",
"Q 11.71875 9.328125 16.59375 8.109375 \n",
"Q 21.484375 6.890625 26.8125 6.890625 \n",
"Q 36.078125 6.890625 40.9375 10.546875 \n",
"Q 45.796875 14.203125 45.796875 21.1875 \n",
"Q 45.796875 27.640625 41.28125 31.265625 \n",
"Q 36.765625 34.90625 28.71875 34.90625 \n",
"L 20.21875 34.90625 \n",
"L 20.21875 43.015625 \n",
"L 29.109375 43.015625 \n",
"Q 36.375 43.015625 40.234375 45.921875 \n",
"Q 44.09375 48.828125 44.09375 54.296875 \n",
"Q 44.09375 59.90625 40.109375 62.90625 \n",
"Q 36.140625 65.921875 28.71875 65.921875 \n",
"Q 24.65625 65.921875 20.015625 65.03125 \n",
"Q 15.375 64.15625 9.8125 62.3125 \n",
"L 9.8125 71.09375 \n",
"Q 15.4375 72.65625 20.34375 73.4375 \n",
"Q 25.25 74.21875 29.59375 74.21875 \n",
"Q 40.828125 74.21875 47.359375 69.109375 \n",
"Q 53.90625 64.015625 53.90625 55.328125 \n",
"Q 53.90625 49.265625 50.4375 45.09375 \n",
"Q 46.96875 40.921875 40.578125 39.3125 \n",
"\" id=\"BitstreamVeraSans-Roman-33\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(194.383839286 250.8375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-33\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_5\">\n",
" <g id=\"line2d_9\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"245.393660714\" xlink:href=\"#mbc518878c3\" y=\"235.2390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_10\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"245.393660714\" xlink:href=\"#m8c3fcb538b\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 4 -->\n",
" <defs>\n",
" <path d=\"M 37.796875 64.3125 \n",
"L 12.890625 25.390625 \n",
"L 37.796875 25.390625 \n",
"z\n",
"M 35.203125 72.90625 \n",
"L 47.609375 72.90625 \n",
"L 47.609375 25.390625 \n",
"L 58.015625 25.390625 \n",
"L 58.015625 17.1875 \n",
"L 47.609375 17.1875 \n",
"L 47.609375 0 \n",
"L 37.796875 0 \n",
"L 37.796875 17.1875 \n",
"L 4.890625 17.1875 \n",
"L 4.890625 26.703125 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-34\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(242.212410714 250.8375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-34\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_11\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"293.222232143\" xlink:href=\"#mbc518878c3\" y=\"235.2390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"293.222232143\" xlink:href=\"#m8c3fcb538b\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 5 -->\n",
" <defs>\n",
" <path d=\"M 10.796875 72.90625 \n",
"L 49.515625 72.90625 \n",
"L 49.515625 64.59375 \n",
"L 19.828125 64.59375 \n",
"L 19.828125 46.734375 \n",
"Q 21.96875 47.46875 24.109375 47.828125 \n",
"Q 26.265625 48.1875 28.421875 48.1875 \n",
"Q 40.625 48.1875 47.75 41.5 \n",
"Q 54.890625 34.8125 54.890625 23.390625 \n",
"Q 54.890625 11.625 47.5625 5.09375 \n",
"Q 40.234375 -1.421875 26.90625 -1.421875 \n",
"Q 22.3125 -1.421875 17.546875 -0.640625 \n",
"Q 12.796875 0.140625 7.71875 1.703125 \n",
"L 7.71875 11.625 \n",
"Q 12.109375 9.234375 16.796875 8.0625 \n",
"Q 21.484375 6.890625 26.703125 6.890625 \n",
"Q 35.15625 6.890625 40.078125 11.328125 \n",
"Q 45.015625 15.765625 45.015625 23.390625 \n",
"Q 45.015625 31 40.078125 35.4375 \n",
"Q 35.15625 39.890625 26.703125 39.890625 \n",
"Q 22.75 39.890625 18.8125 39.015625 \n",
"Q 14.890625 38.140625 10.796875 36.28125 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-35\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(290.040982143 250.8375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_13\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"341.050803571\" xlink:href=\"#mbc518878c3\" y=\"235.2390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_14\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"341.050803571\" xlink:href=\"#m8c3fcb538b\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- 6 -->\n",
" <defs>\n",
" <path d=\"M 33.015625 40.375 \n",
"Q 26.375 40.375 22.484375 35.828125 \n",
"Q 18.609375 31.296875 18.609375 23.390625 \n",
"Q 18.609375 15.53125 22.484375 10.953125 \n",
"Q 26.375 6.390625 33.015625 6.390625 \n",
"Q 39.65625 6.390625 43.53125 10.953125 \n",
"Q 47.40625 15.53125 47.40625 23.390625 \n",
"Q 47.40625 31.296875 43.53125 35.828125 \n",
"Q 39.65625 40.375 33.015625 40.375 \n",
"M 52.59375 71.296875 \n",
"L 52.59375 62.3125 \n",
"Q 48.875 64.0625 45.09375 64.984375 \n",
"Q 41.3125 65.921875 37.59375 65.921875 \n",
"Q 27.828125 65.921875 22.671875 59.328125 \n",
"Q 17.53125 52.734375 16.796875 39.40625 \n",
"Q 19.671875 43.65625 24.015625 45.921875 \n",
"Q 28.375 48.1875 33.59375 48.1875 \n",
"Q 44.578125 48.1875 50.953125 41.515625 \n",
"Q 57.328125 34.859375 57.328125 23.390625 \n",
"Q 57.328125 12.15625 50.6875 5.359375 \n",
"Q 44.046875 -1.421875 33.015625 -1.421875 \n",
"Q 20.359375 -1.421875 13.671875 8.265625 \n",
"Q 6.984375 17.96875 6.984375 36.375 \n",
"Q 6.984375 53.65625 15.1875 63.9375 \n",
"Q 23.390625 74.21875 37.203125 74.21875 \n",
"Q 40.921875 74.21875 44.703125 73.484375 \n",
"Q 48.484375 72.75 52.59375 71.296875 \n",
"\" id=\"BitstreamVeraSans-Roman-36\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(337.869553571 250.8375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-36\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_15\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"388.879375\" xlink:href=\"#mbc518878c3\" y=\"235.2390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_16\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"388.879375\" xlink:href=\"#m8c3fcb538b\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- 7 -->\n",
" <defs>\n",
" <path d=\"M 8.203125 72.90625 \n",
"L 55.078125 72.90625 \n",
"L 55.078125 68.703125 \n",
"L 28.609375 0 \n",
"L 18.3125 0 \n",
"L 43.21875 64.59375 \n",
"L 8.203125 64.59375 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-37\"/>\n",
" </defs>\n",
" <g style=\"fill:#555555;\" transform=\"translate(385.698125 250.8375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-37\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_17\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L -4 0 \n",
"\" id=\"m9a292b8491\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m9a292b8491\" y=\"235.2390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- 0.00 -->\n",
" <defs>\n",
" <path d=\"M 10.6875 12.40625 \n",
"L 21 12.40625 \n",
"L 21 0 \n",
"L 10.6875 0 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-2e\"/>\n",
" </defs>\n",
" <g style=\"fill:#e24a33;\" transform=\"translate(23.81375 237.9984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_18\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m9a292b8491\" y=\"190.5990625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 0.05 -->\n",
" <g style=\"fill:#e24a33;\" transform=\"translate(23.81375 193.3584375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_19\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m9a292b8491\" y=\"145.9590625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 0.10 -->\n",
" <g style=\"fill:#e24a33;\" transform=\"translate(23.81375 148.7184375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_4\">\n",
" <g id=\"line2d_20\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m9a292b8491\" y=\"101.3190625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 0.15 -->\n",
" <g style=\"fill:#e24a33;\" transform=\"translate(23.81375 104.0784375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_5\">\n",
" <g id=\"line2d_21\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m9a292b8491\" y=\"56.6790625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 0.20 -->\n",
" <g style=\"fill:#e24a33;\" transform=\"translate(23.81375 59.4384375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_6\">\n",
" <g id=\"line2d_22\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"54.079375\" xlink:href=\"#m9a292b8491\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 0.25 -->\n",
" <g style=\"fill:#e24a33;\" transform=\"translate(23.81375 14.7984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- f(x) -->\n",
" <defs>\n",
" <path d=\"M 31 75.875 \n",
"Q 24.46875 64.65625 21.28125 53.65625 \n",
"Q 18.109375 42.671875 18.109375 31.390625 \n",
"Q 18.109375 20.125 21.3125 9.0625 \n",
"Q 24.515625 -2 31 -13.1875 \n",
"L 23.1875 -13.1875 \n",
"Q 15.875 -1.703125 12.234375 9.375 \n",
"Q 8.59375 20.453125 8.59375 31.390625 \n",
"Q 8.59375 42.28125 12.203125 53.3125 \n",
"Q 15.828125 64.359375 23.1875 75.875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-28\"/>\n",
" <path d=\"M 8.015625 75.875 \n",
"L 15.828125 75.875 \n",
"Q 23.140625 64.359375 26.78125 53.3125 \n",
"Q 30.421875 42.28125 30.421875 31.390625 \n",
"Q 30.421875 20.453125 26.78125 9.375 \n",
"Q 23.140625 -1.703125 15.828125 -13.1875 \n",
"L 8.015625 -13.1875 \n",
"Q 14.5 -2 17.703125 9.0625 \n",
"Q 20.90625 20.125 20.90625 31.390625 \n",
"Q 20.90625 42.671875 17.703125 53.65625 \n",
"Q 14.5 64.65625 8.015625 75.875 \n",
"\" id=\"BitstreamVeraSans-Roman-29\"/>\n",
" <path d=\"M 54.890625 54.6875 \n",
"L 35.109375 28.078125 \n",
"L 55.90625 0 \n",
"L 45.3125 0 \n",
"L 29.390625 21.484375 \n",
"L 13.484375 0 \n",
"L 2.875 0 \n",
"L 24.125 28.609375 \n",
"L 4.6875 54.6875 \n",
"L 15.28125 54.6875 \n",
"L 29.78125 35.203125 \n",
"L 44.28125 54.6875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-78\"/>\n",
" <path d=\"M 37.109375 75.984375 \n",
"L 37.109375 68.5 \n",
"L 28.515625 68.5 \n",
"Q 23.6875 68.5 21.796875 66.546875 \n",
"Q 19.921875 64.59375 19.921875 59.515625 \n",
"L 19.921875 54.6875 \n",
"L 34.71875 54.6875 \n",
"L 34.71875 47.703125 \n",
"L 19.921875 47.703125 \n",
"L 19.921875 0 \n",
"L 10.890625 0 \n",
"L 10.890625 47.703125 \n",
"L 2.296875 47.703125 \n",
"L 2.296875 54.6875 \n",
"L 10.890625 54.6875 \n",
"L 10.890625 58.5 \n",
"Q 10.890625 67.625 15.140625 71.796875 \n",
"Q 19.390625 75.984375 28.609375 75.984375 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-66\"/>\n",
" </defs>\n",
" <g style=\"fill:#e24a33;\" transform=\"translate(16.318125 133.984375)rotate(-90.0)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-66\"/>\n",
" <use x=\"35.205078125\" xlink:href=\"#BitstreamVeraSans-Roman-28\"/>\n",
" <use x=\"74.21875\" xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" <use x=\"133.3984375\" xlink:href=\"#BitstreamVeraSans-Roman-29\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_23\">\n",
" <path clip-path=\"url(#p8d2545acf7)\" d=\"M 54.079375 235.239062 \n",
"L 60.21235 231.589169 \n",
"L 66.345325 220.87823 \n",
"L 72.4783 203.80685 \n",
"L 78.611275 181.491673 \n",
"L 84.74425 155.392341 \n",
"L 90.877225 127.216019 \n",
"L 97.0102 98.805726 \n",
"L 103.143175 72.019789 \n",
"L 109.27615 48.610283 \n",
"L 115.409125 30.10843 \n",
"L 121.542101 17.724441 \n",
"L 127.675076 12.268357 \n",
"L 133.808051 14.097061 \n",
"L 139.941026 23.090937 \n",
"L 146.074001 38.661694 \n",
"L 152.206976 59.790843 \n",
"L 158.339951 85.096322 \n",
"L 164.472926 112.922893 \n",
"L 170.605901 141.450411 \n",
"L 176.738876 168.812884 \n",
"L 182.871851 193.220524 \n",
"L 189.004826 213.076823 \n",
"L 195.137801 227.082973 \n",
"L 201.270776 234.322828 \n",
"L 207.403751 234.322828 \n",
"L 213.536726 227.082973 \n",
"L 219.669701 213.076823 \n",
"L 225.802676 193.220524 \n",
"L 231.935651 168.812884 \n",
"L 238.068626 141.450411 \n",
"L 244.201601 112.922893 \n",
"L 250.334576 85.096322 \n",
"L 256.467552 59.790843 \n",
"L 262.600527 38.661694 \n",
"L 268.733502 23.090937 \n",
"L 274.866477 14.097061 \n",
"L 280.999452 12.268357 \n",
"L 287.132427 17.724441 \n",
"L 293.265402 30.10843 \n",
"L 299.398377 48.610283 \n",
"L 305.531352 72.019789 \n",
"L 311.664327 98.805726 \n",
"L 317.797302 127.216019 \n",
"L 323.930277 155.392341 \n",
"L 330.063252 181.491673 \n",
"L 336.196227 203.80685 \n",
"L 342.329202 220.87823 \n",
"L 348.462177 231.589169 \n",
"L 354.595152 235.239062 \n",
"\" style=\"fill:none;stroke:#e24a33;stroke-linecap:square;stroke-width:2.0;\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 54.079375 235.239062 \n",
"L 388.879375 235.239062 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 54.079375 12.039062 \n",
"L 388.879375 12.039062 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 54.079375 235.239062 \n",
"L 54.079375 12.039062 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_6\">\n",
" <path d=\"M 388.879375 235.239062 \n",
"L 388.879375 12.039062 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"axes_2\">\n",
" <g id=\"matplotlib.axis_3\">\n",
" <g id=\"ytick_7\">\n",
" <g id=\"line2d_24\">\n",
" <defs>\n",
" <path d=\"M 0 0 \n",
"L 4 0 \n",
"\" id=\"mdacedfac41\" style=\"stroke:#555555;stroke-width:0.5;\"/>\n",
" </defs>\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"388.879375\" xlink:href=\"#mdacedfac41\" y=\"235.2390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- 0.00 -->\n",
" <g style=\"fill:#348abd;\" transform=\"translate(396.879375 237.9984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_8\">\n",
" <g id=\"line2d_25\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"388.879375\" xlink:href=\"#mdacedfac41\" y=\"179.4390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- 0.05 -->\n",
" <g style=\"fill:#348abd;\" transform=\"translate(396.879375 182.1984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_9\">\n",
" <g id=\"line2d_26\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"388.879375\" xlink:href=\"#mdacedfac41\" y=\"123.6390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 0.10 -->\n",
" <g style=\"fill:#348abd;\" transform=\"translate(396.879375 126.3984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_10\">\n",
" <g id=\"line2d_27\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"388.879375\" xlink:href=\"#mdacedfac41\" y=\"67.8390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- 0.15 -->\n",
" <g style=\"fill:#348abd;\" transform=\"translate(396.879375 70.5984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-31\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-35\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_11\">\n",
" <g id=\"line2d_28\">\n",
" <g>\n",
" <use style=\"fill:#555555;stroke:#555555;stroke-width:0.5;\" x=\"388.879375\" xlink:href=\"#mdacedfac41\" y=\"12.0390625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_20\">\n",
" <!-- 0.20 -->\n",
" <g style=\"fill:#348abd;\" transform=\"translate(396.879375 14.7984375)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" <use x=\"63.623046875\" xlink:href=\"#BitstreamVeraSans-Roman-2e\"/>\n",
" <use x=\"95.41015625\" xlink:href=\"#BitstreamVeraSans-Roman-32\"/>\n",
" <use x=\"159.033203125\" xlink:href=\"#BitstreamVeraSans-Roman-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_21\">\n",
" <!-- g(x) -->\n",
" <defs>\n",
" <path d=\"M 45.40625 27.984375 \n",
"Q 45.40625 37.75 41.375 43.109375 \n",
"Q 37.359375 48.484375 30.078125 48.484375 \n",
"Q 22.859375 48.484375 18.828125 43.109375 \n",
"Q 14.796875 37.75 14.796875 27.984375 \n",
"Q 14.796875 18.265625 18.828125 12.890625 \n",
"Q 22.859375 7.515625 30.078125 7.515625 \n",
"Q 37.359375 7.515625 41.375 12.890625 \n",
"Q 45.40625 18.265625 45.40625 27.984375 \n",
"M 54.390625 6.78125 \n",
"Q 54.390625 -7.171875 48.1875 -13.984375 \n",
"Q 42 -20.796875 29.203125 -20.796875 \n",
"Q 24.46875 -20.796875 20.265625 -20.09375 \n",
"Q 16.0625 -19.390625 12.109375 -17.921875 \n",
"L 12.109375 -9.1875 \n",
"Q 16.0625 -11.328125 19.921875 -12.34375 \n",
"Q 23.78125 -13.375 27.78125 -13.375 \n",
"Q 36.625 -13.375 41.015625 -8.765625 \n",
"Q 45.40625 -4.15625 45.40625 5.171875 \n",
"L 45.40625 9.625 \n",
"Q 42.625 4.78125 38.28125 2.390625 \n",
"Q 33.9375 0 27.875 0 \n",
"Q 17.828125 0 11.671875 7.65625 \n",
"Q 5.515625 15.328125 5.515625 27.984375 \n",
"Q 5.515625 40.671875 11.671875 48.328125 \n",
"Q 17.828125 56 27.875 56 \n",
"Q 33.9375 56 38.28125 53.609375 \n",
"Q 42.625 51.21875 45.40625 46.390625 \n",
"L 45.40625 54.6875 \n",
"L 54.390625 54.6875 \n",
"z\n",
"\" id=\"BitstreamVeraSans-Roman-67\"/>\n",
" </defs>\n",
" <g style=\"fill:#348abd;\" transform=\"translate(433.263125 135.68125)rotate(-90.0)scale(0.12 -0.12)\">\n",
" <use xlink:href=\"#BitstreamVeraSans-Roman-67\"/>\n",
" <use x=\"63.4765625\" xlink:href=\"#BitstreamVeraSans-Roman-28\"/>\n",
" <use x=\"102.490234375\" xlink:href=\"#BitstreamVeraSans-Roman-78\"/>\n",
" <use x=\"161.669921875\" xlink:href=\"#BitstreamVeraSans-Roman-29\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"line2d_29\">\n",
" <path clip-path=\"url(#p8d2545acf7)\" d=\"M 54.079375 235.239062 \n",
"L 60.21235 124.507782 \n",
"L 66.345325 63.873853 \n",
"L 72.4783 36.338389 \n",
"L 78.611275 30.029626 \n",
"L 84.74425 36.753154 \n",
"L 90.877225 50.935698 \n",
"L 97.0102 68.858575 \n",
"L 103.143175 88.103831 \n",
"L 109.27615 107.156049 \n",
"L 115.409125 125.117753 \n",
"L 121.542101 141.507385 \n",
"L 127.675076 156.117056 \n",
"L 133.808051 168.913379 \n",
"L 139.941026 179.969153 \n",
"L 146.074001 189.417033 \n",
"L 152.206976 197.418727 \n",
"L 158.339951 204.145058 \n",
"L 164.472926 209.76357 \n",
"L 170.605901 214.43127 \n",
"L 176.738876 218.290817 \n",
"L 182.871851 221.468985 \n",
"L 189.004826 224.076546 \n",
"L 195.137801 226.209024 \n",
"L 201.270776 227.947924 \n",
"L 207.403751 229.362188 \n",
"L 213.536726 230.509705 \n",
"L 219.669701 231.438789 \n",
"L 225.802676 232.189542 \n",
"L 231.935651 232.795104 \n",
"L 238.068626 233.282745 \n",
"L 244.201601 233.674827 \n",
"L 250.334576 233.98963 \n",
"L 256.467552 234.242053 \n",
"L 262.600527 234.44421 \n",
"L 268.733502 234.605925 \n",
"L 274.866477 234.735151 \n",
"L 280.999452 234.83831 \n",
"L 287.132427 234.920584 \n",
"L 293.265402 234.986142 \n",
"L 299.398377 235.038337 \n",
"L 305.531352 235.079861 \n",
"L 311.664327 235.112869 \n",
"L 317.797302 235.139091 \n",
"L 323.930277 235.159907 \n",
"L 330.063252 235.17642 \n",
"L 336.196227 235.189514 \n",
"L 342.329202 235.199889 \n",
"L 348.462177 235.208105 \n",
"L 354.595152 235.214609 \n",
"\" style=\"fill:none;stroke:#348abd;stroke-linecap:square;stroke-width:2.0;\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 54.079375 235.239062 \n",
"L 388.879375 235.239062 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 54.079375 12.039062 \n",
"L 388.879375 12.039062 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_9\">\n",
" <path d=\"M 54.079375 235.239062 \n",
"L 54.079375 12.039062 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" <g id=\"patch_10\">\n",
" <path d=\"M 388.879375 235.239062 \n",
"L 388.879375 12.039062 \n",
"\" style=\"fill:none;stroke:#ffffff;stroke-linecap:square;stroke-linejoin:miter;\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p8d2545acf7\">\n",
" <rect height=\"223.2\" width=\"334.8\" x=\"54.079375\" y=\"12.0390625\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n"
],
"text/plain": [
"<matplotlib.figure.Figure at 0x7fd1171f38d0>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"fig, ax1 = plt.subplots()\n",
"\n",
"# draw the first figure\n",
"ax1.plot(x, fx, color=c1)\n",
"ax1.set_ylabel(\"f(x)\", color=c1)\n",
"ax1.grid(False)\n",
"for label in ax1.get_yticklabels():\n",
" label.set_color(c1)\n",
"\n",
"# create a twin with the same x axis\n",
"ax2 = ax1.twinx()\n",
"ax2.plot(x, gx, color=c2, lw=2)\n",
"ax2.grid(False)\n",
"ax2.set_ylabel(\"g(x)\", color=c2)\n",
"for label in ax2.get_yticklabels():\n",
" label.set_color(c2)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment