├── .gitignore ├── Makefile ├── README.html ├── README.rst ├── dana.css ├── figures ├── aliased.png ├── alpha.png ├── antialiased.png ├── arrow.png ├── axes-2.png ├── axes.png ├── bar.png ├── bar_ex.png ├── barh.png ├── boxplot.png ├── broken_barh.png ├── cmap-Accent.png ├── cmap-Blues.png ├── cmap-BrBG.png ├── cmap-BuGn.png ├── cmap-BuPu.png ├── cmap-CMRmap.png ├── cmap-Dark2.png ├── cmap-GnBu.png ├── cmap-Greens.png ├── cmap-Greys.png ├── cmap-OrRd.png ├── cmap-Oranges.png ├── cmap-PRGn.png ├── cmap-Paired.png ├── cmap-Pastel1.png ├── cmap-Pastel2.png ├── cmap-PiYG.png ├── cmap-PuBu.png ├── cmap-PuBuGn.png ├── cmap-PuOr.png ├── cmap-PuRd.png ├── cmap-Purples.png ├── cmap-RdBu.png ├── cmap-RdGy.png ├── cmap-RdPu.png ├── cmap-RdYlBu.png ├── cmap-RdYlGn.png ├── cmap-Reds.png ├── cmap-Set1.png ├── cmap-Set2.png ├── cmap-Set3.png ├── cmap-YlGn.png ├── cmap-YlGnBu.png ├── cmap-YlOrBr.png ├── cmap-YlOrRd.png ├── cmap-afmhot.png ├── cmap-autumn.png ├── cmap-binary.png ├── cmap-bone.png ├── cmap-brg.png ├── cmap-bwr.png ├── cmap-cool.png ├── cmap-coolwarm.png ├── cmap-copper.png ├── cmap-cubehelix.png ├── cmap-flag.png ├── cmap-gist_earth.png ├── cmap-gist_gray.png ├── cmap-gist_heat.png ├── cmap-gist_ncar.png ├── cmap-gist_rainbow.png ├── cmap-gist_stern.png ├── cmap-gist_yarg.png ├── cmap-gnuplot.png ├── cmap-gnuplot2.png ├── cmap-gray.png ├── cmap-hot.png ├── cmap-hsv.png ├── cmap-jet.png ├── cmap-ocean.png ├── cmap-pink.png ├── cmap-prism.png ├── cmap-rainbow.png ├── cmap-seismic.png ├── cmap-spectral-2.png ├── cmap-spectral.png ├── cmap-spring.png ├── cmap-summer.png ├── cmap-terrain.png ├── cmap-winter.png ├── color.png ├── contour.png ├── contour_ex.png ├── contourf.png ├── dash_capstyle.png ├── dash_joinstyle.png ├── date.png ├── earthquakes.png ├── exercice_1.png ├── exercice_10.png ├── exercice_2.png ├── exercice_3.png ├── exercice_4.png ├── exercice_5.png ├── exercice_6.png ├── exercice_7.png ├── exercice_8.png ├── exercice_9.png ├── grid.png ├── grid_ex.png ├── gridspec.png ├── hist.png ├── imshow.png ├── imshow_ex.png ├── legend.png ├── linestyle-*.png ├── linestyle-+.png ├── linestyle-,.png ├── linestyle---.png ├── linestyle--..png ├── linestyle--.png ├── linestyle--dot.png ├── linestyle-..png ├── linestyle-1.png ├── linestyle-2.png ├── linestyle-3.png ├── linestyle-4.png ├── linestyle-:.png ├── linestyle-<.png ├── linestyle->.png ├── linestyle-^.png ├── linestyle-_.png ├── linestyle-d.png ├── linestyle-dd.png ├── linestyle-dot.png ├── linestyle-h.png ├── linestyle-hh.png ├── linestyle-o.png ├── linestyle-p.png ├── linestyle-s.png ├── linestyle-v.png ├── linestyle-x.png ├── linestyle-|.png ├── linewidth.png ├── loglog.png ├── marker-*.png ├── marker-+.png ├── marker-,.png ├── marker-..png ├── marker-0.png ├── marker-1.png ├── marker-2.png ├── marker-3.png ├── marker-4.png ├── marker-5.png ├── marker-6.png ├── marker-7.png ├── marker-8.png ├── marker-<.png ├── marker->.png ├── marker-^.png ├── marker-_.png ├── marker-d.png ├── marker-dd.png ├── marker-dot.png ├── marker-h.png ├── marker-hh.png ├── marker-i0.png ├── marker-i1.png ├── marker-i2.png ├── marker-i3.png ├── marker-i4.png ├── marker-i5.png ├── marker-i6.png ├── marker-i7.png ├── marker-latex.png ├── marker-o.png ├── marker-p.png ├── marker-s.png ├── marker-v.png ├── marker-x.png ├── marker-|.png ├── mec.png ├── mew.png ├── mfc.png ├── ms.png ├── multiplot.png ├── multiplot_ex.png ├── pie.png ├── pie_ex.png ├── plot.png ├── plot3d.png ├── plot3d_ex.png ├── plot_ex.png ├── polar.png ├── polar_ex.png ├── quiver.png ├── quiver_ex.png ├── rain-static.png ├── rain.gif ├── scatter.png ├── scatter_ex.png ├── simple.png ├── solid_capstyle.png ├── solid_joinstyle.png ├── spy.png ├── stem.png ├── subplot-grid.png ├── subplot-horizontal.png ├── subplot-vertical.png ├── subplots_four.png ├── subplots_horizontal.png ├── subplots_vertical.png ├── text.png ├── text_ex.png ├── ticks-AutoLocator.png ├── ticks-FixedLocator.png ├── ticks-IndexLocator.png ├── ticks-LinearLocator.png ├── ticks-LogLocator.png ├── ticks-MinuteLocator.png ├── ticks-MultipleLocator.png ├── ticks-NullLocator.png └── ticks.png ├── reset.css └── scripts ├── .DS_Store ├── aliased.py ├── alpha.py ├── antialiased.py ├── axes-2.py ├── axes.py ├── bad.py ├── bar.py ├── bar_ex.py ├── boxplot.py ├── check-installation.py ├── color.py ├── colormaps.py ├── contour.py ├── contour_ex.py ├── dash_capstyle.py ├── dash_joinstyle.py ├── earthquakes.py ├── exercice_1.py ├── exercice_10.py ├── exercice_2.py ├── exercice_3.py ├── exercice_4-bis.py ├── exercice_4.py ├── exercice_5.py ├── exercice_6.py ├── exercice_7.py ├── exercice_8.py ├── exercice_9.py ├── good.py ├── grid.py ├── grid_ex.py ├── gridspec.py ├── imshow.py ├── imshow_ex.py ├── linestyles.py ├── linewidth.py ├── markers.py ├── mec.py ├── mew.py ├── mfc.py ├── ms.py ├── multiplot.py ├── multiplot_ex.py ├── pie.py ├── pie_ex.py ├── plot.py ├── plot3d-2.py ├── plot3d.py ├── plot3d_ex.py ├── plot_ex.py ├── polar.py ├── polar_ex.py ├── quiver.py ├── quiver_ex.py ├── rain-dynamic.py ├── rain-static.py ├── scatter.py ├── scatter_ex.py ├── solid_capstyle.py ├── solid_joinstyle.py ├── subplot-grid.py ├── subplot-horizontal.py ├── subplot-vertical.py ├── text.py ├── text_ex.py ├── ticks.py └── ugly.py /.gitignore: -------------------------------------------------------------------------------- 1 | Icon? 2 | .DS_Store 3 | *.pyc 4 | *~ 5 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/Makefile -------------------------------------------------------------------------------- /README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/README.html -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/README.rst -------------------------------------------------------------------------------- /dana.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/dana.css -------------------------------------------------------------------------------- /figures/aliased.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/aliased.png -------------------------------------------------------------------------------- /figures/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/alpha.png -------------------------------------------------------------------------------- /figures/antialiased.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/antialiased.png -------------------------------------------------------------------------------- /figures/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/arrow.png -------------------------------------------------------------------------------- /figures/axes-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/axes-2.png -------------------------------------------------------------------------------- /figures/axes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/axes.png -------------------------------------------------------------------------------- /figures/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/bar.png -------------------------------------------------------------------------------- /figures/bar_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/bar_ex.png -------------------------------------------------------------------------------- /figures/barh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/barh.png -------------------------------------------------------------------------------- /figures/boxplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/boxplot.png -------------------------------------------------------------------------------- /figures/broken_barh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/broken_barh.png -------------------------------------------------------------------------------- /figures/cmap-Accent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Accent.png -------------------------------------------------------------------------------- /figures/cmap-Blues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Blues.png -------------------------------------------------------------------------------- /figures/cmap-BrBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-BrBG.png -------------------------------------------------------------------------------- /figures/cmap-BuGn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-BuGn.png -------------------------------------------------------------------------------- /figures/cmap-BuPu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-BuPu.png -------------------------------------------------------------------------------- /figures/cmap-CMRmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-CMRmap.png -------------------------------------------------------------------------------- /figures/cmap-Dark2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Dark2.png -------------------------------------------------------------------------------- /figures/cmap-GnBu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-GnBu.png -------------------------------------------------------------------------------- /figures/cmap-Greens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Greens.png -------------------------------------------------------------------------------- /figures/cmap-Greys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Greys.png -------------------------------------------------------------------------------- /figures/cmap-OrRd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-OrRd.png -------------------------------------------------------------------------------- /figures/cmap-Oranges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Oranges.png -------------------------------------------------------------------------------- /figures/cmap-PRGn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-PRGn.png -------------------------------------------------------------------------------- /figures/cmap-Paired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Paired.png -------------------------------------------------------------------------------- /figures/cmap-Pastel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Pastel1.png -------------------------------------------------------------------------------- /figures/cmap-Pastel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Pastel2.png -------------------------------------------------------------------------------- /figures/cmap-PiYG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-PiYG.png -------------------------------------------------------------------------------- /figures/cmap-PuBu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-PuBu.png -------------------------------------------------------------------------------- /figures/cmap-PuBuGn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-PuBuGn.png -------------------------------------------------------------------------------- /figures/cmap-PuOr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-PuOr.png -------------------------------------------------------------------------------- /figures/cmap-PuRd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-PuRd.png -------------------------------------------------------------------------------- /figures/cmap-Purples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Purples.png -------------------------------------------------------------------------------- /figures/cmap-RdBu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-RdBu.png -------------------------------------------------------------------------------- /figures/cmap-RdGy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-RdGy.png -------------------------------------------------------------------------------- /figures/cmap-RdPu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-RdPu.png -------------------------------------------------------------------------------- /figures/cmap-RdYlBu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-RdYlBu.png -------------------------------------------------------------------------------- /figures/cmap-RdYlGn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-RdYlGn.png -------------------------------------------------------------------------------- /figures/cmap-Reds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Reds.png -------------------------------------------------------------------------------- /figures/cmap-Set1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Set1.png -------------------------------------------------------------------------------- /figures/cmap-Set2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Set2.png -------------------------------------------------------------------------------- /figures/cmap-Set3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-Set3.png -------------------------------------------------------------------------------- /figures/cmap-YlGn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-YlGn.png -------------------------------------------------------------------------------- /figures/cmap-YlGnBu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-YlGnBu.png -------------------------------------------------------------------------------- /figures/cmap-YlOrBr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-YlOrBr.png -------------------------------------------------------------------------------- /figures/cmap-YlOrRd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-YlOrRd.png -------------------------------------------------------------------------------- /figures/cmap-afmhot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-afmhot.png -------------------------------------------------------------------------------- /figures/cmap-autumn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-autumn.png -------------------------------------------------------------------------------- /figures/cmap-binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-binary.png -------------------------------------------------------------------------------- /figures/cmap-bone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-bone.png -------------------------------------------------------------------------------- /figures/cmap-brg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-brg.png -------------------------------------------------------------------------------- /figures/cmap-bwr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-bwr.png -------------------------------------------------------------------------------- /figures/cmap-cool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-cool.png -------------------------------------------------------------------------------- /figures/cmap-coolwarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-coolwarm.png -------------------------------------------------------------------------------- /figures/cmap-copper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-copper.png -------------------------------------------------------------------------------- /figures/cmap-cubehelix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-cubehelix.png -------------------------------------------------------------------------------- /figures/cmap-flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-flag.png -------------------------------------------------------------------------------- /figures/cmap-gist_earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-gist_earth.png -------------------------------------------------------------------------------- /figures/cmap-gist_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-gist_gray.png -------------------------------------------------------------------------------- /figures/cmap-gist_heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-gist_heat.png -------------------------------------------------------------------------------- /figures/cmap-gist_ncar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-gist_ncar.png -------------------------------------------------------------------------------- /figures/cmap-gist_rainbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-gist_rainbow.png -------------------------------------------------------------------------------- /figures/cmap-gist_stern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-gist_stern.png -------------------------------------------------------------------------------- /figures/cmap-gist_yarg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-gist_yarg.png -------------------------------------------------------------------------------- /figures/cmap-gnuplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-gnuplot.png -------------------------------------------------------------------------------- /figures/cmap-gnuplot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-gnuplot2.png -------------------------------------------------------------------------------- /figures/cmap-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-gray.png -------------------------------------------------------------------------------- /figures/cmap-hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-hot.png -------------------------------------------------------------------------------- /figures/cmap-hsv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-hsv.png -------------------------------------------------------------------------------- /figures/cmap-jet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-jet.png -------------------------------------------------------------------------------- /figures/cmap-ocean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-ocean.png -------------------------------------------------------------------------------- /figures/cmap-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-pink.png -------------------------------------------------------------------------------- /figures/cmap-prism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-prism.png -------------------------------------------------------------------------------- /figures/cmap-rainbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-rainbow.png -------------------------------------------------------------------------------- /figures/cmap-seismic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-seismic.png -------------------------------------------------------------------------------- /figures/cmap-spectral-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-spectral-2.png -------------------------------------------------------------------------------- /figures/cmap-spectral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-spectral.png -------------------------------------------------------------------------------- /figures/cmap-spring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-spring.png -------------------------------------------------------------------------------- /figures/cmap-summer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-summer.png -------------------------------------------------------------------------------- /figures/cmap-terrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-terrain.png -------------------------------------------------------------------------------- /figures/cmap-winter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/cmap-winter.png -------------------------------------------------------------------------------- /figures/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/color.png -------------------------------------------------------------------------------- /figures/contour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/contour.png -------------------------------------------------------------------------------- /figures/contour_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/contour_ex.png -------------------------------------------------------------------------------- /figures/contourf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/contourf.png -------------------------------------------------------------------------------- /figures/dash_capstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/dash_capstyle.png -------------------------------------------------------------------------------- /figures/dash_joinstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/dash_joinstyle.png -------------------------------------------------------------------------------- /figures/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/date.png -------------------------------------------------------------------------------- /figures/earthquakes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/earthquakes.png -------------------------------------------------------------------------------- /figures/exercice_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/exercice_1.png -------------------------------------------------------------------------------- /figures/exercice_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/exercice_10.png -------------------------------------------------------------------------------- /figures/exercice_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/exercice_2.png -------------------------------------------------------------------------------- /figures/exercice_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/exercice_3.png -------------------------------------------------------------------------------- /figures/exercice_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/exercice_4.png -------------------------------------------------------------------------------- /figures/exercice_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/exercice_5.png -------------------------------------------------------------------------------- /figures/exercice_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/exercice_6.png -------------------------------------------------------------------------------- /figures/exercice_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/exercice_7.png -------------------------------------------------------------------------------- /figures/exercice_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/exercice_8.png -------------------------------------------------------------------------------- /figures/exercice_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/exercice_9.png -------------------------------------------------------------------------------- /figures/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/grid.png -------------------------------------------------------------------------------- /figures/grid_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/grid_ex.png -------------------------------------------------------------------------------- /figures/gridspec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/gridspec.png -------------------------------------------------------------------------------- /figures/hist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/hist.png -------------------------------------------------------------------------------- /figures/imshow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/imshow.png -------------------------------------------------------------------------------- /figures/imshow_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/imshow_ex.png -------------------------------------------------------------------------------- /figures/legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/legend.png -------------------------------------------------------------------------------- /figures/linestyle-*.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-*.png -------------------------------------------------------------------------------- /figures/linestyle-+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-+.png -------------------------------------------------------------------------------- /figures/linestyle-,.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-,.png -------------------------------------------------------------------------------- /figures/linestyle---.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle---.png -------------------------------------------------------------------------------- /figures/linestyle--..png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle--..png -------------------------------------------------------------------------------- /figures/linestyle--.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle--.png -------------------------------------------------------------------------------- /figures/linestyle--dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle--dot.png -------------------------------------------------------------------------------- /figures/linestyle-..png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-..png -------------------------------------------------------------------------------- /figures/linestyle-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-1.png -------------------------------------------------------------------------------- /figures/linestyle-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-2.png -------------------------------------------------------------------------------- /figures/linestyle-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-3.png -------------------------------------------------------------------------------- /figures/linestyle-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-4.png -------------------------------------------------------------------------------- /figures/linestyle-:.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-:.png -------------------------------------------------------------------------------- /figures/linestyle-<.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-<.png -------------------------------------------------------------------------------- /figures/linestyle->.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle->.png -------------------------------------------------------------------------------- /figures/linestyle-^.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-^.png -------------------------------------------------------------------------------- /figures/linestyle-_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-_.png -------------------------------------------------------------------------------- /figures/linestyle-d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-d.png -------------------------------------------------------------------------------- /figures/linestyle-dd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-dd.png -------------------------------------------------------------------------------- /figures/linestyle-dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-dot.png -------------------------------------------------------------------------------- /figures/linestyle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-h.png -------------------------------------------------------------------------------- /figures/linestyle-hh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-hh.png -------------------------------------------------------------------------------- /figures/linestyle-o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-o.png -------------------------------------------------------------------------------- /figures/linestyle-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-p.png -------------------------------------------------------------------------------- /figures/linestyle-s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-s.png -------------------------------------------------------------------------------- /figures/linestyle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-v.png -------------------------------------------------------------------------------- /figures/linestyle-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-x.png -------------------------------------------------------------------------------- /figures/linestyle-|.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linestyle-|.png -------------------------------------------------------------------------------- /figures/linewidth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/linewidth.png -------------------------------------------------------------------------------- /figures/loglog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/loglog.png -------------------------------------------------------------------------------- /figures/marker-*.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-*.png -------------------------------------------------------------------------------- /figures/marker-+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-+.png -------------------------------------------------------------------------------- /figures/marker-,.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-,.png -------------------------------------------------------------------------------- /figures/marker-..png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-..png -------------------------------------------------------------------------------- /figures/marker-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-0.png -------------------------------------------------------------------------------- /figures/marker-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-1.png -------------------------------------------------------------------------------- /figures/marker-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-2.png -------------------------------------------------------------------------------- /figures/marker-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-3.png -------------------------------------------------------------------------------- /figures/marker-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-4.png -------------------------------------------------------------------------------- /figures/marker-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-5.png -------------------------------------------------------------------------------- /figures/marker-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-6.png -------------------------------------------------------------------------------- /figures/marker-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-7.png -------------------------------------------------------------------------------- /figures/marker-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-8.png -------------------------------------------------------------------------------- /figures/marker-<.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-<.png -------------------------------------------------------------------------------- /figures/marker->.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker->.png -------------------------------------------------------------------------------- /figures/marker-^.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-^.png -------------------------------------------------------------------------------- /figures/marker-_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-_.png -------------------------------------------------------------------------------- /figures/marker-d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-d.png -------------------------------------------------------------------------------- /figures/marker-dd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-dd.png -------------------------------------------------------------------------------- /figures/marker-dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-dot.png -------------------------------------------------------------------------------- /figures/marker-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-h.png -------------------------------------------------------------------------------- /figures/marker-hh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-hh.png -------------------------------------------------------------------------------- /figures/marker-i0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-i0.png -------------------------------------------------------------------------------- /figures/marker-i1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-i1.png -------------------------------------------------------------------------------- /figures/marker-i2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-i2.png -------------------------------------------------------------------------------- /figures/marker-i3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-i3.png -------------------------------------------------------------------------------- /figures/marker-i4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-i4.png -------------------------------------------------------------------------------- /figures/marker-i5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-i5.png -------------------------------------------------------------------------------- /figures/marker-i6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-i6.png -------------------------------------------------------------------------------- /figures/marker-i7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-i7.png -------------------------------------------------------------------------------- /figures/marker-latex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-latex.png -------------------------------------------------------------------------------- /figures/marker-o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-o.png -------------------------------------------------------------------------------- /figures/marker-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-p.png -------------------------------------------------------------------------------- /figures/marker-s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-s.png -------------------------------------------------------------------------------- /figures/marker-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-v.png -------------------------------------------------------------------------------- /figures/marker-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-x.png -------------------------------------------------------------------------------- /figures/marker-|.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/marker-|.png -------------------------------------------------------------------------------- /figures/mec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/mec.png -------------------------------------------------------------------------------- /figures/mew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/mew.png -------------------------------------------------------------------------------- /figures/mfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/mfc.png -------------------------------------------------------------------------------- /figures/ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/ms.png -------------------------------------------------------------------------------- /figures/multiplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/multiplot.png -------------------------------------------------------------------------------- /figures/multiplot_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/multiplot_ex.png -------------------------------------------------------------------------------- /figures/pie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/pie.png -------------------------------------------------------------------------------- /figures/pie_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/pie_ex.png -------------------------------------------------------------------------------- /figures/plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/plot.png -------------------------------------------------------------------------------- /figures/plot3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/plot3d.png -------------------------------------------------------------------------------- /figures/plot3d_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/plot3d_ex.png -------------------------------------------------------------------------------- /figures/plot_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/plot_ex.png -------------------------------------------------------------------------------- /figures/polar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/polar.png -------------------------------------------------------------------------------- /figures/polar_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/polar_ex.png -------------------------------------------------------------------------------- /figures/quiver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/quiver.png -------------------------------------------------------------------------------- /figures/quiver_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/quiver_ex.png -------------------------------------------------------------------------------- /figures/rain-static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/rain-static.png -------------------------------------------------------------------------------- /figures/rain.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/rain.gif -------------------------------------------------------------------------------- /figures/scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/scatter.png -------------------------------------------------------------------------------- /figures/scatter_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/scatter_ex.png -------------------------------------------------------------------------------- /figures/simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/simple.png -------------------------------------------------------------------------------- /figures/solid_capstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/solid_capstyle.png -------------------------------------------------------------------------------- /figures/solid_joinstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/solid_joinstyle.png -------------------------------------------------------------------------------- /figures/spy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/spy.png -------------------------------------------------------------------------------- /figures/stem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/stem.png -------------------------------------------------------------------------------- /figures/subplot-grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/subplot-grid.png -------------------------------------------------------------------------------- /figures/subplot-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/subplot-horizontal.png -------------------------------------------------------------------------------- /figures/subplot-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/subplot-vertical.png -------------------------------------------------------------------------------- /figures/subplots_four.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/subplots_four.png -------------------------------------------------------------------------------- /figures/subplots_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/subplots_horizontal.png -------------------------------------------------------------------------------- /figures/subplots_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/subplots_vertical.png -------------------------------------------------------------------------------- /figures/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/text.png -------------------------------------------------------------------------------- /figures/text_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/text_ex.png -------------------------------------------------------------------------------- /figures/ticks-AutoLocator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/ticks-AutoLocator.png -------------------------------------------------------------------------------- /figures/ticks-FixedLocator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/ticks-FixedLocator.png -------------------------------------------------------------------------------- /figures/ticks-IndexLocator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/ticks-IndexLocator.png -------------------------------------------------------------------------------- /figures/ticks-LinearLocator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/ticks-LinearLocator.png -------------------------------------------------------------------------------- /figures/ticks-LogLocator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/ticks-LogLocator.png -------------------------------------------------------------------------------- /figures/ticks-MinuteLocator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/ticks-MinuteLocator.png -------------------------------------------------------------------------------- /figures/ticks-MultipleLocator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/ticks-MultipleLocator.png -------------------------------------------------------------------------------- /figures/ticks-NullLocator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/ticks-NullLocator.png -------------------------------------------------------------------------------- /figures/ticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/figures/ticks.png -------------------------------------------------------------------------------- /reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/reset.css -------------------------------------------------------------------------------- /scripts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/.DS_Store -------------------------------------------------------------------------------- /scripts/aliased.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/aliased.py -------------------------------------------------------------------------------- /scripts/alpha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/alpha.py -------------------------------------------------------------------------------- /scripts/antialiased.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/antialiased.py -------------------------------------------------------------------------------- /scripts/axes-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/axes-2.py -------------------------------------------------------------------------------- /scripts/axes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/axes.py -------------------------------------------------------------------------------- /scripts/bad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/bad.py -------------------------------------------------------------------------------- /scripts/bar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/bar.py -------------------------------------------------------------------------------- /scripts/bar_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/bar_ex.py -------------------------------------------------------------------------------- /scripts/boxplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/boxplot.py -------------------------------------------------------------------------------- /scripts/check-installation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/check-installation.py -------------------------------------------------------------------------------- /scripts/color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/color.py -------------------------------------------------------------------------------- /scripts/colormaps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/colormaps.py -------------------------------------------------------------------------------- /scripts/contour.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/contour.py -------------------------------------------------------------------------------- /scripts/contour_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/contour_ex.py -------------------------------------------------------------------------------- /scripts/dash_capstyle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/dash_capstyle.py -------------------------------------------------------------------------------- /scripts/dash_joinstyle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/dash_joinstyle.py -------------------------------------------------------------------------------- /scripts/earthquakes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/earthquakes.py -------------------------------------------------------------------------------- /scripts/exercice_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/exercice_1.py -------------------------------------------------------------------------------- /scripts/exercice_10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/exercice_10.py -------------------------------------------------------------------------------- /scripts/exercice_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/exercice_2.py -------------------------------------------------------------------------------- /scripts/exercice_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/exercice_3.py -------------------------------------------------------------------------------- /scripts/exercice_4-bis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/exercice_4-bis.py -------------------------------------------------------------------------------- /scripts/exercice_4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/exercice_4.py -------------------------------------------------------------------------------- /scripts/exercice_5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/exercice_5.py -------------------------------------------------------------------------------- /scripts/exercice_6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/exercice_6.py -------------------------------------------------------------------------------- /scripts/exercice_7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/exercice_7.py -------------------------------------------------------------------------------- /scripts/exercice_8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/exercice_8.py -------------------------------------------------------------------------------- /scripts/exercice_9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/exercice_9.py -------------------------------------------------------------------------------- /scripts/good.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/good.py -------------------------------------------------------------------------------- /scripts/grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/grid.py -------------------------------------------------------------------------------- /scripts/grid_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/grid_ex.py -------------------------------------------------------------------------------- /scripts/gridspec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/gridspec.py -------------------------------------------------------------------------------- /scripts/imshow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/imshow.py -------------------------------------------------------------------------------- /scripts/imshow_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/imshow_ex.py -------------------------------------------------------------------------------- /scripts/linestyles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/linestyles.py -------------------------------------------------------------------------------- /scripts/linewidth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/linewidth.py -------------------------------------------------------------------------------- /scripts/markers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/markers.py -------------------------------------------------------------------------------- /scripts/mec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/mec.py -------------------------------------------------------------------------------- /scripts/mew.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/mew.py -------------------------------------------------------------------------------- /scripts/mfc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/mfc.py -------------------------------------------------------------------------------- /scripts/ms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/ms.py -------------------------------------------------------------------------------- /scripts/multiplot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/multiplot.py -------------------------------------------------------------------------------- /scripts/multiplot_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/multiplot_ex.py -------------------------------------------------------------------------------- /scripts/pie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/pie.py -------------------------------------------------------------------------------- /scripts/pie_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/pie_ex.py -------------------------------------------------------------------------------- /scripts/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/plot.py -------------------------------------------------------------------------------- /scripts/plot3d-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/plot3d-2.py -------------------------------------------------------------------------------- /scripts/plot3d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/plot3d.py -------------------------------------------------------------------------------- /scripts/plot3d_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/plot3d_ex.py -------------------------------------------------------------------------------- /scripts/plot_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/plot_ex.py -------------------------------------------------------------------------------- /scripts/polar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/polar.py -------------------------------------------------------------------------------- /scripts/polar_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/polar_ex.py -------------------------------------------------------------------------------- /scripts/quiver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/quiver.py -------------------------------------------------------------------------------- /scripts/quiver_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/quiver_ex.py -------------------------------------------------------------------------------- /scripts/rain-dynamic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/rain-dynamic.py -------------------------------------------------------------------------------- /scripts/rain-static.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/rain-static.py -------------------------------------------------------------------------------- /scripts/scatter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/scatter.py -------------------------------------------------------------------------------- /scripts/scatter_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/scatter_ex.py -------------------------------------------------------------------------------- /scripts/solid_capstyle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/solid_capstyle.py -------------------------------------------------------------------------------- /scripts/solid_joinstyle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/solid_joinstyle.py -------------------------------------------------------------------------------- /scripts/subplot-grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/subplot-grid.py -------------------------------------------------------------------------------- /scripts/subplot-horizontal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/subplot-horizontal.py -------------------------------------------------------------------------------- /scripts/subplot-vertical.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/subplot-vertical.py -------------------------------------------------------------------------------- /scripts/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/text.py -------------------------------------------------------------------------------- /scripts/text_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/text_ex.py -------------------------------------------------------------------------------- /scripts/ticks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/ticks.py -------------------------------------------------------------------------------- /scripts/ugly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rougier/matplotlib-tutorial/HEAD/scripts/ugly.py --------------------------------------------------------------------------------