[Python-modules-commits] [matplotlib] branch master updated (82a9d52 -> 592216e)

Sandro Tosi morph at moszumanska.debian.org
Mon Dec 19 02:30:35 UTC 2016


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

morph pushed a change to branch master
in repository matplotlib.

      from  82a9d52   releasing package matplotlib version 1.5.3-1
      adds  5e78aee   recognize only 2.x releases, and 'b' as a beta release
      adds  d4d01f3   record new upstream branch created by importing matplotlib_2.0.0~beta4.orig.tar.gz
      adds  8e8eab2   Import matplotlib_2.0.0~beta4.orig.tar.gz
      adds  725fa10   Fixes the path to search for matplotlibrc file
      adds  4044d6b   Try to use also StayPuft (a free font) for xkcd
      adds  9307eee   adapt setup to find multiarched tk/tcl
      adds  20024d5   gtk3cairo_check_no-multiprocessing
      adds  53f947c   bts800803 disable the GitHub Fork Me ribbon
      adds  4d2f841   bts800803 dont use the Raleway font (from the Google Fonts API)
      adds  0c01a13   bts800803 remote the Google Analytics tracking
      adds  2a7cc81   merge patched-experimental into experimental
      adds  6526865   New upstream beta release for the new version 2.x
      adds  3d71ace   add python-functools32 to b-d
      adds  6a8fd50   remove refs to six.py, no longer shipped upstream
      adds  cdaa234   set version reqs for cycler to be >= 0.10.0
      adds  61581de   add colorspacious to b-d, needed by doc
      adds  cf26d41   add colorspacious and basemap to b-d, needed by doc
      adds  d4efcc0   use absolute (not relative) paths when building doc
      adds  c4650c9   dont install nib files, removed upstream
      adds  e9f9c0c   releasing package matplotlib version 2.0.0~beta4-1
      adds  5436cdd   add pandas to b-d, needed for tests
      adds  e40b6a5   record new upstream branch created by importing matplotlib_2.0.0~rc1.orig.tar.gz
      adds  2f5b54a   Import matplotlib_2.0.0~rc1.orig.tar.gz
      adds  eee8ea7   Fixes the path to search for matplotlibrc file
      adds  6eca819   Try to use also StayPuft (a free font) for xkcd
      adds  df9b134   adapt setup to find multiarched tk/tcl
      adds  f9480f8   gtk3cairo_check_no-multiprocessing
      adds  c79623b   bts800803 disable the GitHub Fork Me ribbon
      adds  057bf97   bts800803 dont use the Raleway font (from the Google Fonts API)
      adds  3b13b2e   bts800803 remote the Google Analytics tracking
      adds  293d538   merge patched-experimental into experimental
      adds  cd1dcf2   New upstream release candidate for the new version 2.x
      adds  c96c110   add subprocess32 to b-d
      adds  10b7f34   use PIL in b-d instead of imaging, needed for docs
      adds  0307c9b   update upstream copyright years
      adds  a402d3f   releasing package matplotlib version 2.0.0~rc1-1
      adds  8f107d5   temporary disable b-d on pandas, until it resolves its buildability issues (see #845734)
      adds  71cf9d7   releasing package matplotlib version 2.0.0~rc1-2
       new  4a0543f   record new upstream branch created by importing matplotlib_2.0.0~rc2.orig.tar.gz
       new  3dd9257   Import matplotlib_2.0.0~rc2.orig.tar.gz
       new  43ba3eb   Fixes the path to search for matplotlibrc file
       new  08e645c   Try to use also StayPuft (a free font) for xkcd
       new  6e63078   adapt setup to find multiarched tk/tcl
       new  e28fb49   gtk3cairo_check_no-multiprocessing
       new  ad04c51   bts800803 disable the GitHub Fork Me ribbon
       new  fe38cab   bts800803 dont use the Raleway font (from the Google Fonts API)
       new  9e7c8c5   bts800803 remote the Google Analytics tracking
       new  45f547d   merge patched-experimental into experimental
       new  7af46be   New upstream release candidate for the new version 2.x
       new  592216e   releasing package matplotlib version 2.0.0~rc2-1

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |     2 +
 .mailmap                                           |   198 +-
 .travis.yml                                        |    58 +-
 .travis/setup.cfg                                  |     2 +
 INSTALL                                            |    32 +-
 LICENSE/LICENSE.PIL                                |    12 +
 LICENSE/LICENSE_CONDA                              |    51 +
 README.rst                                         |    38 +-
 boilerplate.py                                     |    43 +-
 debian/.git-dpm                                    |    14 +-
 debian/changelog                                   |    45 +
 debian/control                                     |    15 +-
 debian/copyright                                   |     9 +-
 ...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       |    10 +-
 .../gtk3cairo_check_no-multiprocessing.patch       |     6 +-
 debian/patches/multiarch-tktcl.patch               |     6 +-
 debian/python-matplotlib-data.install              |     1 -
 debian/rules                                       |     4 +-
 debian/watch                                       |     4 +-
 doc-requirements.txt                               |    14 +
 doc/README.txt                                     |    49 +-
 doc/_static/contour_frontpage.png                  |   Bin 0 -> 4015 bytes
 doc/_static/histogram_frontpage.png                |   Bin 0 -> 3195 bytes
 doc/_static/membrane_frontpage.png                 |   Bin 0 -> 5230 bytes
 doc/_static/mpl.css                                |   131 +-
 doc/_static/surface3d_frontpage.png                |   Bin 0 -> 8755 bytes
 doc/_static/toolbar.png                            |   Bin 5738 -> 12211 bytes
 doc/_templates/citing.html                         |     1 +
 doc/_templates/index.html                          |    22 +-
 doc/_templates/layout.html                         |     9 -
 doc/api/animation_api.rst                          |   338 +-
 doc/api/api_changes.rst                            |   398 +-
 doc/api/api_changes/2016-12-09-AL_afm.rst          |     7 +
 doc/api/artist_api.rst                             |   205 +-
 doc/api/axes_api.rst                               |   652 +-
 doc/api/axis_api.rst                               |   870 +-
 doc/api/backend_qt5agg_api.rst                     |     9 +
 doc/api/backend_svg_api.rst                        |     7 +
 doc/api/index.rst                                  |     3 +
 doc/api/index_backend_api.rst                      |     2 +
 doc/api/legend_api.rst                             |     6 +-
 doc/api/markers_api.rst                            |     2 +-
 doc/api/projections_api.rst                        |    19 +
 doc/api/scale_api.rst                              |    12 +
 doc/{devel => api}/transformations.rst             |     0
 doc/conf.py                                        |   170 +-
 doc/contents.rst                                   |     7 +-
 doc/devel/add_new_projection.rst                   |    29 +-
 doc/devel/coding_guide.rst                         |   318 +-
 doc/devel/contributing.rst                         |   414 +
 doc/devel/documenting_mpl.rst                      |    10 +-
 doc/devel/gitwash/development_workflow.rst         |   178 +-
 doc/devel/gitwash/git_development.rst              |    16 -
 doc/devel/gitwash/index.rst                        |     2 +-
 doc/devel/gitwash/set_up_fork.rst                  |    21 +-
 doc/devel/gitwash/setting_up_for_development.rst   |    16 +
 doc/devel/index.rst                                |    18 +-
 doc/devel/portable_code.rst                        |     8 +-
 doc/devel/release_guide.rst                        |     6 +-
 doc/devel/testing.rst                              |    54 +-
 doc/faq/anatomy.png                                |   Bin 0 -> 101142 bytes
 doc/faq/fig_map.png                                |   Bin 29660 -> 0 bytes
 doc/faq/howto_faq.rst                              |    42 +-
 doc/faq/index.rst                                  |     1 +
 doc/faq/installing_faq.rst                         |     9 +-
 doc/faq/osx_framework.rst                          |   137 +
 doc/faq/usage_faq.rst                              |    17 +-
 doc/faq/virtualenv_faq.rst                         |   102 +-
 doc/glossary/index.rst                             |     6 +-
 doc/make.py                                        |    38 +-
 .../axes_grid/api/anchored_artists_api.rst         |     7 +
 doc/mpl_toolkits/axes_grid/api/index.rst           |     1 +
 .../axes_grid/figures/simple_axisartist1.py        |     2 +-
 .../axes_grid/figures/simple_axisline2.py          |     2 +-
 doc/mpl_toolkits/index.rst                         |    16 +-
 doc/pyplots/README                                 |    10 -
 doc/pyplots/align_ylabels.py                       |    35 -
 doc/pyplots/boxplot_demo.py                        |    65 -
 doc/pyplots/compound_path_demo.py                  |    42 -
 doc/pyplots/dollar_ticks.py                        |    17 -
 doc/pyplots/fig_axes_customize_simple.py           |    27 -
 doc/pyplots/fig_axes_labels_simple.py              |    19 -
 doc/pyplots/fig_x.py                               |    12 -
 doc/pyplots/plotmap.py                             |    61 -
 doc/pyplots/pyplot_scales.py                       |    43 -
 doc/pyplots/pyplot_text.py                         |    17 -
 doc/pyplots/whats_new_98_4_fancy.py                |    54 -
 doc/pyplots/whats_new_98_4_fill_between.py         |    17 -
 doc/pyplots/whats_new_99_mplot3d.py                |    17 -
 doc/pyplots/whats_new_99_spines.py                 |    47 -
 doc/resources/index.rst                            |     4 -
 doc/sphinxext/gen_gallery.py                       |    28 +-
 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                          |   502 +
 doc/users/annotations_guide.rst                    |   419 -
 doc/users/annotations_intro.rst                    |    87 -
 doc/users/artists.rst                              |     8 +-
 doc/users/beginner.rst                             |    27 -
 doc/users/color_index.rst                          |    16 +
 doc/users/colormaps.rst                            |     2 +-
 doc/users/colors.rst                               |   112 +
 doc/users/configuration.rst                        |    20 -
 doc/users/customizing.rst                          |   113 +-
 doc/users/developer.rst                            |    23 -
 doc/users/dflt_style_changes.rst                   |  1140 +
 doc/users/examples_index.rst                       |     8 +
 doc/users/github_stats.rst                         |  1980 +-
 doc/users/image_tutorial.rst                       |     6 +-
 doc/users/index.rst                                |    14 +-
 doc/users/index_text.rst                           |     6 +-
 doc/users/interactive.rst                          |    12 +
 doc/users/intro.rst                                |     4 +-
 doc/users/legend_guide.rst                         |     1 -
 doc/users/mathtext.rst                             |    25 +-
 doc/users/navigation_toolbar.rst                   |    56 +-
 doc/users/path_tutorial.rst                        |     2 +-
 doc/users/plotting/colormaps/grayscale.py          |    11 -
 doc/users/plotting/colormaps/lightness.py          |    11 -
 doc/users/plotting/examples/custom_boxstyle02.py   |     2 +-
 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/pyplot_tutorial.rst                      |    14 +-
 doc/users/recipes.rst                              |     4 +-
 doc/users/screenshots.rst                          |    36 +-
 doc/users/shell.rst                                |     4 +
 doc/users/style_sheets.rst                         |    88 -
 doc/users/text_intro.rst                           |    33 +-
 doc/users/text_props.rst                           |   168 +-
 doc/users/transforms_tutorial.rst                  |     2 +-
 doc/users/tutorials.rst                            |    45 +
 doc/users/usetex.rst                               |     2 +-
 doc/users/whats_new.rst                            |  2515 +-
 doc/users/whats_new/boxplot_zorder_kwarg.rst       |    11 +
 doc/users/whats_new/filled_plus_and_x_markers.rst  |     7 +
 doc/users/whats_new/plot_surface.rst               |    15 +
 doc/users/whats_new/streamplot_zorder.rst          |     7 +
 examples/README.txt                                |     2 +-
 examples/animation/animate_decay.py                |     9 +
 examples/animation/basic_example.py                |    15 +-
 examples/animation/basic_example_writer.py         |    12 +-
 examples/animation/bayes_update.py                 |    11 +
 examples/animation/double_pendulum_animated.py     |    10 +-
 examples/animation/dynamic_image.py                |     7 +-
 examples/animation/dynamic_image2.py               |    13 +-
 examples/animation/histogram.py                    |     7 +-
 examples/animation/moviewriter.py                  |    15 +-
 examples/animation/rain.py                         |     2 +
 examples/animation/random_data.py                  |     9 +
 examples/animation/simple_3danim.py                |     4 +
 examples/animation/strip_chart_demo.py             |     7 +-
 examples/animation/subplots.py                     |    21 +-
 examples/animation/unchained.py                    |     4 +
 examples/api/agg_oo.py                             |     5 +-
 examples/api/barchart_demo.py                      |    26 +-
 examples/api/bbox_intersect.py                     |    22 +-
 examples/api/collections_demo.py                   |    18 +-
 examples/api/colorbar_basics.py                    |    37 +
 examples/api/colorbar_only.py                      |    12 +-
 examples/api/compound_path.py                      |     8 +-
 examples/api/custom_projection_example.py          |   273 +-
 examples/api/custom_scale_example.py               |    15 +
 examples/api/date_demo.py                          |     7 +-
 examples/api/date_index_formatter.py               |    13 +-
 examples/api/demo_affine_image.py                  |    67 +-
 examples/api/donut_demo.py                         |     8 +
 examples/api/engineering_formatter.py              |    10 +-
 examples/api/filled_step.py                        |    24 +-
 examples/api/font_family_rc.py                     |     6 +-
 examples/api/font_file.py                          |     6 +-
 examples/api/histogram_path_demo.py                |     9 +-
 examples/api/image_zcoord.py                       |     7 +-
 examples/api/joinstyle.py                          |     5 +-
 examples/api/legend_demo.py                        |    18 +-
 examples/api/line_with_text.py                     |     4 +
 examples/api/logo2.py                              |     8 +-
 examples/api/mathtext_asarray.py                   |     6 +-
 examples/api/patch_collection.py                   |    10 +-
 examples/api/power_norm_demo.py                    |    37 +-
 examples/api/quad_bezier.py                        |     9 +
 examples/api/radar_chart.py                        |    28 +-
 examples/api/sankey_demo_basics.py                 |    13 +-
 examples/api/sankey_demo_links.py                  |    12 +-
 examples/api/sankey_demo_old.py                    |    10 +-
 examples/api/sankey_demo_rankine.py                |     7 +-
 examples/api/scatter_piecharts.py                  |     6 +-
 examples/api/skewt.py                              |   152 +-
 examples/api/span_regions.py                       |     4 +
 examples/api/two_scales.py                         |    36 +-
 examples/api/unicode_minus.py                      |    12 +-
 examples/api/watermark_image.py                    |     6 +-
 examples/api/watermark_text.py                     |     4 +
 examples/axes_grid/demo_curvelinear_grid.py        |    21 +-
 examples/axes_grid/demo_curvelinear_grid2.py       |     8 +
 examples/axes_grid/demo_floating_axes.py           |    14 +-
 examples/axes_grid/demo_floating_axis.py           |    32 +-
 examples/axes_grid/demo_parasite_axes2.py          |    68 +-
 examples/axes_grid/inset_locator_demo.py           |     3 +
 examples/axes_grid/inset_locator_demo2.py          |     3 +
 examples/axes_grid/simple_anchored_artists.py      |     2 +-
 examples/axes_grid/simple_axisline4.py             |     1 +
 examples/color/color_cycle_default.py              |    36 +
 examples/color/color_cycle_demo.py                 |     2 +-
 examples/color/colormaps_reference.py              |     3 +-
 examples/color/named_colors.py                     |    40 +-
 examples/event_handling/README.txt                 |     2 +-
 examples/event_handling/keypress_demo.py           |     4 +-
 examples/event_handling/lasso_demo.py              |    13 +-
 examples/event_handling/legend_picking.py          |     2 +-
 examples/event_handling/looking_glass.py           |     1 +
 examples/event_handling/pick_event_demo.py         |     2 -
 examples/event_handling/pipong.py                  |     1 -
 examples/event_handling/poly_editor.py             |     4 +
 examples/event_handling/pong_gtk.py                |     2 -
 examples/event_handling/resample.py                |    20 +-
 examples/event_handling/test_mouseclicks.py        |     2 -
 examples/event_handling/trifinder_event_demo.py    |     2 +-
 examples/event_handling/viewlims.py                |     7 +-
 examples/frontpage/plot_3D.py                      |    38 +
 examples/frontpage/plot_contour.py                 |    34 +
 examples/frontpage/plot_histogram.py               |    22 +
 examples/frontpage/plot_membrane.py                |    25 +
 .../images_contours_and_fields/contourf_log.py     |     5 +-
 examples/images_contours_and_fields/image_demo.py  |     5 +-
 .../image_demo_clip_path.py                        |     2 +-
 .../interpolation_methods.py                       |     3 +-
 .../interpolation_none_vs_nearest.py               |    22 +-
 .../streamplot_demo_masking.py                     |    11 +-
 examples/lines_bars_and_markers/barh_demo.py       |    14 +-
 examples/lines_bars_and_markers/fill_demo.py       |     9 +-
 .../lines_bars_and_markers/fill_demo_features.py   |     6 +-
 .../line_demo_dash_control.py                      |    14 +-
 .../line_styles_reference.py                       |     4 +-
 examples/lines_bars_and_markers/linestyles.py      |    48 +
 .../lines_bars_and_markers/scatter_with_legend.py  |     9 +-
 examples/misc/font_indexing.py                     |     2 +-
 examples/misc/ftface_props.py                      |     9 +-
 examples/misc/image_thumbnail.py                   |     1 +
 examples/misc/longshort.py                         |    46 -
 examples/misc/multiprocess.py                      |     8 +-
 examples/misc/rc_traits.py                         |     1 +
 examples/misc/sample_data_demo.py                  |     2 +-
 examples/misc/svg_filter_line.py                   |     4 +-
 examples/misc/svg_filter_pie.py                    |    10 +-
 examples/mplot3d/2dcollections3d_demo.py           |    33 +-
 examples/mplot3d/lorenz_attractor.py               |     2 +-
 examples/mplot3d/polys3d_demo.py                   |     4 +-
 examples/mplot3d/quiver3d_demo.py                  |    12 +-
 examples/mplot3d/rotate_axes3d_demo.py             |    16 +-
 examples/mplot3d/scatter3d_demo.py                 |    22 +-
 examples/mplot3d/subplot3d_demo.py                 |    34 +-
 examples/mplot3d/surface3d_demo.py                 |    25 +-
 examples/mplot3d/surface3d_demo2.py                |    15 +-
 examples/mplot3d/surface3d_demo3.py                |    22 +-
 examples/mplot3d/surface3d_radial_demo.py          |    35 +-
 examples/mplot3d/text3d_demo.py                    |    28 +-
 examples/mplot3d/tricontour3d_demo.py              |    29 +-
 examples/mplot3d/tricontourf3d_demo.py             |    32 +-
 examples/mplot3d/trisurf3d_demo.py                 |    28 +-
 examples/mplot3d/trisurf3d_demo2.py                |    53 +-
 examples/mplot3d/wire3d_animation_demo.py          |    35 +-
 examples/mplot3d/wire3d_demo.py                    |    14 +-
 examples/mplot3d/wire3d_zero_stride.py             |    22 +-
 examples/pie_and_polar_charts/pie_demo_features.py |    11 +-
 examples/pie_and_polar_charts/polar_bar_demo.py    |     2 +-
 .../pie_and_polar_charts/polar_scatter_demo.py     |     8 +-
 examples/pylab_examples/README                     |    11 -
 examples/pylab_examples/accented_text.py           |     3 +-
 examples/pylab_examples/agg_buffer.py              |     1 -
 examples/pylab_examples/alignment_test.py          |     1 -
 examples/pylab_examples/anchored_artists.py        |     2 +-
 examples/pylab_examples/annotation_demo.py         |   188 +-
 examples/pylab_examples/annotation_demo2.py        |   289 +-
 examples/pylab_examples/annotation_demo3.py        |    38 +-
 examples/pylab_examples/anscombe.py                |     2 -
 examples/pylab_examples/arrow_demo.py              |     3 +-
 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             |     7 +-
 examples/pylab_examples/barchart_demo.py           |     2 +-
 examples/pylab_examples/barchart_demo2.py          |     3 +-
 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     |     4 +-
 examples/pylab_examples/cohere_demo.py             |     3 +-
 examples/pylab_examples/color_by_yvalue.py         |     2 +-
 examples/pylab_examples/color_demo.py              |    14 +-
 examples/pylab_examples/colours.py                 |     5 +-
 examples/pylab_examples/contour_corner_mask.py     |     1 -
 examples/pylab_examples/contour_demo.py            |     1 -
 examples/pylab_examples/contour_image.py           |    29 +-
 examples/pylab_examples/contour_label_demo.py      |     1 -
 examples/pylab_examples/contourf_demo.py           |     7 +-
 examples/pylab_examples/coords_demo.py             |     2 -
 examples/pylab_examples/coords_report.py           |     2 -
 examples/pylab_examples/csd_demo.py                |    21 +-
 examples/pylab_examples/cursor_demo.py             |     6 +-
 examples/pylab_examples/custom_cmap.py             |     2 -
 examples/pylab_examples/custom_ticker1.py          |     4 +-
 examples/pylab_examples/data_helper.py             |    61 -
 examples/pylab_examples/date_demo1.py              |    53 -
 examples/pylab_examples/date_demo2.py              |    47 -
 examples/pylab_examples/date_demo_convert.py       |     2 -
 examples/pylab_examples/date_demo_rrule.py         |     1 -
 examples/pylab_examples/date_index_formatter.py    |     6 +-
 examples/pylab_examples/demo_agg_filter.py         |     3 +-
 examples/pylab_examples/demo_annotation_box.py     |    40 +-
 examples/pylab_examples/demo_bboximage.py          |     1 +
 examples/pylab_examples/demo_ribbon_box.py         |     2 +-
 examples/pylab_examples/demo_tight_layout.py       |    12 +-
 examples/pylab_examples/equal_aspect_ratio.py      |     1 -
 examples/pylab_examples/errorbar_limits.py         |     2 +-
 examples/pylab_examples/errorbar_subsample.py      |     2 +-
 examples/pylab_examples/eventcollection_demo.py    |     8 +-
 examples/pylab_examples/eventplot_demo.py          |     8 +-
 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_between_demo.py       |     1 -
 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/ginput_manual_clabel.py    |     1 -
 examples/pylab_examples/griddata_demo.py           |     4 +-
 examples/pylab_examples/hexbin_demo.py             |    23 +-
 examples/pylab_examples/hist_colormapped.py        |     2 +-
 examples/pylab_examples/hyperlinks.py              |     1 -
 examples/pylab_examples/image_clip_path.py         |     1 -
 examples/pylab_examples/image_demo.py              |     1 -
 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            |     3 +-
 examples/pylab_examples/leftventricle_bulleye.py   |     7 +-
 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/log_bar.py                 |     4 +-
 examples/pylab_examples/log_demo.py                |     2 +-
 examples/pylab_examples/logo.py                    |     4 +-
 examples/pylab_examples/major_minor_demo2.py       |     1 -
 examples/pylab_examples/masked_demo.py             |     2 +-
 examples/pylab_examples/mathtext_demo.py           |     3 +-
 examples/pylab_examples/mathtext_examples.py       |     2 +-
 examples/pylab_examples/matplotlib_icon.py         |    21 -
 examples/pylab_examples/movie_demo.py              |    27 -
 examples/pylab_examples/mri_demo.py                |    16 +-
 examples/pylab_examples/mri_with_eeg.py            |   145 +-
 examples/pylab_examples/multi_image.py             |     1 -
 examples/pylab_examples/multicolored_line.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            |     5 +-
 examples/pylab_examples/print_stdout.py            |     6 +-
 examples/pylab_examples/psd_demo3.py               |    43 +-
 examples/pylab_examples/psd_demo_complex.py        |    54 +-
 examples/pylab_examples/pythonic_matplotlib.py     |     4 +-
 examples/pylab_examples/quadmesh_demo.py           |     9 +-
 examples/pylab_examples/quiver_demo.py             |    17 +-
 examples/pylab_examples/scatter_demo2.py           |     2 +-
 examples/pylab_examples/scatter_masked.py          |     4 +-
 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              |    19 -
 examples/pylab_examples/subplots_demo.py           |    12 +-
 examples/pylab_examples/symlog_demo.py             |     4 +-
 examples/pylab_examples/system_monitor.py          |    28 +-
 examples/pylab_examples/tex_unicode_demo.py        |     1 -
 examples/pylab_examples/text_handles.py            |    15 +-
 .../text_rotation_relative_to_line.py              |     9 +-
 examples/pylab_examples/titles_demo.py             |     1 -
 examples/pylab_examples/toggle_images.py           |     5 +-
 .../pylab_examples/tricontour_smooth_delaunay.py   |     4 +-
 examples/pylab_examples/tricontour_vs_griddata.py  |     6 +-
 examples/pylab_examples/trigradient_demo.py        |    22 +-
 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/webapp_demo.py             |     3 +-
 examples/pylab_examples/xcorr_demo.py              |     3 +
 examples/pylab_examples/zorder_demo.py             |     1 -
 examples/pyplots/align_ylabels.py                  |    37 +
 {doc => examples}/pyplots/annotate_transform.py    |     0
 {doc => examples}/pyplots/annotation_basic.py      |     0
 {doc => examples}/pyplots/annotation_polar.py      |     0
 {doc => examples}/pyplots/auto_subplots_adjust.py  |     0
 examples/pyplots/boxplot_demo.py                   |    64 +
 examples/pyplots/compound_path_demo.py             |    45 +
 examples/pyplots/dollar_ticks.py                   |    20 +
 examples/pyplots/fig_axes_customize_simple.py      |    26 +
 examples/pyplots/fig_axes_labels_simple.py         |    22 +
 examples/pyplots/fig_x.py                          |    14 +
 {doc => examples}/pyplots/matplotlibrc             |     0
 {doc => examples}/pyplots/pyplot_annotate.py       |     0
 {doc => examples}/pyplots/pyplot_formatstr.py      |     0
 {doc => examples}/pyplots/pyplot_mathtext.py       |     0
 examples/pyplots/pyplot_scales.py                  |    55 +
 {doc => examples}/pyplots/pyplot_simple.py         |     0
 examples/pyplots/pyplot_text.py                    |    20 +
 {doc => examples}/pyplots/pyplot_three.py          |     0
 {doc => examples}/pyplots/pyplot_two_subplots.py   |     0
 {doc => examples}/pyplots/tex_demo.py              |     0
 {doc => examples}/pyplots/text_commands.py         |     0
 {doc => examples}/pyplots/text_layout.py           |     0
 {doc => examples}/pyplots/whats_new_1_subplot3d.py |     0
 examples/pyplots/whats_new_98_4_fancy.py           |    54 +
 examples/pyplots/whats_new_98_4_fill_between.py    |    16 +
 {doc => examples}/pyplots/whats_new_98_4_legend.py |     0
 .../pyplots/whats_new_99_axes_grid.py              |     0
 examples/pyplots/whats_new_99_mplot3d.py           |    18 +
 examples/pyplots/whats_new_99_spines.py            |    46 +
 examples/scales/scales.py                          |    12 +-
 examples/shapes_and_collections/scatter_demo.py    |     2 +-
 examples/showcase/anatomy.py                       |   140 +
 examples/showcase/bachelors_degrees_by_gender.py   |    21 +-
 examples/showcase/firefox.py                       |    63 +
 examples/showcase/mandelbrot.py                    |    76 +
 examples/showcase/xkcd.py                          |     2 +-
 examples/specialty_plots/advanced_hillshading.py   |    10 +-
 .../specialty_plots/topographic_hillshading.py     |     2 +-
 examples/statistics/boxplot_color_demo.py          |    17 +-
 examples/statistics/boxplot_demo.py                |    26 +-
 examples/statistics/boxplot_vs_violin_demo.py      |    32 +-
 examples/statistics/bxp_demo.py                    |    26 +-
 examples/statistics/customized_violin_demo.py      |    76 +
 examples/statistics/errorbar_demo.py               |    12 +-
 examples/statistics/errorbar_demo_features.py      |    39 +-
 examples/statistics/errorbar_limits.py             |    66 +-
 examples/statistics/errorbars_and_boxes.py         |    73 +
 examples/statistics/histogram_demo_cumulative.py   |    60 +-
 examples/statistics/histogram_demo_features.py     |    36 +-
 examples/statistics/histogram_demo_histtypes.py    |    16 +-
 examples/statistics/histogram_demo_multihist.py    |    21 +-
 .../statistics/multiple_histograms_side_by_side.py |    35 +-
 examples/statistics/violinplot_demo.py             |    24 +-
 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/style_sheets/style_sheets_reference.py    |   146 +
 examples/subplots_axes_and_figures/subplot_demo.py |     4 +-
 examples/tests/backend_driver.py                   |    11 +-
 .../text_labels_and_annotations/rainbow_text.py    |     6 +-
 examples/ticks_and_spines/tick-formatters.py       |    94 +
 examples/ticks_and_spines/tick-locators.py         |    97 +
 examples/units/bar_unit_demo.py                    |     3 +-
 examples/units/units_sample.py                     |     2 +-
 examples/units/units_scatter.py                    |    19 +-
 examples/user_interfaces/README.txt                |     4 +-
 examples/user_interfaces/README.wx                 |     2 +-
 examples/user_interfaces/embedding_in_gtk.py       |     1 -
 examples/user_interfaces/embedding_in_gtk2.py      |     1 -
 examples/user_interfaces/embedding_in_gtk3.py      |     1 -
 .../user_interfaces/embedding_in_gtk3_panzoom.py   |     1 -
 examples/user_interfaces/embedding_in_qt4.py       |     6 +-
 examples/user_interfaces/embedding_in_qt5.py       |     6 +-
 examples/user_interfaces/embedding_in_tk.py        |     2 -
 examples/user_interfaces/embedding_in_tk2.py       |     1 -
 examples/user_interfaces/embedding_in_tk_canvas.py |     3 +-
 examples/user_interfaces/embedding_in_wx2.py       |     1 -
 examples/user_interfaces/embedding_in_wx3.py       |     4 +-
 examples/user_interfaces/embedding_in_wx4.py       |     5 +-
 examples/user_interfaces/embedding_in_wx5.py       |     2 -
 examples/user_interfaces/fourier_demo_wx.py        |     1 -
 examples/user_interfaces/gtk_spreadsheet.py        |     1 -
 .../user_interfaces/histogram_demo_canvasagg.py    |     1 -
 examples/user_interfaces/interactive.py            |     2 -
 examples/user_interfaces/interactive2.py           |     2 -
 examples/user_interfaces/mpl_with_glade.py         |     2 -
 examples/user_interfaces/mpl_with_glade_316.py     |     2 -
 examples/user_interfaces/svg_histogram.py          |    16 +-
 examples/user_interfaces/svg_tooltip.py            |     2 +-
 examples/widgets/README.txt                        |     2 +-
 examples/widgets/cursor.py                         |     4 +-
 examples/widgets/lasso_selector_demo.py            |    12 +-
 examples/widgets/menu.py                           |     4 +-
 examples/widgets/radio_buttons.py                  |     6 +-
 examples/widgets/rectangle_selector.py             |     4 +-
 examples/widgets/slider_demo.py                    |     6 +-
 examples/widgets/span_selector.py                  |     5 +-
 extern/agg24-svn/include/agg_span_gouraud_rgba.h   |    16 +-
 .../agg24-svn/include/agg_span_image_filter_gray.h |     2 +-
 extern/ttconv/ttutil.cpp                           |     2 +-
 lib/matplotlib/__init__.py                         |   196 +-
 lib/matplotlib/_cm.py                              |  1676 +-
 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                              |    11 +-
 lib/matplotlib/animation.py                        |   633 +-
 lib/matplotlib/artist.py                           |   130 +-
 lib/matplotlib/axes/_axes.py                       |  2096 +-
 lib/matplotlib/axes/_base.py                       |   624 +-
 lib/matplotlib/axes/_subplots.py                   |     4 +-
 lib/matplotlib/axis.py                             |   155 +-
 lib/matplotlib/backend_bases.py                    |   128 +-
 lib/matplotlib/backend_managers.py                 |     8 +-
 lib/matplotlib/backend_tools.py                    |    15 +-
 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             |   107 +-
 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            |   178 +-
 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             |   145 +-
 lib/matplotlib/backends/backend_pgf.py             |    69 +-
 lib/matplotlib/backends/backend_ps.py              |   119 +-
 lib/matplotlib/backends/backend_qt4.py             |     9 +-
 lib/matplotlib/backends/backend_qt4agg.py          |     4 +-
 lib/matplotlib/backends/backend_qt5.py             |   105 +-
 lib/matplotlib/backends/backend_qt5agg.py          |    45 +-
 lib/matplotlib/backends/backend_svg.py             |   305 +-
 lib/matplotlib/backends/backend_template.py        |     2 +-
 lib/matplotlib/backends/backend_tkagg.py           |    26 +-
 lib/matplotlib/backends/backend_webagg.py          |     2 +-
 lib/matplotlib/backends/backend_webagg_core.py     |    43 +-
 lib/matplotlib/backends/backend_wx.py              |    26 +-
 lib/matplotlib/backends/backend_wxagg.py           |     2 +-
 lib/matplotlib/backends/qt_compat.py               |     6 +-
 lib/matplotlib/backends/qt_editor/figureoptions.py |   208 +-
 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                            |   206 +-
 lib/matplotlib/cm.py                               |    50 +-
 lib/matplotlib/collections.py                      |   218 +-
 lib/matplotlib/colorbar.py                         |    59 +-
 lib/matplotlib/colors.py                           |   602 +-
 lib/matplotlib/compat/subprocess.py                |    62 +-
 lib/matplotlib/container.py                        |     2 +-
 lib/matplotlib/contour.py                          |    60 +-
 lib/matplotlib/dates.py                            |   112 +-
 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                           |   201 +-
 lib/matplotlib/finance.py                          |    68 +-
 lib/matplotlib/font_manager.py                     |   252 +-
 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                   |     8 +-
 lib/matplotlib/lines.py                            |   160 +-
 lib/matplotlib/markers.py                          |   243 +-
 lib/matplotlib/mathtext.py                         |   543 +-
 lib/matplotlib/mlab.py                             |   924 +-
 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.svg            |     0
 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  |    84 +-
 .../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                        |    38 +-
 lib/matplotlib/patches.py                          |   177 +-
 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                            |    75 +-
 lib/matplotlib/pyplot.py                           |   994 +-
 lib/matplotlib/quiver.py                           |    33 +-
 lib/matplotlib/rcsetup.py                          |   412 +-
 lib/matplotlib/sankey.py                           |    20 +-
 lib/matplotlib/scale.py                            |   161 +-
 lib/matplotlib/sphinxext/mathmpl.py                |     5 +-
 lib/matplotlib/sphinxext/only_directives.py        |     5 +-
 lib/matplotlib/sphinxext/plot_directive.py         |     9 +-
 lib/matplotlib/sphinxext/tests/test_tinypages.py   |     4 +-
 lib/matplotlib/spines.py                           |     2 +-
 lib/matplotlib/stackplot.py                        |    31 +-
 lib/matplotlib/streamplot.py                       |    27 +-
 lib/matplotlib/style/core.py                       |    43 +-
 lib/matplotlib/table.py                            |    20 +-
 lib/matplotlib/testing/__init__.py                 |    15 +-
 lib/matplotlib/testing/compare.py                  |    20 +-
 lib/matplotlib/testing/decorators.py               |   101 +-
 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
 .../test_arrow_patches/fancyarrow_dash.png         |   Bin 0 -> 13085 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 -> 4402 bytes
 .../test_artist/clip_path_clipping.png             |   Bin 51860 -> 57839 bytes
 .../test_artist/clip_path_clipping.svg             |  1890 +-
 .../baseline_images/test_artist/default_edges.png  |   Bin 0 -> 21649 bytes
 .../tests/baseline_images/test_artist/hatching.pdf |   Bin 0 -> 2201 bytes
 .../tests/baseline_images/test_artist/hatching.png |   Bin 0 -> 12203 bytes
 .../tests/baseline_images/test_artist/hatching.svg |   248 +
 .../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 -> 17214 bytes
 .../test_axes/auto_numticks_log.png                |   Bin 0 -> 18906 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 -> 5781 bytes
 .../tests/baseline_images/test_axes/boxplot.png    |   Bin 10860 -> 9685 bytes
 .../tests/baseline_images/test_axes/boxplot.svg    |   607 +-
 .../test_axes/boxplot_autorange_false_whiskers.png |   Bin 6516 -> 5730 bytes
 .../test_axes/boxplot_autorange_true_whiskers.png  |   Bin 6890 -> 5391 bytes
 .../boxplot_mod_artists_after_plotting.png         |   Bin 1529 -> 1255 bytes
 .../test_axes/boxplot_no_inverted_whisker.png      |   Bin 1775 -> 1392 bytes
 .../test_axes/boxplot_rc_parameters.pdf            |   Bin 8025 -> 3225 bytes
 .../test_axes/boxplot_rc_parameters.png            |   Bin 9164 -> 7979 bytes
 .../test_axes/boxplot_rc_parameters.svg            |  1407 +-
 .../baseline_images/test_axes/boxplot_sym.png      |   Bin 1735 -> 1254 bytes
 .../baseline_images/test_axes/boxplot_sym2.png     |   Bin 5514 -> 5318 bytes
 .../test_axes/boxplot_with_CIarray.png             |   Bin 2492 -> 2194 bytes
 .../baseline_images/test_axes/bxp_baseline.png     |   Bin 3865 -> 2681 bytes
 .../baseline_images/test_axes/bxp_custombox.png    |   Bin 3212 -> 2585 bytes
 .../baseline_images/test_axes/bxp_customcap.png    |   Bin 2574 -> 2101 bytes
 .../baseline_images/test_axes/bxp_custommedian.png |   Bin 2032 -> 2009 bytes
 .../test_axes/bxp_customoutlier.png                |   Bin 2159 -> 1989 bytes
 .../test_axes/bxp_custompatchartist.png            |   Bin 3964 -> 11810 bytes
 .../test_axes/bxp_custompositions.png              |   Bin 2044 -> 1968 bytes
 .../test_axes/bxp_customwhisker.png                |   Bin 2066 -> 2073 bytes
 .../baseline_images/test_axes/bxp_customwidths.png |   Bin 2238 -> 2078 bytes
 .../baseline_images/test_axes/bxp_horizontal.png   |   Bin 2161 -> 2408 bytes
 .../test_axes/bxp_no_flier_stats.png               |   Bin 0 -> 1403 bytes
 .../tests/baseline_images/test_axes/bxp_nobox.png  |   Bin 1859 -> 1866 bytes
 .../tests/baseline_images/test_axes/bxp_nocaps.png |   Bin 1888 -> 1877 bytes
 .../baseline_images/test_axes/bxp_patchartist.png  |   Bin 1919 -> 1987 bytes
 .../test_axes/bxp_precentilewhis.png               |   Bin 3856 -> 2894 bytes
 .../baseline_images/test_axes/bxp_rangewhis.png    |   Bin 3802 -> 2135 bytes
 .../baseline_images/test_axes/bxp_scalarwidth.png  |   Bin 2049 -> 1960 bytes
 .../baseline_images/test_axes/bxp_with_xlabels.png |   Bin 3948 -> 2721 bytes
 .../baseline_images/test_axes/bxp_with_ylabels.png |   Bin 3435 -> 3072 bytes
 .../test_axes/bxp_withmean_custompoint.png         |   Bin 2159 -> 2226 bytes
 .../test_axes/bxp_withmean_line.png                |   Bin 2096 -> 2137 bytes
 .../test_axes/bxp_withmean_point.png               |   Bin 2174 -> 2163 bytes
 .../baseline_images/test_axes/bxp_withnotch.png    |   Bin 5119 -> 4728 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 -> 64427 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 -> 34675 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 -> 8946 bytes
 .../baseline_images/test_axes/hist2d_transpose.png |   Bin 8743 -> 8674 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 |  1871 +-
 .../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 ++-
 .../baseline_images/test_axes/hlines_basic.png     |   Bin 0 -> 9839 bytes
 .../baseline_images/test_axes/hlines_masked.png    |   Bin 0 -> 11609 bytes
 .../baseline_images/test_axes/hlines_with_nan.png  |   Bin 0 -> 20392 bytes
 .../tests/baseline_images/test_axes/imshow.pdf     |   Bin 118013 -> 40424 bytes
 .../tests/baseline_images/test_axes/imshow.png     |   Bin 108163 -> 55663 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 -> 31560 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 +-
... 3010 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