[Python-modules-commits] [matplotlib] 11/20: merge patched-experimental into experimental

Sandro Tosi morph at moszumanska.debian.org
Sun Sep 25 21:54:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch experimental
in repository matplotlib.

commit 2a7cc81f9cd9a4b5b84cb45229dea271de4cd02f
Merge: d4d01f3 0c01a13
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Sep 10 18:23:40 2016 +0100

    merge patched-experimental into experimental

 .gitignore                                         |     1 +
 .mailmap                                           |     2 +
 .travis.yml                                        |    40 +-
 .travis/setup.cfg                                  |     2 +
 INSTALL                                            |    18 +-
 LICENSE/LICENSE_CONDA                              |    51 +
 README.rst                                         |    12 +-
 boilerplate.py                                     |     2 +-
 debian/.git-dpm                                    |     6 +-
 ...s800803-disable-the-GitHub-Fork-Me-ribbon.patch |     6 +-
 ...ont-use-the-Raleway-font-from-the-Google-.patch |     6 +-
 ...0803-remote-the-Google-Analytics-tracking.patch |     6 +-
 .../patches/20_matplotlibrc_path_search_fix.patch  |     8 +-
 .../70_bts720549_try_StayPuft_for_xkcd.patch       |     8 +-
 .../gtk3cairo_check_no-multiprocessing.patch       |     6 +-
 debian/patches/multiarch-tktcl.patch               |     6 +-
 doc/_static/contour_frontpage.png                  |   Bin 0 -> 14901 bytes
 doc/_static/histogram_frontpage.png                |   Bin 0 -> 3169 bytes
 doc/_static/membrane_frontpage.png                 |   Bin 0 -> 5872 bytes
 doc/_static/mpl.css                                |    55 +
 doc/_static/surface3d_frontpage.png                |   Bin 0 -> 20012 bytes
 doc/_static/toolbar.png                            |   Bin 5738 -> 12211 bytes
 doc/_templates/index.html                          |    20 +-
 doc/_templates/layout.html                         |     9 -
 doc/api/api_changes.rst                            |   323 +-
 doc/api/backend_qt5agg_api.rst                     |     9 +
 doc/api/backend_svg_api.rst                        |     7 +
 doc/api/index_backend_api.rst                      |     2 +
 doc/conf.py                                        |   123 +-
 doc/contents.rst                                   |     5 +-
 doc/devel/testing.rst                              |    32 +-
 doc/faq/index.rst                                  |     1 +
 doc/faq/installing_faq.rst                         |     7 +-
 doc/faq/osx_framework.rst                          |   130 +
 doc/faq/usage_faq.rst                              |    13 +-
 doc/faq/virtualenv_faq.rst                         |   100 +-
 doc/glossary/index.rst                             |     4 +-
 doc/make.py                                        |    36 +-
 doc/pyplots/README                                 |    10 -
 doc/pyplots/boxplot_demo.py                        |    92 +-
 doc/pyplots/plotmap.py                             |    52 +-
 doc/pyplots/pyplot_scales.py                       |    11 +-
 doc/pyplots/whats_new_98_4_fancy.py                |     2 +-
 doc/pyplots/whats_new_98_4_fill_between.py         |     7 +-
 doc/pyplots/whats_new_99_mplot3d.py                |    15 +-
 doc/sphinxext/gen_gallery.py                       |     3 +
 doc/sphinxext/gen_rst.py                           |     3 +
 doc/sphinxext/github.py                            |     6 +-
 doc/sphinxext/math_symbol_table.py                 |     3 +
 doc/style_changes.rst                              |    33 -
 doc/users/annotations.rst                          |   504 +
 doc/users/annotations_guide.rst                    |   419 -
 doc/users/annotations_intro.rst                    |    87 -
 doc/users/beginner.rst                             |    27 -
 doc/users/color_index.rst                          |    16 +
 doc/users/colors.rst                               |   112 +
 doc/users/configuration.rst                        |    20 -
 doc/users/customizing.rst                          |   108 +-
 doc/users/developer.rst                            |    23 -
 doc/users/dflt_style_changes.rst                   |   530 +
 doc/users/examples_index.rst                       |     8 +
 doc/users/github_stats.rst                         |  1519 +-
 doc/users/index.rst                                |    14 +-
 doc/users/index_text.rst                           |     6 +-
 doc/users/interactive.rst                          |    12 +
 doc/users/legend_guide.rst                         |     1 -
 doc/users/mathtext.rst                             |    23 +-
 doc/users/navigation_toolbar.rst                   |    28 +-
 doc/users/plotting/colormaps/grayscale.py          |    11 -
 doc/users/plotting/colormaps/lightness.py          |    11 -
 doc/users/plotting/examples/pgf_preamble.py        |     2 +-
 doc/users/prev_whats_new/whats_new_0.98.4.rst      |   285 +
 doc/users/prev_whats_new/whats_new_0.99.rst        |    60 +
 doc/users/prev_whats_new/whats_new_1.0.rst         |   134 +
 doc/users/prev_whats_new/whats_new_1.1.rst         |   209 +
 doc/users/prev_whats_new/whats_new_1.2.2.rst       |    22 +
 doc/users/prev_whats_new/whats_new_1.2.rst         |   203 +
 doc/users/prev_whats_new/whats_new_1.3.rst         |   372 +
 doc/users/prev_whats_new/whats_new_1.4.rst         |   419 +
 doc/users/prev_whats_new/whats_new_1.5.rst         |   731 +
 doc/users/screenshots.rst                          |    24 +-
 doc/users/shell.rst                                |     4 +
 doc/users/style_sheets.rst                         |    88 -
 doc/users/text_intro.rst                           |     2 +-
 doc/users/tutorials.rst                            |    45 +
 doc/users/whats_new.rst                            |  2506 +-
 examples/README.txt                                |     2 +-
 examples/api/collections_demo.py                   |    11 +-
 examples/api/colorbar_only.py                      |     6 +-
 examples/api/custom_projection_example.py          |     2 +-
 examples/api/custom_scale_example.py               |     5 +
 examples/api/demo_affine_image.py                  |    63 +-
 examples/api/filled_step.py                        |    15 +-
 examples/api/font_family_rc.py                     |     2 +-
 examples/api/histogram_path_demo.py                |     3 +-
 examples/api/image_zcoord.py                       |     2 +-
 examples/api/patch_collection.py                   |     2 +-
 examples/api/power_norm_demo.py                    |     7 +-
 examples/api/sankey_demo_basics.py                 |     6 +-
 examples/api/sankey_demo_links.py                  |     5 +-
 examples/api/sankey_demo_old.py                    |     2 +-
 examples/api/skewt.py                              |     6 +-
 examples/axes_grid/demo_curvelinear_grid.py        |     9 +-
 examples/axes_grid/inset_locator_demo.py           |     3 +
 examples/axes_grid/inset_locator_demo2.py          |     3 +
 examples/axes_grid/simple_axisline4.py             |     1 +
 examples/color/color_cycle_default.py              |    36 +
 examples/color/colormaps_reference.py              |     3 +-
 examples/color/named_colors.py                     |    40 +-
 examples/event_handling/keypress_demo.py           |     2 +-
 examples/event_handling/lasso_demo.py              |    10 +-
 examples/event_handling/looking_glass.py           |     1 +
 examples/event_handling/resample.py                |    20 +-
 examples/event_handling/test_mouseclicks.py        |     1 -
 examples/event_handling/trifinder_event_demo.py    |     2 +-
 examples/event_handling/viewlims.py                |     3 +-
 .../interpolation_methods.py                       |     3 +-
 .../interpolation_none_vs_nearest.py               |     3 +
 examples/lines_bars_and_markers/barh_demo.py       |     2 +-
 examples/lines_bars_and_markers/fill_demo.py       |     5 +-
 .../lines_bars_and_markers/fill_demo_features.py   |     2 +-
 .../line_demo_dash_control.py                      |     2 +-
 .../line_styles_reference.py                       |     2 +-
 examples/misc/font_indexing.py                     |     2 +-
 examples/misc/ftface_props.py                      |     3 +-
 examples/misc/image_thumbnail.py                   |     1 +
 examples/misc/longshort.py                         |    46 -
 examples/misc/multiprocess.py                      |     8 +-
 examples/misc/rc_traits.py                         |     1 +
 examples/mplot3d/lorenz_attractor.py               |     2 +-
 examples/mplot3d/polys3d_demo.py                   |     4 +-
 examples/mplot3d/quiver3d_demo.py                  |     2 +-
 examples/mplot3d/surface3d_demo3.py                |     2 +-
 examples/mplot3d/trisurf3d_demo.py                 |     2 +-
 examples/pie_and_polar_charts/pie_demo_features.py |    11 +-
 examples/pie_and_polar_charts/polar_bar_demo.py    |     2 +-
 examples/pylab_examples/anchored_artists.py        |     2 +-
 examples/pylab_examples/annotation_demo.py         |     4 +-
 examples/pylab_examples/annotation_demo2.py        |     2 +-
 examples/pylab_examples/arrow_demo.py              |     2 +-
 examples/pylab_examples/axes_demo.py               |     4 +-
 examples/pylab_examples/axes_props.py              |     2 +-
 examples/pylab_examples/axhspan_demo.py            |     6 +-
 examples/pylab_examples/bar_stacked.py             |     4 +-
 examples/pylab_examples/boxplot_demo2.py           |     1 +
 examples/pylab_examples/break.py                   |     6 -
 examples/pylab_examples/broken_axis.py             |     4 +-
 examples/pylab_examples/centered_ticklabels.py     |     2 +-
 examples/pylab_examples/cohere_demo.py             |     2 +-
 examples/pylab_examples/color_by_yvalue.py         |     2 +-
 examples/pylab_examples/color_demo.py              |    13 +-
 examples/pylab_examples/colours.py                 |     4 +-
 examples/pylab_examples/csd_demo.py                |    20 +-
 examples/pylab_examples/date_demo1.py              |    53 -
 examples/pylab_examples/date_demo2.py              |    47 -
 examples/pylab_examples/demo_annotation_box.py     |    40 +-
 examples/pylab_examples/demo_ribbon_box.py         |     2 +-
 examples/pylab_examples/demo_tight_layout.py       |    12 +-
 examples/pylab_examples/errorbar_limits.py         |     2 +-
 examples/pylab_examples/fancyarrow_demo.py         |     4 +-
 examples/pylab_examples/figimage_demo.py           |     4 +-
 examples/pylab_examples/figure_title.py            |     6 +-
 examples/pylab_examples/fill_betweenx_demo.py      |     6 +-
 examples/pylab_examples/finance_demo.py            |    36 -
 examples/pylab_examples/finance_work2.py           |   207 -
 examples/pylab_examples/font_table_ttf.py          |     4 +-
 examples/pylab_examples/fonts_demo.py              |     2 +-
 examples/pylab_examples/fonts_demo_kw.py           |     2 +-
 examples/pylab_examples/geo_demo.py                |    12 +-
 examples/pylab_examples/griddata_demo.py           |     4 +-
 examples/pylab_examples/hexbin_demo.py             |    23 +-
 examples/pylab_examples/hist_colormapped.py        |     2 +-
 examples/pylab_examples/image_masked.py            |    27 +-
 examples/pylab_examples/image_nonuniform.py        |    29 +-
 examples/pylab_examples/image_origin.py            |    19 +-
 examples/pylab_examples/image_slices_viewer.py     |     8 +-
 examples/pylab_examples/interp_demo.py             |     2 +-
 examples/pylab_examples/layer_images.py            |     2 +-
 examples/pylab_examples/leftventricle_bulleye.py   |     4 +-
 examples/pylab_examples/legend_demo2.py            |     4 +-
 examples/pylab_examples/legend_demo4.py            |     1 +
 examples/pylab_examples/legend_demo5.py            |     2 +-
 examples/pylab_examples/line_collection.py         |     5 +-
 examples/pylab_examples/logo.py                    |     4 +-
 examples/pylab_examples/masked_demo.py             |     2 +-
 examples/pylab_examples/mathtext_demo.py           |     2 +-
 examples/pylab_examples/mathtext_examples.py       |     2 +-
 examples/pylab_examples/matplotlib_icon.py         |    21 -
 examples/pylab_examples/movie_demo.py              |     2 +-
 examples/pylab_examples/multiline.py               |    10 +-
 examples/pylab_examples/multiple_figs_demo.py      |     2 +-
 examples/pylab_examples/newscalarformatter_demo.py |     9 +
 examples/pylab_examples/pcolor_demo.py             |     3 +-
 examples/pylab_examples/polar_demo.py              |     2 +-
 examples/pylab_examples/polar_legend.py            |     3 +-
 examples/pylab_examples/psd_demo3.py               |    43 +-
 examples/pylab_examples/psd_demo_complex.py        |    54 +-
 examples/pylab_examples/quadmesh_demo.py           |     8 +-
 examples/pylab_examples/quiver_demo.py             |    17 +-
 examples/pylab_examples/specgram_demo.py           |     3 +-
 examples/pylab_examples/spectrum_demo.py           |     3 +
 examples/pylab_examples/stem_plot.py               |     1 -
 examples/pylab_examples/stock_demo.py              |     2 +-
 examples/pylab_examples/subplots_demo.py           |    12 +-
 examples/pylab_examples/symlog_demo.py             |     2 +
 examples/pylab_examples/system_monitor.py          |    20 +-
 examples/pylab_examples/text_handles.py            |     4 +-
 examples/pylab_examples/tricontour_vs_griddata.py  |     6 +-
 examples/pylab_examples/triinterp_demo.py          |    12 +-
 examples/pylab_examples/tripcolor_demo.py          |     4 +-
 examples/pylab_examples/triplot_demo.py            |     4 +-
 examples/pylab_examples/usetex_demo.py             |    10 +-
 examples/pylab_examples/vline_hline_demo.py        |     4 +-
 examples/pylab_examples/xcorr_demo.py              |     3 +
 examples/scales/scales.py                          |    12 +-
 examples/showcase/bachelors_degrees_by_gender.py   |    21 +-
 examples/specialty_plots/advanced_hillshading.py   |    10 +-
 examples/statistics/boxplot_demo.py                |     4 +-
 examples/statistics/bxp_demo.py                    |     4 +-
 examples/statistics/errorbar_limits.py             |    12 +-
 examples/statistics/errorbars_and_boxes.py         |    48 +
 examples/statistics/histogram_demo_cumulative.py   |     1 -
 examples/statistics/histogram_demo_features.py     |     4 +-
 examples/style_sheets/plot_dark_background.py      |     2 +-
 examples/style_sheets/plot_fivethirtyeight.py      |     3 +
 examples/style_sheets/plot_ggplot.py               |     9 +-
 examples/style_sheets/plot_grayscale.py            |     2 +-
 examples/subplots_axes_and_figures/subplot_demo.py |     4 +-
 examples/tests/backend_driver.py                   |     5 +-
 .../text_labels_and_annotations/rainbow_text.py    |     6 +-
 examples/units/units_scatter.py                    |    19 +-
 examples/user_interfaces/README.txt                |     4 +-
 examples/user_interfaces/embedding_in_wx3.py       |     2 +-
 examples/widgets/cursor.py                         |     2 +-
 examples/widgets/menu.py                           |     4 +-
 examples/widgets/radio_buttons.py                  |     6 +-
 examples/widgets/slider_demo.py                    |     6 +-
 examples/widgets/span_selector.py                  |     2 +-
 .../agg24-svn/include/agg_span_image_filter_gray.h |     2 +-
 extern/ttconv/ttutil.cpp                           |     2 +-
 lib/matplotlib/__init__.py                         |   139 +-
 lib/matplotlib/_cm.py                              |  1654 +-
 lib/matplotlib/_color_data.py                      |  1130 +
 lib/matplotlib/_mathtext_data.py                   |   470 +-
 lib/matplotlib/_pylab_helpers.py                   |     2 +-
 lib/matplotlib/_version.py                         |     4 +-
 lib/matplotlib/afm.py                              |     8 +-
 lib/matplotlib/animation.py                        |    21 +-
 lib/matplotlib/artist.py                           |   192 +-
 lib/matplotlib/axes/_axes.py                       |   707 +-
 lib/matplotlib/axes/_base.py                       |   345 +-
 lib/matplotlib/axes/_subplots.py                   |     4 +-
 lib/matplotlib/axis.py                             |    88 +-
 lib/matplotlib/backend_bases.py                    |   109 +-
 lib/matplotlib/backend_managers.py                 |     2 +-
 lib/matplotlib/backend_tools.py                    |     5 +-
 lib/matplotlib/backends/Matplotlib.nib/classes.nib |    59 -
 lib/matplotlib/backends/Matplotlib.nib/info.nib    |    16 -
 .../backends/Matplotlib.nib/keyedobjects.nib       |  1225 -
 lib/matplotlib/backends/__init__.py                |     2 +-
 lib/matplotlib/backends/backend_agg.py             |    90 +-
 lib/matplotlib/backends/backend_cairo.py           |    49 +-
 lib/matplotlib/backends/backend_cocoaagg.py        |   306 -
 lib/matplotlib/backends/backend_gdk.py             |    28 +-
 lib/matplotlib/backends/backend_gtk.py             |    33 +-
 lib/matplotlib/backends/backend_gtk3.py            |   176 +-
 lib/matplotlib/backends/backend_gtk3agg.py         |     2 +-
 lib/matplotlib/backends/backend_gtk3cairo.py       |     2 +-
 lib/matplotlib/backends/backend_gtkagg.py          |     4 +-
 lib/matplotlib/backends/backend_gtkcairo.py        |     2 +-
 lib/matplotlib/backends/backend_macosx.py          |   299 +-
 lib/matplotlib/backends/backend_mixed.py           |    17 +-
 lib/matplotlib/backends/backend_nbagg.py           |     2 +-
 lib/matplotlib/backends/backend_pdf.py             |   127 +-
 lib/matplotlib/backends/backend_pgf.py             |    69 +-
 lib/matplotlib/backends/backend_ps.py              |   102 +-
 lib/matplotlib/backends/backend_qt4.py             |     9 +-
 lib/matplotlib/backends/backend_qt4agg.py          |     4 +-
 lib/matplotlib/backends/backend_qt5.py             |    97 +-
 lib/matplotlib/backends/backend_qt5agg.py          |    45 +-
 lib/matplotlib/backends/backend_svg.py             |   232 +-
 lib/matplotlib/backends/backend_template.py        |     2 +-
 lib/matplotlib/backends/backend_tkagg.py           |    18 +-
 lib/matplotlib/backends/backend_webagg.py          |     2 +-
 lib/matplotlib/backends/backend_webagg_core.py     |    43 +-
 lib/matplotlib/backends/backend_wx.py              |    19 +-
 lib/matplotlib/backends/backend_wxagg.py           |     2 +-
 lib/matplotlib/backends/qt_compat.py               |     6 +-
 lib/matplotlib/backends/qt_editor/figureoptions.py |   200 +-
 lib/matplotlib/backends/qt_editor/formlayout.py    |    82 +-
 lib/matplotlib/backends/tkagg.py                   |     4 +-
 lib/matplotlib/backends/web_backend/mpl.js         |    30 +-
 lib/matplotlib/backends/web_backend/nbagg_mpl.js   |     6 +-
 lib/matplotlib/backends/windowing.py               |     2 +-
 lib/matplotlib/backends/wx_compat.py               |     2 +-
 lib/matplotlib/bezier.py                           |     2 +-
 lib/matplotlib/blocking_input.py                   |     2 +-
 lib/matplotlib/cbook.py                            |   101 +-
 lib/matplotlib/cm.py                               |    21 +-
 lib/matplotlib/collections.py                      |   216 +-
 lib/matplotlib/colorbar.py                         |     9 +-
 lib/matplotlib/colors.py                           |   600 +-
 lib/matplotlib/compat/subprocess.py                |    62 +-
 lib/matplotlib/container.py                        |     2 +-
 lib/matplotlib/contour.py                          |    12 +-
 lib/matplotlib/dates.py                            |   102 +-
 lib/matplotlib/delaunay/__init__.py                |     2 +-
 lib/matplotlib/delaunay/interpolate.py             |     2 +-
 lib/matplotlib/delaunay/testfuncs.py               |     4 +-
 lib/matplotlib/delaunay/triangulate.py             |     4 +-
 lib/matplotlib/docstring.py                        |     2 +-
 lib/matplotlib/dviread.py                          |     4 +-
 lib/matplotlib/externals/__init__.py               |     1 -
 lib/matplotlib/externals/six.py                    |   838 -
 lib/matplotlib/figure.py                           |    86 +-
 lib/matplotlib/finance.py                          |    53 +-
 lib/matplotlib/font_manager.py                     |    72 +-
 lib/matplotlib/fontconfig_pattern.py               |     2 +-
 lib/matplotlib/gridspec.py                         |    12 +-
 lib/matplotlib/hatch.py                            |     4 +-
 lib/matplotlib/image.py                            |  1031 +-
 lib/matplotlib/legend.py                           |    48 +-
 lib/matplotlib/legend_handler.py                   |     6 +-
 lib/matplotlib/lines.py                            |   158 +-
 lib/matplotlib/markers.py                          |    52 +-
 lib/matplotlib/mathtext.py                         |   521 +-
 lib/matplotlib/mlab.py                             |    20 +-
 lib/matplotlib/mpl-data/fonts/ttf/COPYRIGHT.TXT    |   124 -
 .../mpl-data/fonts/ttf/DejaVuSans-Bold.ttf         |   Bin 0 -> 704128 bytes
 .../mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf  |   Bin 0 -> 641720 bytes
 .../mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf      |   Bin 0 -> 633840 bytes
 lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf   |   Bin 0 -> 756072 bytes
 .../mpl-data/fonts/ttf/DejaVuSansDisplay.ttf       |   Bin 0 -> 25712 bytes
 .../mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf     |   Bin 0 -> 331536 bytes
 .../fonts/ttf/DejaVuSansMono-BoldOblique.ttf       |   Bin 0 -> 253116 bytes
 .../mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf  |   Bin 0 -> 251472 bytes
 .../mpl-data/fonts/ttf/DejaVuSansMono.ttf          |   Bin 0 -> 340240 bytes
 .../mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf        |   Bin 0 -> 355692 bytes
 .../mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf  |   Bin 0 -> 347064 bytes
 .../mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf      |   Bin 0 -> 345612 bytes
 lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf  |   Bin 0 -> 379740 bytes
 .../mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf      |   Bin 0 -> 14300 bytes
 lib/matplotlib/mpl-data/fonts/ttf/LICENSE_DEJAVU   |    99 +
 lib/matplotlib/mpl-data/fonts/ttf/README.TXT       |    11 -
 lib/matplotlib/mpl-data/fonts/ttf/RELEASENOTES.TXT |   162 -
 lib/matplotlib/mpl-data/fonts/ttf/Vera.ttf         |   Bin 65932 -> 0 bytes
 lib/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf       |   Bin 63208 -> 0 bytes
 lib/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf       |   Bin 58716 -> 0 bytes
 lib/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf       |   Bin 63684 -> 0 bytes
 lib/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf     |   Bin 55032 -> 0 bytes
 lib/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf     |   Bin 49052 -> 0 bytes
 lib/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf     |   Bin 54508 -> 0 bytes
 lib/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf     |   Bin 49224 -> 0 bytes
 lib/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf       |   Bin 60280 -> 0 bytes
 lib/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf     |   Bin 58736 -> 0 bytes
 lib/matplotlib/mpl-data/fonts/ttf/local.conf       |     6 +-
 lib/matplotlib/mpl-data/images/back.gif            |   Bin 0 -> 608 bytes
 lib/matplotlib/mpl-data/images/back.pdf            |   Bin 4586 -> 1623 bytes
 lib/matplotlib/mpl-data/images/back.png            |   Bin 1465 -> 380 bytes
 lib/matplotlib/mpl-data/images/back.ppm            |    10 -
 lib/matplotlib/mpl-data/images/back.svg            |   109 +-
 lib/matplotlib/mpl-data/images/back.xpm            |   160 -
 lib/matplotlib/mpl-data/images/back_large.gif      |   Bin 0 -> 799 bytes
 lib/matplotlib/mpl-data/images/back_large.png      |   Bin 0 -> 620 bytes
 lib/matplotlib/mpl-data/images/filesave.gif        |   Bin 0 -> 723 bytes
 lib/matplotlib/mpl-data/images/filesave.pdf        |   Bin 10398 -> 1734 bytes
 lib/matplotlib/mpl-data/images/filesave.png        |   Bin 1121 -> 458 bytes
 lib/matplotlib/mpl-data/images/filesave.ppm        |   Bin 1741 -> 0 bytes
 lib/matplotlib/mpl-data/images/filesave.svg        |   514 +-
 lib/matplotlib/mpl-data/images/filesave.xpm        |   332 -
 lib/matplotlib/mpl-data/images/filesave_large.gif  |   Bin 0 -> 1498 bytes
 lib/matplotlib/mpl-data/images/filesave_large.png  |   Bin 0 -> 720 bytes
 lib/matplotlib/mpl-data/images/forward.gif         |   Bin 0 -> 590 bytes
 lib/matplotlib/mpl-data/images/forward.pdf         |   Bin 4611 -> 1630 bytes
 lib/matplotlib/mpl-data/images/forward.png         |   Bin 1462 -> 357 bytes
 lib/matplotlib/mpl-data/images/forward.ppm         |    10 -
 lib/matplotlib/mpl-data/images/forward.svg         |   109 +-
 lib/matplotlib/mpl-data/images/forward.xpm         |   154 -
 lib/matplotlib/mpl-data/images/forward_large.gif   |   Bin 0 -> 786 bytes
 lib/matplotlib/mpl-data/images/forward_large.png   |   Bin 0 -> 593 bytes
 lib/matplotlib/mpl-data/images/hand.gif            |   Bin 0 -> 1267 bytes
 lib/matplotlib/mpl-data/images/hand.ppm            |     4 -
 lib/matplotlib/mpl-data/images/hand.xpm            |   148 -
 lib/matplotlib/mpl-data/images/hand_large.gif      |   Bin 0 -> 973 bytes
 lib/matplotlib/mpl-data/images/home.gif            |   Bin 0 -> 666 bytes
 lib/matplotlib/mpl-data/images/home.pdf            |   Bin 15148 -> 1737 bytes
 lib/matplotlib/mpl-data/images/home.png            |   Bin 1338 -> 468 bytes
 lib/matplotlib/mpl-data/images/home.ppm            |     4 -
 lib/matplotlib/mpl-data/images/home.svg            |   395 +-
 lib/matplotlib/mpl-data/images/home.xpm            |   267 -
 lib/matplotlib/mpl-data/images/home_large.gif      |   Bin 0 -> 1422 bytes
 lib/matplotlib/mpl-data/images/home_large.png      |   Bin 0 -> 790 bytes
 lib/matplotlib/mpl-data/images/matplotlib.gif      |   Bin 1508 -> 0 bytes
 lib/matplotlib/mpl-data/images/matplotlib.pdf      |   Bin 1293 -> 22852 bytes
 lib/matplotlib/mpl-data/images/matplotlib.png      |   Bin 2139 -> 1283 bytes
 lib/matplotlib/mpl-data/images/matplotlib.ppm      |   Bin 0 -> 1741 bytes
 lib/matplotlib/mpl-data/images/matplotlib.svg      |  3245 +-
 .../mpl-data/images/matplotlib_large.png           |   Bin 0 -> 3088 bytes
 lib/matplotlib/mpl-data/images/move.gif            |   Bin 0 -> 679 bytes
 lib/matplotlib/mpl-data/images/move.pdf            |   Bin 1541 -> 1867 bytes
 lib/matplotlib/mpl-data/images/move.png            |   Bin 713 -> 481 bytes
 lib/matplotlib/mpl-data/images/move.ppm            |     4 -
 lib/matplotlib/mpl-data/images/move.svg            |   247 +-
 lib/matplotlib/mpl-data/images/move.xpm            |    56 -
 lib/matplotlib/mpl-data/images/move_large.gif      |   Bin 0 -> 951 bytes
 lib/matplotlib/mpl-data/images/move_large.png      |   Bin 0 -> 767 bytes
 .../mpl-data/images/qt4_editor_options.pdf         |   Bin 1115 -> 1568 bytes
 .../mpl-data/images/qt4_editor_options.png         |   Bin 905 -> 380 bytes
 .../mpl-data/images/qt4_editor_options.svg         |   150 +-
 .../mpl-data/images/qt4_editor_options_large.png   |   Bin 0 -> 619 bytes
 lib/matplotlib/mpl-data/images/stock_close.ppm     |   Bin 826 -> 0 bytes
 lib/matplotlib/mpl-data/images/stock_close.xpm     |    21 -
 lib/matplotlib/mpl-data/images/stock_down.ppm      |   Bin 826 -> 0 bytes
 lib/matplotlib/mpl-data/images/stock_down.xpm      |    44 -
 lib/matplotlib/mpl-data/images/stock_left.ppm      |   Bin 826 -> 0 bytes
 lib/matplotlib/mpl-data/images/stock_left.xpm      |    45 -
 lib/matplotlib/mpl-data/images/stock_refresh.ppm   |   Bin 826 -> 0 bytes
 lib/matplotlib/mpl-data/images/stock_refresh.xpm   |    35 -
 lib/matplotlib/mpl-data/images/stock_right.ppm     |   Bin 826 -> 0 bytes
 lib/matplotlib/mpl-data/images/stock_right.xpm     |    44 -
 lib/matplotlib/mpl-data/images/stock_save_as.ppm   |   Bin 826 -> 0 bytes
 lib/matplotlib/mpl-data/images/stock_save_as.xpm   |   130 -
 lib/matplotlib/mpl-data/images/stock_up.ppm        |   Bin 826 -> 0 bytes
 lib/matplotlib/mpl-data/images/stock_up.xpm        |    45 -
 lib/matplotlib/mpl-data/images/stock_zoom-in.ppm   |   Bin 826 -> 0 bytes
 lib/matplotlib/mpl-data/images/stock_zoom-in.xpm   |    61 -
 lib/matplotlib/mpl-data/images/stock_zoom-out.ppm  |   Bin 826 -> 0 bytes
 lib/matplotlib/mpl-data/images/stock_zoom-out.xpm  |    59 -
 lib/matplotlib/mpl-data/images/subplots.gif        |   Bin 0 -> 691 bytes
 lib/matplotlib/mpl-data/images/subplots.pdf        |   Bin 6060 -> 1714 bytes
 lib/matplotlib/mpl-data/images/subplots.png        |   Bin 2713 -> 445 bytes
 lib/matplotlib/mpl-data/images/subplots.ppm        |   Bin 1741 -> 0 bytes
 lib/matplotlib/mpl-data/images/subplots.svg        |   164 +-
 lib/matplotlib/mpl-data/images/subplots.xpm        |   150 -
 lib/matplotlib/mpl-data/images/subplots_large.gif  |   Bin 0 -> 1350 bytes
 lib/matplotlib/mpl-data/images/subplots_large.png  |   Bin 0 -> 662 bytes
 lib/matplotlib/mpl-data/images/zoom_to_rect.gif    |   Bin 0 -> 696 bytes
 lib/matplotlib/mpl-data/images/zoom_to_rect.pdf    |   Bin 6779 -> 1609 bytes
 lib/matplotlib/mpl-data/images/zoom_to_rect.png    |   Bin 1233 -> 530 bytes
 lib/matplotlib/mpl-data/images/zoom_to_rect.ppm    |     4 -
 lib/matplotlib/mpl-data/images/zoom_to_rect.svg    |   265 +-
 lib/matplotlib/mpl-data/images/zoom_to_rect.xpm    |   271 -
 .../mpl-data/images/zoom_to_rect_large.gif         |   Bin 0 -> 1456 bytes
 .../mpl-data/images/zoom_to_rect_large.png         |   Bin 0 -> 1016 bytes
 .../mpl-data/sample_data/None_vs_nearest-pdf.png   |   Bin 130577 -> 106228 bytes
 lib/matplotlib/mpl-data/stylelib/bmh.mplstyle      |     6 +
 lib/matplotlib/mpl-data/stylelib/classic.mplstyle  |    65 +-
 .../mpl-data/stylelib/fivethirtyeight.mplstyle     |     4 +-
 .../mpl-data/stylelib/seaborn-dark.mplstyle        |     2 +-
 .../mpl-data/stylelib/seaborn-darkgrid.mplstyle    |     2 +-
 .../mpl-data/stylelib/seaborn-ticks.mplstyle       |     2 +-
 .../mpl-data/stylelib/seaborn-white.mplstyle       |     2 +-
 .../mpl-data/stylelib/seaborn-whitegrid.mplstyle   |     2 +-
 lib/matplotlib/mpl-data/stylelib/seaborn.mplstyle  |    57 +
 lib/matplotlib/offsetbox.py                        |    34 +-
 lib/matplotlib/patches.py                          |   157 +-
 lib/matplotlib/path.py                             |    44 +-
 lib/matplotlib/patheffects.py                      |    11 +-
 lib/matplotlib/projections/__init__.py             |     2 +-
 lib/matplotlib/projections/geo.py                  |     4 +-
 lib/matplotlib/projections/polar.py                |     2 +-
 lib/matplotlib/pylab.py                            |     2 +-
 lib/matplotlib/pyplot.py                           |    55 +-
 lib/matplotlib/quiver.py                           |    16 +-
 lib/matplotlib/rcsetup.py                          |   368 +-
 lib/matplotlib/sankey.py                           |    19 +-
 lib/matplotlib/scale.py                            |     8 +-
 lib/matplotlib/sphinxext/mathmpl.py                |     5 +-
 lib/matplotlib/sphinxext/only_directives.py        |     5 +-
 lib/matplotlib/sphinxext/plot_directive.py         |     7 +-
 lib/matplotlib/sphinxext/tests/test_tinypages.py   |     4 +-
 lib/matplotlib/spines.py                           |     2 +-
 lib/matplotlib/stackplot.py                        |    25 +-
 lib/matplotlib/streamplot.py                       |    14 +-
 lib/matplotlib/style/core.py                       |    43 +-
 lib/matplotlib/table.py                            |     4 +-
 lib/matplotlib/testing/__init__.py                 |    15 +-
 lib/matplotlib/testing/compare.py                  |    20 +-
 lib/matplotlib/testing/decorators.py               |    95 +-
 lib/matplotlib/testing/disable_internet.py         |     2 +-
 lib/matplotlib/testing/jpl_units/Duration.py       |     2 +-
 lib/matplotlib/testing/jpl_units/Epoch.py          |     2 +-
 lib/matplotlib/testing/jpl_units/EpochConverter.py |     2 +-
 lib/matplotlib/testing/jpl_units/StrConverter.py   |     4 +-
 lib/matplotlib/testing/jpl_units/UnitDbl.py        |     2 +-
 .../testing/jpl_units/UnitDblConverter.py          |     2 +-
 .../testing/jpl_units/UnitDblFormatter.py          |     2 +-
 lib/matplotlib/testing/jpl_units/__init__.py       |     2 +-
 lib/matplotlib/testing/noseclasses.py              |     2 +-
 lib/matplotlib/tests/__init__.py                   |     2 +-
 .../tests/baseline_images/test_agg/agg_filter.png  |   Bin 0 -> 41387 bytes
 .../test_arrow_patches/boxarrow_test_image.png     |   Bin 42624 -> 41650 bytes
 .../fancyarrow_dpi_cor_100dpi.png                  |   Bin 0 -> 5310 bytes
 .../fancyarrow_dpi_cor_200dpi.png                  |   Bin 0 -> 11451 bytes
 .../test_arrow_patches/fancyarrow_test_image.svg   |  1503 +-
 .../test_artist/clip_path_clipping.pdf             |   Bin 7169 -> 4382 bytes
 .../test_artist/clip_path_clipping.png             |   Bin 51860 -> 53509 bytes
 .../test_artist/clip_path_clipping.svg             |  1890 +-
 .../baseline_images/test_artist/default_edges.png  |   Bin 0 -> 22431 bytes
 .../test_axes/angle_spectrum_freqs.png             |   Bin 17182 -> 17289 bytes
 .../test_axes/angle_spectrum_noise.png             |   Bin 33417 -> 33532 bytes
 .../baseline_images/test_axes/arc_ellipse.png      |   Bin 23537 -> 23628 bytes
 .../baseline_images/test_axes/arc_ellipse.svg      |  1767 +-
 .../baseline_images/test_axes/auto_numticks.png    |   Bin 0 -> 21723 bytes
 .../test_axes/autoscale_tiny_range.pdf             |   Bin 2266 -> 2332 bytes
 .../test_axes/autoscale_tiny_range.png             |   Bin 13255 -> 13402 bytes
 .../test_axes/autoscale_tiny_range.svg             |   641 +-
 .../baseline_images/test_axes/axhspan_epoch.pdf    |   Bin 8550 -> 8538 bytes
 .../baseline_images/test_axes/axhspan_epoch.png    |   Bin 20802 -> 20492 bytes
 .../baseline_images/test_axes/axhspan_epoch.svg    |   947 +-
 .../tests/baseline_images/test_axes/axisbelow.png  |   Bin 0 -> 33841 bytes
 .../baseline_images/test_axes/axvspan_epoch.pdf    |   Bin 8536 -> 8521 bytes
 .../baseline_images/test_axes/axvspan_epoch.png    |   Bin 13308 -> 13027 bytes
 .../baseline_images/test_axes/axvspan_epoch.svg    |   959 +-
 .../test_axes/bar_tick_label_multiple.png          |   Bin 8246 -> 8097 bytes
 .../test_axes/bar_tick_label_single.png            |   Bin 8936 -> 8704 bytes
 .../baseline_images/test_axes/barh_tick_label.png  |   Bin 6405 -> 6344 bytes
 .../tests/baseline_images/test_axes/boxplot.pdf    |   Bin 5255 -> 5822 bytes
 .../tests/baseline_images/test_axes/boxplot.png    |   Bin 10860 -> 10837 bytes
 .../tests/baseline_images/test_axes/boxplot.svg    |   600 +-
 .../test_axes/boxplot_autorange_false_whiskers.png |   Bin 6516 -> 6478 bytes
 .../test_axes/boxplot_autorange_true_whiskers.png  |   Bin 6890 -> 5986 bytes
 .../boxplot_mod_artists_after_plotting.png         |   Bin 1529 -> 1269 bytes
 .../test_axes/boxplot_no_inverted_whisker.png      |   Bin 1775 -> 1441 bytes
 .../test_axes/boxplot_rc_parameters.pdf            |   Bin 8025 -> 3280 bytes
 .../test_axes/boxplot_rc_parameters.png            |   Bin 9164 -> 8588 bytes
 .../test_axes/boxplot_rc_parameters.svg            |  1396 +-
 .../baseline_images/test_axes/boxplot_sym.png      |   Bin 1735 -> 1299 bytes
 .../baseline_images/test_axes/boxplot_sym2.png     |   Bin 5514 -> 5453 bytes
 .../test_axes/boxplot_with_CIarray.png             |   Bin 2492 -> 2307 bytes
 .../baseline_images/test_axes/bxp_baseline.png     |   Bin 3865 -> 2846 bytes
 .../baseline_images/test_axes/bxp_custombox.png    |   Bin 3212 -> 2673 bytes
 .../baseline_images/test_axes/bxp_customcap.png    |   Bin 2574 -> 2098 bytes
 .../baseline_images/test_axes/bxp_custommedian.png |   Bin 2032 -> 2013 bytes
 .../test_axes/bxp_customoutlier.png                |   Bin 2159 -> 1971 bytes
 .../test_axes/bxp_custompatchartist.png            |   Bin 3964 -> 10971 bytes
 .../test_axes/bxp_custompositions.png              |   Bin 2044 -> 1968 bytes
 .../test_axes/bxp_customwhisker.png                |   Bin 2066 -> 2077 bytes
 .../baseline_images/test_axes/bxp_customwidths.png |   Bin 2238 -> 2053 bytes
 .../baseline_images/test_axes/bxp_horizontal.png   |   Bin 2161 -> 2570 bytes
 .../tests/baseline_images/test_axes/bxp_nobox.png  |   Bin 1859 -> 1851 bytes
 .../tests/baseline_images/test_axes/bxp_nocaps.png |   Bin 1888 -> 1881 bytes
 .../baseline_images/test_axes/bxp_patchartist.png  |   Bin 1919 -> 1976 bytes
 .../test_axes/bxp_precentilewhis.png               |   Bin 3856 -> 3192 bytes
 .../baseline_images/test_axes/bxp_rangewhis.png    |   Bin 3802 -> 2382 bytes
 .../baseline_images/test_axes/bxp_scalarwidth.png  |   Bin 2049 -> 1955 bytes
 .../baseline_images/test_axes/bxp_with_xlabels.png |   Bin 3948 -> 2914 bytes
 .../baseline_images/test_axes/bxp_with_ylabels.png |   Bin 3435 -> 3356 bytes
 .../test_axes/bxp_withmean_custompoint.png         |   Bin 2159 -> 2187 bytes
 .../test_axes/bxp_withmean_line.png                |   Bin 2096 -> 2168 bytes
 .../test_axes/bxp_withmean_point.png               |   Bin 2174 -> 2150 bytes
 .../baseline_images/test_axes/bxp_withnotch.png    |   Bin 5119 -> 4869 bytes
 .../tests/baseline_images/test_axes/canonical.pdf  |   Bin 5185 -> 5196 bytes
 .../tests/baseline_images/test_axes/canonical.png  |   Bin 17907 -> 17769 bytes
 .../tests/baseline_images/test_axes/canonical.svg  |   421 +-
 .../tests/baseline_images/test_axes/const_xy.pdf   |   Bin 8474 -> 8453 bytes
 .../tests/baseline_images/test_axes/const_xy.png   |   Bin 32523 -> 32172 bytes
 .../tests/baseline_images/test_axes/const_xy.svg   |  1243 +-
 .../baseline_images/test_axes/contour_colorbar.pdf |   Bin 155438 -> 111921 bytes
 .../baseline_images/test_axes/contour_colorbar.png |   Bin 160694 -> 161094 bytes
 .../baseline_images/test_axes/contour_colorbar.svg | 36219 +++++++++----------
 .../baseline_images/test_axes/contour_hatching.pdf |   Bin 56926 -> 43183 bytes
 .../baseline_images/test_axes/contour_hatching.png |   Bin 62847 -> 66233 bytes
 .../baseline_images/test_axes/contour_hatching.svg | 12827 ++++---
 .../tests/baseline_images/test_axes/csd_freqs.png  |   Bin 41052 -> 41046 bytes
 .../tests/baseline_images/test_axes/csd_noise.png  |   Bin 55005 -> 54980 bytes
 .../baseline_images/test_axes/dash_offset.pdf      |   Bin 0 -> 8858 bytes
 .../baseline_images/test_axes/dash_offset.png      |   Bin 0 -> 8692 bytes
 .../baseline_images/test_axes/dash_offset.svg      |  2874 ++
 .../baseline_images/test_axes/date_timezone_x.png  |   Bin 41983 -> 41870 bytes
 .../test_axes/date_timezone_x_and_y.png            |   Bin 92003 -> 91189 bytes
 .../baseline_images/test_axes/date_timezone_y.png  |   Bin 87659 -> 86711 bytes
 .../baseline_images/test_axes/errorbar_basic.pdf   |   Bin 12606 -> 13066 bytes
 .../baseline_images/test_axes/errorbar_basic.png   |   Bin 28040 -> 27610 bytes
 .../baseline_images/test_axes/errorbar_basic.svg   |  1605 +-
 .../baseline_images/test_axes/errorbar_limits.pdf  |   Bin 14410 -> 17337 bytes
 .../baseline_images/test_axes/errorbar_limits.png  |   Bin 37889 -> 37128 bytes
 .../baseline_images/test_axes/errorbar_limits.svg  |  2468 +-
 .../baseline_images/test_axes/errorbar_mixed.pdf   |   Bin 17559 -> 20170 bytes
 .../baseline_images/test_axes/errorbar_mixed.png   |   Bin 48669 -> 48526 bytes
 .../baseline_images/test_axes/errorbar_mixed.svg   |  2725 +-
 .../baseline_images/test_axes/errorbar_zorder.pdf  |   Bin 10797 -> 10997 bytes
 .../baseline_images/test_axes/errorbar_zorder.png  |   Bin 16473 -> 16287 bytes
 .../baseline_images/test_axes/errorbar_zorder.svg  |  1350 +-
 .../tests/baseline_images/test_axes/eventplot.pdf  |   Bin 191210 -> 9450 bytes
 .../tests/baseline_images/test_axes/eventplot.png  |   Bin 23945 -> 11968 bytes
 .../tests/baseline_images/test_axes/eventplot.svg  |  7098 ++--
 .../test_axes/fill_between_interpolate.pdf         |   Bin 12102 -> 5143 bytes
 .../test_axes/fill_between_interpolate.png         |   Bin 33786 -> 33519 bytes
 .../test_axes/fill_between_interpolate.svg         |  1978 +-
 .../tests/baseline_images/test_axes/fill_units.png |   Bin 23726 -> 23578 bytes
 .../test_axes/formatter_large_small.pdf            |   Bin 7331 -> 7305 bytes
 .../test_axes/formatter_large_small.png            |   Bin 23651 -> 23277 bytes
 .../test_axes/formatter_large_small.svg            |   790 +-
 .../test_axes/formatter_ticker_001.pdf             |   Bin 7309 -> 7320 bytes
 .../test_axes/formatter_ticker_001.png             |   Bin 13358 -> 13120 bytes
 .../test_axes/formatter_ticker_001.svg             |   708 +-
 .../test_axes/formatter_ticker_002.pdf             |   Bin 9544 -> 9565 bytes
 .../test_axes/formatter_ticker_002.png             |   Bin 26583 -> 26378 bytes
 .../test_axes/formatter_ticker_002.svg             |  1089 +-
 .../test_axes/formatter_ticker_003.pdf             |   Bin 9544 -> 9565 bytes
 .../test_axes/formatter_ticker_003.png             |   Bin 26788 -> 26566 bytes
 .../test_axes/formatter_ticker_003.svg             |  1089 +-
 .../test_axes/formatter_ticker_004.pdf             |   Bin 8501 -> 8519 bytes
 .../test_axes/formatter_ticker_004.png             |   Bin 35363 -> 35133 bytes
 .../test_axes/formatter_ticker_004.svg             |   976 +-
 .../test_axes/formatter_ticker_005.pdf             |   Bin 8500 -> 8517 bytes
 .../test_axes/formatter_ticker_005.png             |   Bin 35471 -> 35204 bytes
 .../test_axes/formatter_ticker_005.svg             |   976 +-
 .../baseline_images/test_axes/hexbin_extent.png    |   Bin 14817 -> 14785 bytes
 .../tests/baseline_images/test_axes/hexbin_log.png |   Bin 98370 -> 98178 bytes
 .../tests/baseline_images/test_axes/hist2d.pdf     |   Bin 14291 -> 8618 bytes
 .../tests/baseline_images/test_axes/hist2d.png     |   Bin 8222 -> 8183 bytes
 .../tests/baseline_images/test_axes/hist2d.svg     |   504 +-
 .../baseline_images/test_axes/hist2d_transpose.pdf |   Bin 10619 -> 8940 bytes
 .../baseline_images/test_axes/hist2d_transpose.png |   Bin 8743 -> 8677 bytes
 .../baseline_images/test_axes/hist2d_transpose.svg |   572 +-
 .../baseline_images/test_axes/hist_bar_empty.png   |   Bin 4031 -> 3968 bytes
 .../tests/baseline_images/test_axes/hist_log.pdf   |   Bin 1899 -> 1981 bytes
 .../tests/baseline_images/test_axes/hist_log.png   |   Bin 5226 -> 5197 bytes
 .../tests/baseline_images/test_axes/hist_log.svg   |   324 +-
 .../baseline_images/test_axes/hist_offset.pdf      |   Bin 5831 -> 5837 bytes
 .../baseline_images/test_axes/hist_offset.png      |   Bin 11088 -> 10844 bytes
 .../baseline_images/test_axes/hist_offset.svg      |   635 +-
 .../baseline_images/test_axes/hist_stacked_bar.pdf |   Bin 11655 -> 11723 bytes
 .../baseline_images/test_axes/hist_stacked_bar.png |   Bin 23000 -> 22933 bytes
 .../baseline_images/test_axes/hist_stacked_bar.svg |  1861 +-
 .../test_axes/hist_stacked_normed.pdf              |   Bin 6266 -> 6267 bytes
 .../test_axes/hist_stacked_normed.png              |   Bin 13436 -> 13059 bytes
 .../test_axes/hist_stacked_normed.svg              |   703 +-
 .../test_axes/hist_stacked_step.pdf                |   Bin 5591 -> 5590 bytes
 .../test_axes/hist_stacked_step.png                |   Bin 11154 -> 11291 bytes
 .../test_axes/hist_stacked_step.svg                |   553 +-
 .../test_axes/hist_stacked_stepfilled.pdf          |   Bin 5661 -> 5645 bytes
 .../test_axes/hist_stacked_stepfilled.png          |   Bin 11012 -> 11080 bytes
 .../test_axes/hist_stacked_stepfilled.svg          |   623 +-
 .../test_axes/hist_stacked_stepfilled_alpha.pdf    |   Bin 5707 -> 5692 bytes
 .../test_axes/hist_stacked_stepfilled_alpha.png    |   Bin 11257 -> 11409 bytes
 .../test_axes/hist_stacked_stepfilled_alpha.svg    |   623 +-
 .../test_axes/hist_stacked_weights.pdf             |   Bin 5806 -> 5739 bytes
 .../test_axes/hist_stacked_weights.png             |   Bin 11851 -> 12041 bytes
 .../test_axes/hist_stacked_weights.svg             |   633 +-
 .../tests/baseline_images/test_axes/hist_step.png  |   Bin 4010 -> 3964 bytes
 .../baseline_images/test_axes/hist_step_bottom.png |   Bin 4667 -> 5029 bytes
 .../baseline_images/test_axes/hist_step_empty.png  |   Bin 3937 -> 3914 bytes
 .../baseline_images/test_axes/hist_step_filled.png |   Bin 0 -> 13047 bytes
 .../baseline_images/test_axes/hist_step_horiz.png  |   Bin 9200 -> 9319 bytes
 .../test_axes/hist_step_log_bottom.png             |   Bin 7477 -> 7597 bytes
 .../baseline_images/test_axes/hist_steplog.png     |   Bin 22379 -> 13185 bytes
 .../baseline_images/test_axes/hist_steplog.svg     |  4148 ++-
 .../tests/baseline_images/test_axes/imshow.pdf     |   Bin 118013 -> 40424 bytes
 .../tests/baseline_images/test_axes/imshow.png     |   Bin 108163 -> 55427 bytes
 .../tests/baseline_images/test_axes/imshow.svg     |   132 +-
 .../baseline_images/test_axes/imshow_clip.pdf      |   Bin 126327 -> 46234 bytes
 .../baseline_images/test_axes/imshow_clip.png      |   Bin 34502 -> 31696 bytes
 .../baseline_images/test_axes/imshow_clip.svg      |  1106 +-
 .../tests/baseline_images/test_axes/log_scales.pdf |   Bin 5970 -> 6254 bytes
 .../tests/baseline_images/test_axes/log_scales.png |   Bin 13984 -> 13681 bytes
 .../tests/baseline_images/test_axes/log_scales.svg |   235 +-
 .../tests/baseline_images/test_axes/loglog.png     |   Bin 0 -> 16914 bytes
 .../test_axes/magnitude_spectrum_freqs_dB.png      |   Bin 19858 -> 19972 bytes
 .../test_axes/magnitude_spectrum_freqs_linear.png  |   Bin 7935 -> 8077 bytes
 .../test_axes/magnitude_spectrum_noise_dB.png      |   Bin 42353 -> 42470 bytes
 .../test_axes/magnitude_spectrum_noise_linear.png  |   Bin 15172 -> 15290 bytes
 .../baseline_images/test_axes/marker_edges.pdf     |   Bin 2302 -> 2741 bytes
 .../baseline_images/test_axes/marker_edges.svg     |   283 +-
 .../baseline_images/test_axes/marker_styles.png    |   Bin 17756 -> 19514 bytes
 .../tests/baseline_images/test_axes/markevery.pdf  |   Bin 11744 -> 12040 bytes
 .../tests/baseline_images/test_axes/markevery.png  |   Bin 28025 -> 27648 bytes
 .../tests/baseline_images/test_axes/markevery.svg  |  1482 +-
 .../baseline_images/test_axes/markevery_line.pdf   |   Bin 13254 -> 13264 bytes
 .../baseline_images/test_axes/markevery_line.png   |   Bin 44281 -> 44158 bytes
 .../baseline_images/test_axes/markevery_line.svg   |  2314 +-
 .../test_axes/markevery_linear_scales.pdf          |   Bin 13864 -> 15868 bytes
 .../test_axes/markevery_linear_scales.png          |   Bin 48362 -> 48918 bytes
 .../test_axes/markevery_linear_scales.svg          |  3361 +-
 .../test_axes/markevery_linear_scales_zoomed.pdf   |   Bin 14757 -> 14114 bytes
 .../test_axes/markevery_linear_scales_zoomed.png   |   Bin 23363 -> 23995 bytes
 .../test_axes/markevery_linear_scales_zoomed.svg   |  4076 ++-
 .../test_axes/markevery_log_scales.pdf             |   Bin 19568 -> 21361 bytes
 .../test_axes/markevery_log_scales.png             |   Bin 40513 -> 42299 bytes
 .../test_axes/markevery_log_scales.svg             |  4253 ++-
 .../baseline_images/test_axes/markevery_polar.pdf  |   Bin 71433 -> 60831 bytes
 .../baseline_images/test_axes/markevery_polar.png  |   Bin 121247 -> 121663 bytes
 .../baseline_images/test_axes/markevery_polar.svg  | 14690 ++++----
 .../test_axes/minorticks_on_rcParams_both.png      |   Bin 20863 -> 20686 bytes
 .../baseline_images/test_axes/mixed_collection.png |   Bin 39641 -> 39750 bytes
 .../baseline_images/test_axes/mixed_collection.svg |   216 +-
 .../baseline_images/test_axes/mollweide_grid.png   |   Bin 38169 -> 38199 bytes
 .../baseline_images/test_axes/mollweide_grid.svg   |  3465 +-
 .../baseline_images/test_axes/nonfinite_limits.pdf |   Bin 6471 -> 6365 bytes
 .../baseline_images/test_axes/nonfinite_limits.png |   Bin 15999 -> 15836 bytes
 .../baseline_images/test_axes/nonfinite_limits.svg |   596 +-
 .../test_axes/o_marker_path_snap.png               |   Bin 13210 -> 14109 bytes
 .../baseline_images/test_axes/offset_points.png    |   Bin 18537 -> 17893 bytes
 .../baseline_images/test_axes/offset_points.svg    |   877 +-
 .../test_axes/pcolor_datetime_axis.png             |   Bin 36740 -> 36647 bytes
 .../tests/baseline_images/test_axes/pcolormesh.pdf |   Bin 172267 -> 25092 bytes
 .../tests/baseline_images/test_axes/pcolormesh.svg | 10302 +++---
 .../test_axes/pcolormesh_datetime_axis.png         |   Bin 36740 -> 36647 bytes
 .../test_axes/phase_spectrum_freqs.png             |   Bin 13058 -> 12904 bytes
 .../test_axes/phase_spectrum_noise.png             |   Bin 26241 -> 26337 bytes
 .../baseline_images/test_axes/pie_ccw_true.png     |   Bin 60786 -> 60721 bytes
 .../test_axes/pie_center_radius.png                |   Bin 43488 -> 43367 bytes
 .../baseline_images/test_axes/pie_frame_grid.png   |   Bin 63508 -> 63252 bytes
 .../baseline_images/test_axes/pie_linewidth_0.png  |   Bin 40446 -> 40373 bytes
 .../baseline_images/test_axes/pie_linewidth_2.png  |   Bin 67075 -> 67043 bytes
 .../tests/baseline_images/test_axes/polar_axes.pdf |   Bin 21641 -> 18928 bytes
 .../tests/baseline_images/test_axes/polar_axes.png |   Bin 78603 -> 78209 bytes
 .../tests/baseline_images/test_axes/polar_axes.svg |  3085 +-
 .../baseline_images/test_axes/polar_coords.pdf     |   Bin 5399 -> 5444 bytes
 .../baseline_images/test_axes/polar_coords.png     |   Bin 15669 -> 15602 bytes
 .../baseline_images/test_axes/polar_coords.svg     |   409 +-
 .../test_axes/polar_rlabel_position.png            |   Bin 53815 -> 53714 bytes
 .../test_axes/polar_rlabel_position.svg            |  2210 +-
 .../tests/baseline_images/test_axes/polar_rmin.png |   Bin 73233 -> 72920 bytes
 .../tests/baseline_images/test_axes/polar_rmin.svg |  3354 +-
 .../test_axes/polar_theta_position.png             |   Bin 75469 -> 75291 bytes
 .../test_axes/polar_theta_position.svg             |  2854 +-
 .../baseline_images/test_axes/polar_units.png      |   Bin 68001 -> 67880 bytes
 .../baseline_images/test_axes/polar_units.svg      |  3032 +-
 .../baseline_images/test_axes/polar_units_2.pdf    |   Bin 19282 -> 17096 bytes
 .../baseline_images/test_axes/polar_units_2.png    |   Bin 82958 -> 82190 bytes
 .../baseline_images/test_axes/polar_units_2.svg    |  3253 +-
 .../baseline_images/test_axes/polar_wrap_180.png   |   Bin 60095 -> 59791 bytes
 .../baseline_images/test_axes/polar_wrap_180.svg   |  2366 +-
 .../baseline_images/test_axes/polar_wrap_360.png   |   Bin 60437 -> 60169 bytes
 .../baseline_images/test_axes/polar_wrap_360.svg   |  2399 +-
 .../test_axes/polycollection_joinstyle.svg         |   143 +-
 .../tests/baseline_images/test_axes/psd_freqs.png  |   Bin 35177 -> 35175 bytes
 .../tests/baseline_images/test_axes/psd_noise.png  |   Bin 50906 -> 50901 bytes
 .../tests/baseline_images/test_axes/rc_grid.png    |   Bin 7468 -> 8835 bytes
 .../baseline_images/test_axes/rc_markerfill.png    |   Bin 32198 -> 32317 bytes
 .../tests/baseline_images/test_axes/rc_spines.png  |   Bin 2747 -> 3290 bytes
 .../baseline_images/test_axes/rgba_markers.png     |   Bin 56342 -> 56735 bytes
 .../baseline_images/test_axes/rgba_markers.svg     |   430 +-
 .../tests/baseline_images/test_axes/scatter.pdf    |   Bin 6901 -> 6812 bytes
 .../tests/baseline_images/test_axes/scatter.png    |   Bin 13733 -> 13555 bytes
 .../tests/baseline_images/test_axes/scatter.svg    |   680 +-
 .../baseline_images/test_axes/scatter_marker.png   |   Bin 5718 -> 6614 bytes
 .../test_axes/set_get_ticklabels.png               |   Bin 27642 -> 28692 bytes
 .../baseline_images/test_axes/shaped_data.pdf      |   Bin 9337 -> 9326 bytes
 .../baseline_images/test_axes/shaped_data.png      |   Bin 36931 -> 36611 bytes
 .../baseline_images/test_axes/shaped_data.svg      |  1391 +-
 .../baseline_images/test_axes/single_date.pdf      |   Bin 10411 -> 10337 bytes
 .../baseline_images/test_axes/single_date.png      |   Bin 29356 -> 29239 bytes
 .../baseline_images/test_axes/single_date.svg      |  1394 +-
 .../baseline_images/test_axes/single_point.pdf     |   Bin 7787 -> 13160 bytes
 .../baseline_images/test_axes/single_point.png     |   Bin 31828 -> 31629 bytes
 .../baseline_images/test_axes/single_point.svg     |  1266 +-
 .../test_axes/specgram_angle_freqs.png             |   Bin 619125 -> 410394 bytes
 .../test_axes/specgram_angle_noise.png             |   Bin 96428 -> 62522 bytes
 .../baseline_images/test_axes/specgram_freqs.png   |   Bin 189458 -> 110041 bytes
 .../test_axes/specgram_freqs_linear.png            |   Bin 189769 -> 110041 bytes
 .../test_axes/specgram_magnitude_freqs.png         |   Bin 189111 -> 109389 bytes
 .../test_axes/specgram_magnitude_freqs_linear.png  |   Bin 189111 -> 109389 bytes
 .../test_axes/specgram_magnitude_noise.png         |   Bin 63497 -> 38401 bytes
 .../test_axes/specgram_magnitude_noise_linear.png  |   Bin 63497 -> 38401 bytes
 .../baseline_images/test_axes/specgram_noise.png   |   Bin 65047 -> 39643 bytes
 .../test_axes/specgram_noise_linear.png            |   Bin 64999 -> 39643 bytes
 .../test_axes/specgram_phase_freqs.png             |   Bin 53589 -> 44408 bytes
 .../test_axes/specgram_phase_noise.png             |   Bin 24537 -> 20042 bytes
 .../test_axes/stackplot_test_baseline.pdf          |   Bin 32242 -> 16088 bytes
 .../test_axes/stackplot_test_baseline.png          |   Bin 51991 -> 53879 bytes
 .../test_axes/stackplot_test_baseline.svg          |  5403 ++-
 .../test_axes/stackplot_test_image.pdf             |   Bin 6794 -> 6776 bytes
 .../test_axes/stackplot_test_image.png             |   Bin 26710 -> 26739 bytes
 .../test_axes/stackplot_test_image.svg             |   738 +-
 .../baseline_images/test_axes/step_linestyle.pdf   |   Bin 3297 -> 3318 bytes
 .../baseline_images/test_axes/step_linestyle.png   |   Bin 18117 -> 18077 bytes
 .../baseline_images/test_axes/step_linestyle.svg   |   933 +-
 .../tests/baseline_images/test_axes/symlog.pdf     |   Bin 6258 -> 6255 bytes
 .../tests/baseline_images/test_axes/symlog.png     |   Bin 18206 -> 18102 bytes
 .../tests/baseline_images/test_axes/symlog.svg     |   232 +-
 .../tests/baseline_images/test_axes/symlog2.png    |   Bin 26934 -> 26901 bytes
 .../tests/baseline_images/test_axes/symlog2.svg    |  1590 +-
 .../tests/baseline_images/test_axes/test_alpha.png |   Bin 88567 -> 88421 bytes
 .../tests/baseline_images/test_axes/test_alpha.svg |  1192 +-
 .../test_axes/transparent_markers.pdf              |   Bin 2184 -> 2326 bytes
 .../test_axes/transparent_markers.png              |   Bin 33392 -> 35881 bytes
 .../test_axes/transparent_markers.svg              |   247 +-
 .../test_axes/twin_axis_locaters_formatters.pdf    |   Bin 11200 -> 11205 bytes
 .../test_axes/twin_axis_locaters_formatters.png    |   Bin 38020 -> 37522 bytes
 .../test_axes/twin_axis_locaters_formatters.svg    |  1532 +-
 .../baseline_images/test_axes/twin_spines.png      |   Bin 10346 -> 10299 bytes
 .../test_axes/twin_spines_on_top.png               |   Bin 8044 -> 5800 bytes
 .../baseline_images/test_axes/units_strings.pdf    |   Bin 5836 -> 5843 bytes
 .../baseline_images/test_axes/units_strings.png    |   Bin 19754 -> 19628 bytes
 .../baseline_images/test_axes/units_strings.svg    |   540 +-
 .../test_axes/violinplot_horiz_baseline.png        |   Bin 35795 -> 36196 bytes
 .../test_axes/violinplot_horiz_custompoints_10.png |   Bin 33475 -> 33577 bytes
 .../violinplot_horiz_custompoints_200.png          |   Bin 35771 -> 35874 bytes
 .../test_axes/violinplot_horiz_showall.png         |   Bin 36717 -> 36555 bytes
 .../test_axes/violinplot_horiz_showextrema.png     |   Bin 36640 -> 36661 bytes
 .../test_axes/violinplot_horiz_showmeans.png       |   Bin 37953 -> 38193 bytes
 .../test_axes/violinplot_horiz_showmedians.png     |   Bin 38144 -> 38192 bytes
 .../test_axes/violinplot_vert_baseline.png         |   Bin 37694 -> 37868 bytes
 .../test_axes/violinplot_vert_custompoints_10.png  |   Bin 35297 -> 35222 bytes
 .../test_axes/violinplot_vert_custompoints_200.png |   Bin 36317 -> 36340 bytes
 .../test_axes/violinplot_vert_showall.png          |   Bin 36147 -> 36309 bytes
 .../test_axes/violinplot_vert_showextrema.png      |   Bin 36780 -> 36951 bytes
 .../test_axes/violinplot_vert_showmeans.png        |   Bin 37064 -> 36951 bytes
 .../test_axes/violinplot_vert_showmedians.png      |   Bin 35873 -> 35851 bytes
 .../test_axes/vline_hline_zorder.pdf               |   Bin 11043 -> 11066 bytes
 .../test_axes/vline_hline_zorder.png               |   Bin 27845 -> 27608 bytes
 .../test_axes/vline_hline_zorder.svg               |  1271 +-
 .../test_backend_pdf/grayscale_alpha.pdf           |   Bin 2685 -> 3017 bytes
 .../test_backend_pgf/pgf_bbox_inches.pdf           |   Bin 5391 -> 3585 bytes
 .../test_backend_pgf/pgf_mixedmode.pdf             |   Bin 14373 -> 11235 bytes
 .../test_backend_pgf/pgf_pdflatex.pdf              |   Bin 52031 -> 70163 bytes
 .../test_backend_pgf/pgf_rcupdate1.pdf             |   Bin 8960 -> 8521 bytes
 .../test_backend_pgf/pgf_rcupdate2.pdf             |   Bin 71653 -> 108744 bytes
 .../test_backend_pgf/pgf_xelatex.pdf               |   Bin 12513 -> 12565 bytes
 .../test_backend_svg/bold_font_output.svg          |  1430 +-
 .../bold_font_output_with_none_fonttype.svg        |   208 +-
 .../test_backend_svg/fill_black_with_alpha.svg     |   177 +-
 .../baseline_images/test_backend_svg/noscale.pdf   |   Bin 3063 -> 1928 bytes
 .../baseline_images/test_backend_svg/noscale.png   |   Bin 6881 -> 4172 bytes
 .../baseline_images/test_backend_svg/noscale.svg   |   132 +-
 .../test_bbox_tight/bbox_inches_tight.pdf          |   Bin 2224 -> 2260 bytes
 .../test_bbox_tight/bbox_inches_tight.png          |   Bin 5986 -> 6281 bytes
 .../test_bbox_tight/bbox_inches_tight.svg          |   561 +-
 .../test_bbox_tight/bbox_inches_tight_clipping.png |   Bin 10246 -> 10166 bytes
 .../test_bbox_tight/bbox_inches_tight_clipping.svg |   226 +-
 .../test_bbox_tight/bbox_inches_tight_raster.pdf   |   Bin 5070 -> 7455 bytes
 .../test_bbox_tight/bbox_inches_tight_raster.png   |   Bin 11458 -> 11651 bytes
 .../test_bbox_tight/bbox_inches_tight_raster.svg   |   130 +-
 .../bbox_inches_tight_suptile_legend.pdf           |   Bin 12492 -> 12520 bytes
 .../bbox_inches_tight_suptile_legend.png           |   Bin 33638 -> 33312 bytes
 .../bbox_inches_tight_suptile_legend.svg           |  1524 +-
 .../EventCollection_plot__add_positions.pdf        |   Bin 9932 -> 9948 bytes
 .../EventCollection_plot__add_positions.png        |   Bin 16756 -> 16477 bytes
 .../EventCollection_plot__add_positions.svg        |  1100 +-
 .../EventCollection_plot__append_positions.pdf     |   Bin 10669 -> 10656 bytes
 .../EventCollection_plot__append_positions.png     |   Bin 17329 -> 16910 bytes
 .../EventCollection_plot__append_positions.svg     |  1192 +-
 .../EventCollection_plot__default.pdf              |   Bin 9051 -> 9057 bytes
 .../EventCollection_plot__default.png              |   Bin 14713 -> 14407 bytes
 .../EventCollection_plot__default.svg              |   964 +-
 .../EventCollection_plot__extend_positions.pdf     |   Bin 10464 -> 10451 bytes
 .../EventCollection_plot__extend_positions.png     |   Bin 16873 -> 16543 bytes
 .../EventCollection_plot__extend_positions.svg     |  1164 +-
 .../EventCollection_plot__set_color.pdf            |   Bin 8687 -> 8683 bytes
 .../EventCollection_plot__set_color.png            |   Bin 15046 -> 14734 bytes
 .../EventCollection_plot__set_color.svg            |   884 +-
 .../EventCollection_plot__set_linelength.pdf       |   Bin 9351 -> 9364 bytes
 .../EventCollection_plot__set_linelength.png       |   Bin 17667 -> 17379 bytes
 .../EventCollection_plot__set_linelength.svg       |   994 +-
 .../EventCollection_plot__set_lineoffset.pdf       |   Bin 9561 -> 9574 bytes
 .../EventCollection_plot__set_lineoffset.png       |   Bin 16528 -> 16204 bytes
 .../EventCollection_plot__set_lineoffset.svg       |  1011 +-
 .../EventCollection_plot__set_linestyle.pdf        |   Bin 8687 -> 8684 bytes
 .../EventCollection_plot__set_linestyle.png        |   Bin 16647 -> 16315 bytes
 .../EventCollection_plot__set_linestyle.svg        |   892 +-
 .../EventCollection_plot__set_linewidth.pdf        |   Bin 9218 -> 9215 bytes
 .../EventCollection_plot__set_linewidth.png        |   Bin 15938 -> 15555 bytes
 .../EventCollection_plot__set_linewidth.svg        |   974 +-
 .../EventCollection_plot__set_ls_dash.svg          |   148 +-
 .../EventCollection_plot__set_orientation.pdf      |   Bin 9105 -> 9113 bytes
 .../EventCollection_plot__set_orientation.png      |   Bin 15660 -> 15320 bytes
 .../EventCollection_plot__set_orientation.svg      |   947 +-
 .../EventCollection_plot__set_positions.pdf        |   Bin 9947 -> 9934 bytes
 .../EventCollection_plot__set_positions.png        |   Bin 16410 -> 16067 bytes
 .../EventCollection_plot__set_positions.svg        |  1089 +-
 .../EventCollection_plot__switch_orientation.pdf   |   Bin 9570 -> 9577 bytes
 .../EventCollection_plot__switch_orientation.png   |   Bin 16087 -> 15710 bytes
 .../EventCollection_plot__switch_orientation.svg   |  1018 +-
 ...ventCollection_plot__switch_orientation__2x.pdf |   Bin 9760 -> 9757 bytes
 ...ventCollection_plot__switch_orientation__2x.png |   Bin 17448 -> 17016 bytes
 ...ventCollection_plot__switch_orientation__2x.svg |  1061 +-
 .../test_collections/polycollection_close.png      |   Bin 107765 -> 107836 bytes
 .../regularpolycollection_rotate.png               |   Bin 48855 -> 49098 bytes
 .../test_colorbar/cbar_locationing.png             |   Bin 3302 -> 3256 bytes
 .../baseline_images/test_colorbar/cbar_sharing.png |   Bin 2863 -> 2842 bytes
 .../test_colorbar/cbar_with_orientation.png        |   Bin 1724 -> 1720 bytes
 .../test_colorbar/cbar_with_subplots_adjust.png    |   Bin 2448 -> 2425 bytes
 .../test_colorbar/colorbar_closed_patch.png        |   Bin 9294 -> 9284 bytes
 .../test_colorbar/colorbar_closed_patch.svg        |   744 +-
 .../colorbar_extensions_proportional.png           |   Bin 16586 -> 16560 bytes
 .../colorbar_extensions_shape_proportional.png     |   Bin 4275 -> 4222 bytes
 .../colorbar_extensions_shape_uniform.png          |   Bin 4257 -> 4203 bytes
 .../test_colorbar/colorbar_extensions_uniform.png  |   Bin 16867 -> 16807 bytes
 .../test_colorbar/colorbar_single_scatter.png      |   Bin 1817 -> 1857 bytes
 .../baseline_images/test_colorbar/double_cbar.png  |   Bin 7801 -> 8062 bytes
 .../test_colors/levels_and_colors.png              |   Bin 7669 -> 7650 bytes
 .../test_colors/light_source_shading_topo.png      |   Bin 624963 -> 624492 bytes
 .../test_contour/contour_corner_mask_False.png     |   Bin 43451 -> 43512 bytes
 .../test_contour/contour_datetime_axis.png         |   Bin 56764 -> 56789 bytes
 .../contour_manual_colors_and_levels.png           |   Bin 28743 -> 28760 bytes
 .../test_contour/contour_manual_labels.png         |   Bin 13213 -> 13112 bytes
 .../test_contour/contour_manual_labels.svg         |   854 +-
 .../test_contour/contour_test_label_transforms.png |   Bin 52908 -> 53127 bytes
 .../test_cycles/color_cycle_basic.png              |   Bin 32608 -> 33044 bytes
 .../test_cycles/fill_cycle_basic.png               |   Bin 63890 -> 63359 bytes
 .../test_cycles/fill_cycle_ignore.png              |   Bin 57000 -> 57251 bytes
 .../test_cycles/lineprop_cycle_basic.png           |   Bin 35180 -> 41852 bytes
 .../baseline_images/test_cycles/marker_cycle.png   |   Bin 45093 -> 44979 bytes
 .../test_cycles/property_collision_plot.png        |   Bin 30456 -> 37723 bytes
 .../test_dates/DateFormatter_fractionalSeconds.png |   Bin 28461 -> 28260 bytes
 .../test_dates/RRuleLocator_bounds.png             |   Bin 23083 -> 22881 bytes
 .../baseline_images/test_dates/date_axhline.png    |   Bin 26995 -> 26570 bytes
 .../baseline_images/test_dates/date_axhspan.png    |   Bin 22067 -> 21765 bytes
 .../baseline_images/test_dates/date_axvline.png    |   Bin 16100 -> 15972 bytes
 .../baseline_images/test_dates/date_axvspan.png    |   Bin 13646 -> 13532 bytes
 .../baseline_images/test_dates/date_empty.png      |   Bin 13341 -> 13041 bytes
 .../test_dates/date_inverted_limit.png             |   Bin 26902 -> 26467 bytes
 .../test_delaunay/cliff-lin-con.png                |   Bin 359873 -> 361161 bytes
 .../test_delaunay/cliff-lin-img.png                |   Bin 239393 -> 240750 bytes
 .../baseline_images/test_delaunay/cliff-nn-con.png |   Bin 360076 -> 361235 bytes
 .../baseline_images/test_delaunay/cliff-nn-img.png |   Bin 239418 -> 240942 bytes
 .../test_delaunay/cliff-ref-con.png                |   Bin 386114 -> 386984 bytes
 .../test_delaunay/cliff-ref-img.png                |   Bin 251922 -> 253198 bytes
 .../test_delaunay/cloverleaf-lin-con.png           |   Bin 407385 -> 409025 bytes
 .../test_delaunay/cloverleaf-lin-img.png           |   Bin 260619 -> 262339 bytes
 .../test_delaunay/cloverleaf-nn-con.png            |   Bin 406662 -> 407916 bytes
 .../test_delaunay/cloverleaf-nn-img.png            |   Bin 260341 -> 262077 bytes
 .../test_delaunay/cloverleaf-ref-con.png           |   Bin 403219 -> 404848 bytes
 .../test_delaunay/cloverleaf-ref-img.png           |   Bin 259872 -> 261569 bytes
 .../test_delaunay/cosine_peak-lin-con.png          |   Bin 453141 -> 454569 bytes
 .../test_delaunay/cosine_peak-lin-img.png          |   Bin 231248 -> 232389 bytes
 .../test_delaunay/cosine_peak-nn-con.png           |   Bin 453375 -> 454544 bytes
 .../test_delaunay/cosine_peak-nn-img.png           |   Bin 231996 -> 233374 bytes
 .../test_delaunay/cosine_peak-ref-con.png          |   Bin 456955 -> 458590 bytes
 .../test_delaunay/cosine_peak-ref-img.png          |   Bin 226952 -> 228197 bytes
 .../test_delaunay/delaunay-1d-interp.png           |   Bin 22989 -> 22990 bytes
 .../test_delaunay/exponential-lin-con.png          |   Bin 408270 -> 409875 bytes
 .../test_delaunay/exponential-lin-img.png          |   Bin 237235 -> 238373 bytes
 .../test_delaunay/exponential-nn-con.png           |   Bin 408436 -> 410313 bytes
 .../test_delaunay/exponential-nn-img.png           |   Bin 237803 -> 238957 bytes
 .../test_delaunay/exponential-ref-con.png          |   Bin 407985 -> 409698 bytes
 .../test_delaunay/exponential-ref-img.png          |   Bin 232906 -> 233920 bytes
 .../test_delaunay/gauss-lin-con.png                |   Bin 393080 -> 393847 bytes
 .../test_delaunay/gauss-lin-img.png                |   Bin 186145 -> 187096 bytes
 .../baseline_images/test_delaunay/gauss-nn-con.png |   Bin 393944 -> 395377 bytes
 .../baseline_images/test_delaunay/gauss-nn-img.png |   Bin 186427 -> 187484 bytes
 .../test_delaunay/gauss-ref-con.png                |   Bin 384517 -> 385937 bytes
 .../test_delaunay/gauss-ref-img.png                |   Bin 183996 -> 184947 bytes
 .../test_delaunay/gentle-lin-con.png               |   Bin 420674 -> 422623 bytes
 .../test_delaunay/gentle-lin-img.png               |   Bin 260806 -> 261587 bytes
 .../test_delaunay/gentle-nn-con.png                |   Bin 422108 -> 423112 bytes
 .../test_delaunay/gentle-nn-img.png                |   Bin 260765 -> 261683 bytes
 .../test_delaunay/gentle-ref-con.png               |   Bin 420818 -> 422083 bytes
 .../test_delaunay/gentle-ref-img.png               |   Bin 261745 -> 262500 bytes
 .../test_delaunay/saddle-lin-con.png               |   Bin 415195 -> 416686 bytes
 .../test_delaunay/saddle-lin-img.png               |   Bin 219609 -> 220756 bytes
 .../test_delaunay/saddle-nn-con.png                |   Bin 416071 -> 418010 bytes
 .../test_delaunay/saddle-nn-img.png                |   Bin 218772 -> 219857 bytes
 .../test_delaunay/saddle-ref-con.png               |   Bin 414999 -> 415884 bytes
 .../test_delaunay/saddle-ref-img.png               |   Bin 218394 -> 219255 bytes
 .../test_delaunay/sphere-lin-con.png               |   Bin 427087 -> 428123 bytes
 .../test_delaunay/sphere-lin-img.png               |   Bin 315909 -> 317407 bytes
 .../test_delaunay/sphere-nn-con.png                |   Bin 427036 -> 427957 bytes
 .../test_delaunay/sphere-nn-img.png                |   Bin 315856 -> 317463 bytes
 .../test_delaunay/sphere-ref-con.png               |   Bin 395687 -> 396250 bytes
 .../test_delaunay/sphere-ref-img.png               |   Bin 318668 -> 319618 bytes
 .../test_delaunay/steep-lin-con.png                |   Bin 390254 -> 391851 bytes
 .../test_delaunay/steep-lin-img.png                |   Bin 168239 -> 168485 bytes
 .../baseline_images/test_delaunay/steep-nn-con.png |   Bin 390814 -> 392174 bytes
 .../baseline_images/test_delaunay/steep-nn-img.png |   Bin 168293 -> 168567 bytes
 .../test_delaunay/steep-ref-con.png                |   Bin 390051 -> 391421 bytes
 .../test_delaunay/steep-ref-img.png                |   Bin 167267 -> 167563 bytes
 .../baseline_images/test_delaunay/trig-lin-con.png |   Bin 504556 -> 506118 bytes
 .../baseline_images/test_delaunay/trig-lin-img.png |   Bin 269020 -> 269898 bytes
 .../baseline_images/test_delaunay/trig-nn-con.png  |   Bin 504634 -> 505730 bytes
 .../baseline_images/test_delaunay/trig-nn-img.png  |   Bin 268955 -> 270020 bytes
 .../baseline_images/test_delaunay/trig-ref-con.png |   Bin 508859 -> 510212 bytes
 .../baseline_images/test_delaunay/trig-ref-img.png |   Bin 269377 -> 271092 bytes
 .../test_figure/alpha_background.png               |   Bin 1670 -> 1660 bytes
 .../test_figure/alpha_background.svg               |    56 +-
 .../test_figure/figure_suptitle.pdf                |   Bin 6508 -> 6520 bytes
 .../test_figure/figure_suptitle.png                |   Bin 12778 -> 12561 bytes
 .../test_figure/figure_suptitle.svg                |   609 +-
 .../baseline_images/test_figure/figure_today.pdf   |   Bin 7161 -> 7176 bytes
 .../baseline_images/test_figure/figure_today.png   |   Bin 23740 -> 23452 bytes
 .../baseline_images/test_figure/figure_today.svg   |   772 +-
 .../test_image/bbox_image_inverted.pdf             |   Bin 7127 -> 17549 bytes
 .../test_image/bbox_image_inverted.png             |   Bin 17907 -> 17707 bytes
 .../test_image/bbox_image_inverted.svg             |   233 +
 .../baseline_images/test_image/image_alpha.pdf     |   Bin 0 -> 4576 bytes
 .../baseline_images/test_image/image_alpha.png     |   Bin 0 -> 5955 bytes
 .../baseline_images/test_image/image_alpha.svg     |   598 +
 .../baseline_images/test_image/image_clip.pdf      |   Bin 96893 -> 15505 bytes
 .../baseline_images/test_image/image_clip.png      |   Bin 70927 -> 22143 bytes
 .../baseline_images/test_image/image_clip.svg      |   706 +-
 .../baseline_images/test_image/image_cliprect.pdf  |   Bin 95083 -> 15960 bytes
 .../baseline_images/test_image/image_cliprect.png  |   Bin 24994 -> 13528 bytes
 .../baseline_images/test_image/image_cliprect.svg  |   412 +-
 .../test_image/image_composite_alpha.pdf           |   Bin 184721 -> 61363 bytes
 .../test_image/image_composite_alpha.png           |   Bin 57134 -> 58075 bytes
 .../test_image/image_composite_alpha.svg           |   165 +-
 .../test_image/image_composite_background.pdf      |   Bin 89526 -> 9539 bytes
 .../test_image/image_composite_background.png      |   Bin 31080 -> 14815 bytes
 .../test_image/image_composite_background.svg      |   163 +-
... 2025 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/matplotlib.git



More information about the Python-modules-commits mailing list