[Python-modules-commits] [matplotlib] 02/16: Import matplotlib_2.0.0~rc1.orig.tar.gz

Sandro Tosi morph at moszumanska.debian.org
Sun Dec 11 20:07:16 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 2f5b54ab80c91d292cbca677b80dd3d08ce55985
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Dec 11 10:49:18 2016 -0500

    Import matplotlib_2.0.0~rc1.orig.tar.gz
---
 .gitignore                                         |    1 +
 .mailmap                                           |  196 +-
 .travis.yml                                        |   42 +-
 INSTALL                                            |   20 +-
 LICENSE/LICENSE.PIL                                |   12 +
 README.rst                                         |   26 +-
 boilerplate.py                                     |   41 +-
 doc-requirements.txt                               |   14 +
 doc/README.txt                                     |   49 +-
 doc/_static/contour_frontpage.png                  |  Bin 14901 -> 4015 bytes
 doc/_static/histogram_frontpage.png                |  Bin 3169 -> 3195 bytes
 doc/_static/membrane_frontpage.png                 |  Bin 5872 -> 5230 bytes
 doc/_static/mpl.css                                |   78 +-
 doc/_static/surface3d_frontpage.png                |  Bin 20012 -> 8755 bytes
 doc/_templates/citing.html                         |    1 +
 doc/_templates/index.html                          |    2 +-
 doc/api/api_changes.rst                            |   58 +-
 doc/api/artist_api.rst                             |  205 +-
 doc/api/axes_api.rst                               |  652 +-
 doc/api/axis_api.rst                               |  870 ++-
 doc/api/index.rst                                  |    3 +
 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                                        |   35 +-
 doc/contents.rst                                   |    2 -
 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                              |   24 +-
 doc/faq/anatomy.png                                |  Bin 0 -> 101142 bytes
 doc/faq/fig_map.png                                |  Bin 29660 -> 0 bytes
 doc/faq/howto_faq.rst                              |   39 +-
 doc/faq/installing_faq.rst                         |    2 +-
 doc/faq/osx_framework.rst                          |    7 +
 doc/faq/usage_faq.rst                              |    4 +-
 doc/faq/virtualenv_faq.rst                         |    2 +-
 doc/glossary/index.rst                             |    2 +-
 doc/make.py                                        |    2 +-
 .../axes_grid/api/anchored_artists_api.rst         |    7 +
 doc/mpl_toolkits/axes_grid/api/index.rst           |    1 +
 doc/mpl_toolkits/index.rst                         |   16 +-
 doc/pyplots/plotmap.py                             |   49 -
 doc/resources/index.rst                            |    4 -
 doc/sphinxext/gen_gallery.py                       |   25 +-
 doc/users/annotations.rst                          |    8 +-
 doc/users/artists.rst                              |    8 +-
 doc/users/colormaps.rst                            |    2 +-
 doc/users/customizing.rst                          |    9 +-
 doc/users/dflt_style_changes.rst                   |  758 +-
 doc/users/github_stats.rst                         |  423 +-
 doc/users/image_tutorial.rst                       |    6 +-
 doc/users/intro.rst                                |    4 +-
 doc/users/mathtext.rst                             |    2 +-
 doc/users/navigation_toolbar.rst                   |   28 +-
 doc/users/path_tutorial.rst                        |    2 +-
 doc/users/prev_whats_new/whats_new_0.98.4.rst      |    6 +-
 doc/users/prev_whats_new/whats_new_0.99.rst        |    6 +-
 doc/users/prev_whats_new/whats_new_1.0.rst         |    4 +-
 doc/users/pyplot_tutorial.rst                      |   14 +-
 doc/users/recipes.rst                              |    4 +-
 doc/users/screenshots.rst                          |   12 +-
 doc/users/text_intro.rst                           |   31 +-
 doc/users/text_props.rst                           |  168 +-
 doc/users/transforms_tutorial.rst                  |    2 +-
 doc/users/usetex.rst                               |    2 +-
 doc/users/whats_new.rst                            |   23 +-
 doc/users/whats_new/boxplot_zorder_kwarg.rst       |   11 +
 doc/users/whats_new/filled_plus_and_x_markers.rst  |    7 +
 doc/users/whats_new/streamplot_zorder.rst          |    7 +
 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                      |   24 +-
 examples/api/bbox_intersect.py                     |   22 +-
 examples/api/collections_demo.py                   |    7 +-
 examples/api/colorbar_basics.py                    |   37 +
 examples/api/colorbar_only.py                      |    6 +-
 examples/api/compound_path.py                      |    8 +-
 examples/api/custom_projection_example.py          |  273 +-
 examples/api/custom_scale_example.py               |   10 +
 examples/api/date_demo.py                          |    5 +-
 examples/api/date_index_formatter.py               |   13 +-
 examples/api/demo_affine_image.py                  |    4 +
 examples/api/donut_demo.py                         |    8 +
 examples/api/engineering_formatter.py              |   10 +-
 examples/api/filled_step.py                        |   13 +-
 examples/api/font_family_rc.py                     |    4 +
 examples/api/font_file.py                          |    4 +
 examples/api/histogram_path_demo.py                |    6 +-
 examples/api/image_zcoord.py                       |    5 +-
 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                   |    8 +-
 examples/api/power_norm_demo.py                    |   36 +-
 examples/api/quad_bezier.py                        |    9 +
 examples/api/radar_chart.py                        |   26 +-
 examples/api/sankey_demo_basics.py                 |    7 +-
 examples/api/sankey_demo_links.py                  |    7 +-
 examples/api/sankey_demo_old.py                    |    8 +-
 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                      |    4 +
 examples/api/watermark_image.py                    |    6 +-
 examples/api/watermark_text.py                     |    4 +
 examples/axes_grid/demo_curvelinear_grid.py        |   10 +
 examples/axes_grid/demo_curvelinear_grid2.py       |    8 +
 examples/axes_grid/demo_floating_axes.py           |   12 +
 examples/axes_grid/demo_floating_axis.py           |   32 +-
 examples/axes_grid/demo_parasite_axes2.py          |   68 +-
 examples/axes_grid/simple_anchored_artists.py      |    2 +-
 examples/color/color_cycle_demo.py                 |    2 +-
 examples/event_handling/keypress_demo.py           |    2 -
 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/test_mouseclicks.py        |    1 -
 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_none_vs_nearest.py               |   19 +-
 .../streamplot_demo_masking.py                     |    7 +-
 examples/lines_bars_and_markers/barh_demo.py       |   14 +-
 examples/lines_bars_and_markers/fill_demo.py       |    6 +-
 .../lines_bars_and_markers/fill_demo_features.py   |    4 +-
 .../line_demo_dash_control.py                      |   12 +-
 .../line_styles_reference.py                       |    2 +-
 examples/lines_bars_and_markers/linestyles.py      |   48 +
 .../lines_bars_and_markers/scatter_with_legend.py  |    9 +-
 examples/misc/ftface_props.py                      |    2 -
 examples/mplot3d/2dcollections3d_demo.py           |   33 +-
 examples/mplot3d/quiver3d_demo.py                  |   10 +
 examples/mplot3d/rotate_axes3d_demo.py             |   16 +-
 examples/mplot3d/scatter3d_demo.py                 |   22 +-
 examples/mplot3d/subplot3d_demo.py                 |   34 +-
 examples/mplot3d/surface3d_demo.py                 |   23 +-
 examples/mplot3d/surface3d_demo2.py                |   13 +-
 examples/mplot3d/surface3d_demo3.py                |   19 +-
 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                 |   26 +-
 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 +-
 .../pie_and_polar_charts/polar_scatter_demo.py     |    8 +-
 examples/pylab_examples/accented_text.py           |    1 -
 examples/pylab_examples/agg_buffer.py              |    1 -
 examples/pylab_examples/alignment_test.py          |    1 -
 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              |    1 -
 examples/pylab_examples/bar_stacked.py             |    1 -
 examples/pylab_examples/cohere_demo.py             |    1 -
 examples/pylab_examples/color_demo.py              |    1 -
 examples/pylab_examples/colours.py                 |    1 -
 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                |    1 -
 examples/pylab_examples/cursor_demo.py             |    6 +-
 examples/pylab_examples/custom_cmap.py             |    2 -
 examples/pylab_examples/custom_ticker1.py          |    2 -
 examples/pylab_examples/data_helper.py             |    1 -
 examples/pylab_examples/date_demo_convert.py       |    2 -
 examples/pylab_examples/date_demo_rrule.py         |    1 -
 examples/pylab_examples/equal_aspect_ratio.py      |    1 -
 examples/pylab_examples/eventcollection_demo.py    |    8 +-
 examples/pylab_examples/eventplot_demo.py          |    8 +-
 examples/pylab_examples/fill_between_demo.py       |    1 -
 examples/pylab_examples/ginput_manual_clabel.py    |    1 -
 examples/pylab_examples/hyperlinks.py              |    1 -
 examples/pylab_examples/image_clip_path.py         |    1 -
 examples/pylab_examples/image_demo.py              |    1 -
 examples/pylab_examples/layer_images.py            |    1 -
 examples/pylab_examples/leftventricle_bulleye.py   |    1 -
 examples/pylab_examples/log_demo.py                |    2 +-
 examples/pylab_examples/major_minor_demo2.py       |    1 -
 examples/pylab_examples/mathtext_demo.py           |    1 -
 examples/pylab_examples/movie_demo.py              |    1 -
 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/polar_legend.py            |    2 -
 examples/pylab_examples/quadmesh_demo.py           |    1 -
 examples/pylab_examples/scatter_masked.py          |    2 +-
 examples/pylab_examples/symlog_demo.py             |    2 -
 examples/pylab_examples/tex_unicode_demo.py        |    1 -
 examples/pylab_examples/text_handles.py            |   11 +-
 .../text_rotation_relative_to_line.py              |    1 -
 examples/pylab_examples/titles_demo.py             |    1 -
 examples/pylab_examples/toggle_images.py           |    5 +-
 examples/pylab_examples/trigradient_demo.py        |   22 +-
 examples/pylab_examples/webapp_demo.py             |    1 -
 examples/pylab_examples/zorder_demo.py             |    1 -
 {doc => examples}/pyplots/align_ylabels.py         |    2 +
 {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
 {doc => examples}/pyplots/boxplot_demo.py          |    3 +-
 {doc => examples}/pyplots/compound_path_demo.py    |    3 +
 {doc => examples}/pyplots/dollar_ticks.py          |    3 +
 .../pyplots/fig_axes_customize_simple.py           |    0
 .../pyplots/fig_axes_labels_simple.py              |    3 +
 {doc => examples}/pyplots/fig_x.py                 |    0
 {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
 {doc => examples}/pyplots/pyplot_scales.py         |    3 +
 {doc => examples}/pyplots/pyplot_simple.py         |    0
 {doc => examples}/pyplots/pyplot_text.py           |    3 +
 {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
 {doc => examples}/pyplots/whats_new_98_4_fancy.py  |    0
 .../pyplots/whats_new_98_4_fill_between.py         |    0
 {doc => examples}/pyplots/whats_new_98_4_legend.py |    0
 .../pyplots/whats_new_99_axes_grid.py              |    0
 {doc => examples}/pyplots/whats_new_99_mplot3d.py  |    0
 {doc => examples}/pyplots/whats_new_99_spines.py   |    0
 examples/showcase/anatomy.py                       |  140 +
 examples/showcase/firefox.py                       |   63 +
 examples/showcase/mandelbrot.py                    |   76 +
 examples/showcase/xkcd.py                          |    2 +-
 examples/statistics/boxplot_color_demo.py          |   17 +-
 examples/statistics/boxplot_demo.py                |   22 +-
 examples/statistics/boxplot_vs_violin_demo.py      |   32 +-
 examples/statistics/bxp_demo.py                    |   22 +-
 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             |   64 +-
 examples/statistics/errorbars_and_boxes.py         |   55 +-
 examples/statistics/histogram_demo_cumulative.py   |   59 +-
 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/style_sheets_reference.py    |  146 +
 examples/tests/backend_driver.py                   |    2 -
 examples/ticks_and_spines/tick-formatters.py       |   90 +
 examples/ticks_and_spines/tick-locators.py         |   93 +
 examples/units/bar_unit_demo.py                    |    1 -
 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 |    1 -
 examples/user_interfaces/embedding_in_wx2.py       |    1 -
 examples/user_interfaces/embedding_in_wx3.py       |    2 -
 examples/user_interfaces/embedding_in_wx4.py       |    1 -
 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          |    5 +-
 examples/widgets/cursor.py                         |    2 -
 examples/widgets/span_selector.py                  |    1 -
 extern/agg24-svn/include/agg_span_gouraud_rgba.h   |   16 +-
 lib/matplotlib/__init__.py                         |   57 +-
 lib/matplotlib/_cm.py                              |   22 +-
 lib/matplotlib/_version.py                         |    4 +-
 lib/matplotlib/afm.py                              |    3 +-
 lib/matplotlib/animation.py                        |  172 +-
 lib/matplotlib/artist.py                           |  114 +-
 lib/matplotlib/axes/_axes.py                       | 1450 ++--
 lib/matplotlib/axes/_base.py                       |  486 +-
 lib/matplotlib/axis.py                             |   67 +-
 lib/matplotlib/backend_bases.py                    |   19 +-
 lib/matplotlib/backend_managers.py                 |    6 +-
 lib/matplotlib/backend_tools.py                    |   10 +
 lib/matplotlib/backends/backend_agg.py             |   11 +-
 lib/matplotlib/backends/backend_macosx.py          |    0
 lib/matplotlib/backends/backend_pdf.py             |   18 +-
 lib/matplotlib/backends/backend_ps.py              |   17 +-
 lib/matplotlib/backends/backend_svg.py             |   87 +-
 lib/matplotlib/backends/backend_tkagg.py           |    3 +
 lib/matplotlib/backends/backend_wx.py              |    7 -
 lib/matplotlib/backends/qt_editor/figureoptions.py |    8 +-
 lib/matplotlib/cbook.py                            |  105 +-
 lib/matplotlib/cm.py                               |   33 +-
 lib/matplotlib/collections.py                      |    6 +-
 lib/matplotlib/colorbar.py                         |   50 +-
 lib/matplotlib/colors.py                           |    6 +-
 lib/matplotlib/compat/subprocess.py                |    2 +-
 lib/matplotlib/contour.py                          |   60 +-
 lib/matplotlib/dates.py                            |   10 +-
 lib/matplotlib/figure.py                           |  127 +-
 lib/matplotlib/finance.py                          |   15 +-
 lib/matplotlib/font_manager.py                     |    3 +
 lib/matplotlib/image.py                            |   12 +-
 lib/matplotlib/legend_handler.py                   |    2 +-
 lib/matplotlib/lines.py                            |    2 +-
 lib/matplotlib/markers.py                          |   91 +-
 lib/matplotlib/mathtext.py                         |   26 +-
 lib/matplotlib/mlab.py                             |  900 ++-
 lib/matplotlib/mpl-data/images/back.svg            |    0
 lib/matplotlib/mpl-data/images/filesave.svg        |    0
 lib/matplotlib/mpl-data/images/forward.svg         |    0
 lib/matplotlib/mpl-data/images/hand.svg            |    0
 lib/matplotlib/mpl-data/images/home.svg            |    0
 lib/matplotlib/mpl-data/images/move.svg            |    0
 lib/matplotlib/mpl-data/images/zoom_to_rect.svg    |    0
 lib/matplotlib/mpl-data/stylelib/classic.mplstyle  |   19 +-
 lib/matplotlib/offsetbox.py                        |    4 +-
 lib/matplotlib/patches.py                          |   34 +-
 lib/matplotlib/pylab.py                            |   73 +-
 lib/matplotlib/pyplot.py                           |  941 ++-
 lib/matplotlib/quiver.py                           |   17 +-
 lib/matplotlib/rcsetup.py                          |   46 +-
 lib/matplotlib/sankey.py                           |    1 -
 lib/matplotlib/scale.py                            |  146 +-
 lib/matplotlib/sphinxext/plot_directive.py         |    2 +-
 lib/matplotlib/stackplot.py                        |   20 +-
 lib/matplotlib/streamplot.py                       |   23 +-
 lib/matplotlib/style/core.py                       |    2 +-
 lib/matplotlib/table.py                            |   12 +-
 lib/matplotlib/testing/decorators.py               |   10 +-
 .../test_arrow_patches/fancyarrow_dash.png         |  Bin 0 -> 13085 bytes
 .../test_artist/clip_path_clipping.pdf             |  Bin 4382 -> 4402 bytes
 .../test_artist/clip_path_clipping.png             |  Bin 53509 -> 57839 bytes
 .../test_artist/clip_path_clipping.svg             |  136 +-
 .../baseline_images/test_artist/default_edges.png  |  Bin 22431 -> 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 +
 .../baseline_images/test_axes/auto_numticks.png    |  Bin 21723 -> 17214 bytes
 .../test_axes/auto_numticks_log.png                |  Bin 0 -> 18906 bytes
 .../tests/baseline_images/test_axes/boxplot.pdf    |  Bin 5822 -> 5781 bytes
 .../tests/baseline_images/test_axes/boxplot.png    |  Bin 10837 -> 9685 bytes
 .../tests/baseline_images/test_axes/boxplot.svg    |  277 +-
 .../test_axes/boxplot_autorange_false_whiskers.png |  Bin 6478 -> 5730 bytes
 .../test_axes/boxplot_autorange_true_whiskers.png  |  Bin 5986 -> 5391 bytes
 .../boxplot_mod_artists_after_plotting.png         |  Bin 1269 -> 1255 bytes
 .../test_axes/boxplot_no_inverted_whisker.png      |  Bin 1441 -> 1392 bytes
 .../test_axes/boxplot_rc_parameters.pdf            |  Bin 3280 -> 3225 bytes
 .../test_axes/boxplot_rc_parameters.png            |  Bin 8588 -> 7979 bytes
 .../test_axes/boxplot_rc_parameters.svg            |  635 +-
 .../baseline_images/test_axes/boxplot_sym.png      |  Bin 1299 -> 1254 bytes
 .../baseline_images/test_axes/boxplot_sym2.png     |  Bin 5453 -> 5318 bytes
 .../test_axes/boxplot_with_CIarray.png             |  Bin 2307 -> 2194 bytes
 .../baseline_images/test_axes/bxp_baseline.png     |  Bin 2846 -> 2681 bytes
 .../baseline_images/test_axes/bxp_custombox.png    |  Bin 2673 -> 2585 bytes
 .../baseline_images/test_axes/bxp_customcap.png    |  Bin 2098 -> 2101 bytes
 .../baseline_images/test_axes/bxp_custommedian.png |  Bin 2013 -> 2009 bytes
 .../test_axes/bxp_customoutlier.png                |  Bin 1971 -> 1989 bytes
 .../test_axes/bxp_custompatchartist.png            |  Bin 10971 -> 11810 bytes
 .../test_axes/bxp_custompositions.png              |  Bin 1968 -> 1968 bytes
 .../test_axes/bxp_customwhisker.png                |  Bin 2077 -> 2073 bytes
 .../baseline_images/test_axes/bxp_customwidths.png |  Bin 2053 -> 2078 bytes
 .../baseline_images/test_axes/bxp_horizontal.png   |  Bin 2570 -> 2408 bytes
 .../test_axes/bxp_no_flier_stats.png               |  Bin 0 -> 1403 bytes
 .../tests/baseline_images/test_axes/bxp_nobox.png  |  Bin 1851 -> 1866 bytes
 .../tests/baseline_images/test_axes/bxp_nocaps.png |  Bin 1881 -> 1877 bytes
 .../baseline_images/test_axes/bxp_patchartist.png  |  Bin 1976 -> 1987 bytes
 .../test_axes/bxp_precentilewhis.png               |  Bin 3192 -> 2894 bytes
 .../baseline_images/test_axes/bxp_rangewhis.png    |  Bin 2382 -> 2135 bytes
 .../baseline_images/test_axes/bxp_scalarwidth.png  |  Bin 1955 -> 1960 bytes
 .../baseline_images/test_axes/bxp_with_xlabels.png |  Bin 2914 -> 2721 bytes
 .../baseline_images/test_axes/bxp_with_ylabels.png |  Bin 3356 -> 3072 bytes
 .../test_axes/bxp_withmean_custompoint.png         |  Bin 2187 -> 2226 bytes
 .../test_axes/bxp_withmean_line.png                |  Bin 2168 -> 2137 bytes
 .../test_axes/bxp_withmean_point.png               |  Bin 2150 -> 2163 bytes
 .../baseline_images/test_axes/bxp_withnotch.png    |  Bin 4869 -> 4728 bytes
 .../baseline_images/test_axes/contour_hatching.png |  Bin 66233 -> 64427 bytes
 .../test_axes/fill_between_interpolate.png         |  Bin 33519 -> 34675 bytes
 .../baseline_images/test_axes/hist2d_transpose.pdf |  Bin 8940 -> 8946 bytes
 .../baseline_images/test_axes/hist2d_transpose.png |  Bin 8677 -> 8674 bytes
 .../baseline_images/test_axes/hist2d_transpose.svg |   52 +-
 .../baseline_images/test_axes/hist_stacked_bar.svg |  250 +-
 .../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.png     |  Bin 55427 -> 55663 bytes
 .../baseline_images/test_axes/imshow_clip.png      |  Bin 31696 -> 31560 bytes
 .../tests/baseline_images/test_axes/loglog.png     |  Bin 16914 -> 16944 bytes
 .../baseline_images/test_axes/marker_styles.png    |  Bin 19514 -> 20689 bytes
 .../tests/baseline_images/test_axes/markevery.svg  |  534 +-
 .../baseline_images/test_axes/markevery_line.svg   |  558 +-
 .../test_axes/specgram_angle_freqs.png             |  Bin 410394 -> 132788 bytes
 .../test_axes/specgram_angle_noise.png             |  Bin 62522 -> 51705 bytes
 .../baseline_images/test_axes/specgram_freqs.png   |  Bin 110041 -> 59969 bytes
 .../test_axes/specgram_freqs_linear.png            |  Bin 110041 -> 59969 bytes
 .../test_axes/specgram_magnitude_freqs.png         |  Bin 109389 -> 25560 bytes
 .../test_axes/specgram_magnitude_freqs_linear.png  |  Bin 109389 -> 25560 bytes
 .../test_axes/specgram_magnitude_noise.png         |  Bin 38401 -> 53017 bytes
 .../test_axes/specgram_magnitude_noise_linear.png  |  Bin 38401 -> 53017 bytes
 .../baseline_images/test_axes/specgram_noise.png   |  Bin 39643 -> 53093 bytes
 .../test_axes/specgram_noise_linear.png            |  Bin 39643 -> 53093 bytes
 .../test_axes/specgram_phase_freqs.png             |  Bin 44408 -> 43647 bytes
 .../test_axes/specgram_phase_noise.png             |  Bin 20042 -> 40271 bytes
 .../baseline_images/test_axes/vlines_basic.png     |  Bin 0 -> 9892 bytes
 .../baseline_images/test_axes/vlines_masked.png    |  Bin 0 -> 11916 bytes
 .../baseline_images/test_axes/vlines_with_nan.png  |  Bin 0 -> 21335 bytes
 .../test_backend_pdf/grayscale_alpha.pdf           |  Bin 3017 -> 3027 bytes
 .../test_backend_pgf/pgf_bbox_inches.pdf           |  Bin 3585 -> 3809 bytes
 .../test_backend_pgf/pgf_mixedmode.pdf             |  Bin 11235 -> 10967 bytes
 .../test_backend_pgf/pgf_pdflatex.pdf              |  Bin 70163 -> 77402 bytes
 .../test_backend_pgf/pgf_rcupdate1.pdf             |  Bin 8521 -> 8679 bytes
 .../test_backend_pgf/pgf_rcupdate2.pdf             |  Bin 108744 -> 108693 bytes
 .../test_backend_pgf/pgf_xelatex.pdf               |  Bin 12565 -> 13148 bytes
 .../baseline_images/test_backend_svg/noscale.pdf   |  Bin 1928 -> 1939 bytes
 .../baseline_images/test_backend_svg/noscale.svg   |   54 +-
 .../baseline_images/test_colorbar/double_cbar.png  |  Bin 8062 -> 13050 bytes
 .../test_colors/light_source_shading_topo.png      |  Bin 624492 -> 624921 bytes
 .../test_cycles/fill_cycle_basic.png               |  Bin 63359 -> 70692 bytes
 .../test_cycles/fill_cycle_ignore.png              |  Bin 57251 -> 65439 bytes
 .../test_image/bbox_image_inverted.pdf             |  Bin 17549 -> 15493 bytes
 .../test_image/bbox_image_inverted.svg             |   71 +-
 .../baseline_images/test_image/image_alpha.pdf     |  Bin 4576 -> 4577 bytes
 .../baseline_images/test_image/image_alpha.png     |  Bin 5955 -> 5950 bytes
 .../baseline_images/test_image/image_alpha.svg     |  172 +-
 .../test_image/image_composite_background.pdf      |  Bin 9539 -> 9547 bytes
 .../test_image/image_composite_background.png      |  Bin 14815 -> 14734 bytes
 .../test_image/image_composite_background.svg      |   83 +-
 .../baseline_images/test_image/image_interps.pdf   |  Bin 20962 -> 21085 bytes
 .../baseline_images/test_image/image_interps.png   |  Bin 35812 -> 35922 bytes
 .../baseline_images/test_image/image_interps.svg   |  140 +-
 .../baseline_images/test_image/image_shift.pdf     |  Bin 5137 -> 5148 bytes
 .../baseline_images/test_image/image_shift.svg     |   54 +-
 .../tests/baseline_images/test_image/imshow.pdf    |  Bin 4037 -> 3842 bytes
 .../tests/baseline_images/test_image/imshow.svg    |   72 +-
 .../test_image/imshow_endianess.png                |  Bin 5320 -> 5309 bytes
 .../test_image/interp_nearest_vs_none.pdf          |  Bin 2478 -> 2488 bytes
 .../test_image/interp_nearest_vs_none.svg          |  102 +-
 .../baseline_images/test_image/mask_image.pdf      |  Bin 5879 -> 5886 bytes
 .../baseline_images/test_image/mask_image.png      |  Bin 4038 -> 4038 bytes
 .../baseline_images/test_image/mask_image.svg      |  104 +-
 .../test_image/mask_image_over_under.png           |  Bin 27224 -> 27283 bytes
 .../test_image/no_interpolation_origin.pdf         |  Bin 2639 -> 2653 bytes
 .../test_image/no_interpolation_origin.png         |  Bin 5488 -> 5528 bytes
 .../test_image/no_interpolation_origin.svg         |  100 +-
 .../baseline_images/test_image/rasterize_10dpi.pdf |  Bin 2643 -> 2626 bytes
 .../baseline_images/test_image/rasterize_10dpi.svg |   14 +-
 .../baseline_images/test_image/rotate_image.pdf    |  Bin 2473 -> 2465 bytes
 .../baseline_images/test_image/rotate_image.png    |  Bin 22559 -> 22401 bytes
 .../baseline_images/test_image/rotate_image.svg    |   81 +-
 .../tests/baseline_images/test_legend/fancy.svg    |  392 +-
 .../baseline_images/test_legend/framealpha.svg     |   72 +-
 .../baseline_images/test_legend/legend_auto1.svg   |  490 +-
 .../baseline_images/test_legend/legend_auto2.svg   |  496 +-
 .../baseline_images/test_legend/legend_auto3.svg   |   94 +-
 .../baseline_images/test_legend/legend_expand.svg  | 1020 +--
 .../test_legend/legend_various_labels.svg          |  234 +-
 .../baseline_images/test_legend/scatter_rc1.png    |  Bin 10088 -> 10020 bytes
 .../baseline_images/test_legend/scatter_rc1.svg    |  160 +-
 .../baseline_images/test_legend/scatter_rc3.svg    |  182 +-
 .../test_lines/marker_fill_styles.png              |  Bin 61763 -> 65323 bytes
 .../test_mathtext/mathtext_cm_38.pdf               |  Bin 15007 -> 15053 bytes
 .../test_mathtext/mathtext_cm_38.png               |  Bin 3749 -> 3758 bytes
 .../test_mathtext/mathtext_cm_38.svg               |  588 +-
 .../test_mathtext/mathtext_cm_49.pdf               |  Bin 9335 -> 9169 bytes
 .../test_mathtext/mathtext_cm_49.png               |  Bin 1661 -> 1757 bytes
 .../test_mathtext/mathtext_cm_49.svg               |  237 +-
 .../test_mathtext/mathtext_cm_50.pdf               |  Bin 11966 -> 10368 bytes
 .../test_mathtext/mathtext_cm_50.png               |  Bin 2695 -> 2738 bytes
 .../test_mathtext/mathtext_cm_50.svg               |  460 +-
 .../test_mathtext/mathtext_cm_53.pdf               |  Bin 8944 -> 8959 bytes
 .../test_mathtext/mathtext_cm_53.png               |  Bin 4155 -> 4408 bytes
 .../test_mathtext/mathtext_cm_53.svg               |  292 +-
 .../test_mathtext/mathtext_cm_80.pdf               |  Bin 13015 -> 13268 bytes
 .../test_mathtext/mathtext_cm_80.png               |  Bin 3989 -> 4059 bytes
 .../test_mathtext/mathtext_cm_80.svg               |  113 +-
 .../test_mathtext/mathtext_dejavusans_11.pdf       |  Bin 10917 -> 9235 bytes
 .../test_mathtext/mathtext_dejavusans_11.png       |  Bin 2074 -> 2110 bytes
 .../test_mathtext/mathtext_dejavusans_11.svg       |  254 +-
 .../test_mathtext/mathtext_dejavusans_12.pdf       |  Bin 5403 -> 5378 bytes
 .../test_mathtext/mathtext_dejavusans_12.png       |  Bin 972 -> 1238 bytes
 .../test_mathtext/mathtext_dejavusans_12.svg       |   54 +-
 .../test_mathtext/mathtext_dejavusans_35.pdf       |  Bin 7909 -> 6197 bytes
 .../test_mathtext/mathtext_dejavusans_35.png       |  Bin 1584 -> 1614 bytes
 .../test_mathtext/mathtext_dejavusans_35.svg       |  133 +-
 .../test_mathtext/mathtext_dejavusans_49.pdf       |  Bin 7971 -> 7926 bytes
 .../test_mathtext/mathtext_dejavusans_49.png       |  Bin 1645 -> 1691 bytes
 .../test_mathtext/mathtext_dejavusans_49.svg       |   68 +-
 .../test_mathtext/mathtext_dejavusans_50.pdf       |  Bin 8815 -> 8758 bytes
 .../test_mathtext/mathtext_dejavusans_50.png       |  Bin 2924 -> 2981 bytes
 .../test_mathtext/mathtext_dejavusans_50.svg       |  202 +-
 .../test_mathtext/mathtext_dejavusans_53.pdf       |  Bin 13632 -> 11647 bytes
 .../test_mathtext/mathtext_dejavusans_53.png       |  Bin 4583 -> 4426 bytes
 .../test_mathtext/mathtext_dejavusans_53.svg       |  184 +-
 .../test_mathtext/mathtext_dejavusans_54.pdf       |  Bin 12252 -> 10591 bytes
 .../test_mathtext/mathtext_dejavusans_54.png       |  Bin 4579 -> 4581 bytes
 .../test_mathtext/mathtext_dejavusans_54.svg       |  302 +-
 .../test_mathtext/mathtext_dejavusans_63.pdf       |  Bin 7791 -> 6114 bytes
 .../test_mathtext/mathtext_dejavusans_63.png       |  Bin 1516 -> 1591 bytes
 .../test_mathtext/mathtext_dejavusans_63.svg       |   74 +-
 .../test_mathtext/mathtext_dejavusans_64.pdf       |  Bin 8342 -> 6658 bytes
 .../test_mathtext/mathtext_dejavusans_64.png       |  Bin 1971 -> 2034 bytes
 .../test_mathtext/mathtext_dejavusans_64.svg       |  126 +-
 .../test_mathtext/mathtext_dejavusans_67.pdf       |  Bin 11437 -> 10011 bytes
 .../test_mathtext/mathtext_dejavusans_67.png       |  Bin 2827 -> 2913 bytes
 .../test_mathtext/mathtext_dejavusans_67.svg       |  268 +-
 .../test_mathtext/mathtext_dejavusans_68.pdf       |  Bin 8213 -> 6031 bytes
 .../test_mathtext/mathtext_dejavusans_68.png       |  Bin 1688 -> 1553 bytes
 .../test_mathtext/mathtext_dejavusans_68.svg       |   67 +-
 .../test_mathtext/mathtext_dejavusans_80.pdf       |  Bin 7791 -> 7965 bytes
 .../test_mathtext/mathtext_dejavusans_80.png       |  Bin 4267 -> 4242 bytes
 .../test_mathtext/mathtext_dejavusans_80.svg       |   94 +-
 .../test_mathtext/mathtext_dejavuserif_11.pdf      |  Bin 11035 -> 9340 bytes
 .../test_mathtext/mathtext_dejavuserif_11.png      |  Bin 2089 -> 2071 bytes
 .../test_mathtext/mathtext_dejavuserif_11.svg      |  188 +-
 .../test_mathtext/mathtext_dejavuserif_12.pdf      |  Bin 5409 -> 5391 bytes
 .../test_mathtext/mathtext_dejavuserif_12.png      |  Bin 914 -> 1194 bytes
 .../test_mathtext/mathtext_dejavuserif_12.svg      |   54 +-
 .../test_mathtext/mathtext_dejavuserif_35.pdf      |  Bin 7933 -> 6222 bytes
 .../test_mathtext/mathtext_dejavuserif_35.png      |  Bin 1531 -> 1613 bytes
 .../test_mathtext/mathtext_dejavuserif_35.svg      |  101 +-
 .../test_mathtext/mathtext_dejavuserif_50.pdf      |  Bin 8867 -> 8812 bytes
 .../test_mathtext/mathtext_dejavuserif_50.png      |  Bin 2992 -> 3054 bytes
 .../test_mathtext/mathtext_dejavuserif_50.svg      |  214 +-
 .../test_mathtext/mathtext_dejavuserif_53.pdf      |  Bin 13644 -> 11663 bytes
 .../test_mathtext/mathtext_dejavuserif_53.png      |  Bin 4413 -> 4356 bytes
 .../test_mathtext/mathtext_dejavuserif_53.svg      |  190 +-
 .../test_mathtext/mathtext_dejavuserif_54.pdf      |  Bin 12558 -> 10891 bytes
 .../test_mathtext/mathtext_dejavuserif_54.png      |  Bin 4469 -> 4533 bytes
 .../test_mathtext/mathtext_dejavuserif_54.svg      |  394 +-
 .../test_mathtext/mathtext_dejavuserif_63.pdf      |  Bin 7797 -> 6122 bytes
 .../test_mathtext/mathtext_dejavuserif_63.png      |  Bin 1487 -> 1549 bytes
 .../test_mathtext/mathtext_dejavuserif_63.svg      |   98 +-
 .../test_mathtext/mathtext_dejavuserif_64.pdf      |  Bin 8166 -> 6478 bytes
 .../test_mathtext/mathtext_dejavuserif_64.png      |  Bin 1862 -> 1981 bytes
 .../test_mathtext/mathtext_dejavuserif_64.svg      |  140 +-
 .../test_mathtext/mathtext_dejavuserif_67.pdf      |  Bin 11811 -> 10388 bytes
 .../test_mathtext/mathtext_dejavuserif_67.png      |  Bin 3042 -> 3107 bytes
 .../test_mathtext/mathtext_dejavuserif_67.svg      |  276 +-
 .../test_mathtext/mathtext_dejavuserif_68.pdf      |  Bin 8069 -> 5876 bytes
 .../test_mathtext/mathtext_dejavuserif_68.png      |  Bin 1576 -> 1443 bytes
 .../test_mathtext/mathtext_dejavuserif_68.svg      |  129 +-
 .../test_mathtext/mathtext_dejavuserif_80.pdf      |  Bin 9543 -> 9794 bytes
 .../test_mathtext/mathtext_dejavuserif_80.png      |  Bin 4322 -> 4289 bytes
 .../test_mathtext/mathtext_dejavuserif_80.svg      |  100 +-
 .../test_mathtext/mathtext_stix_11.pdf             |  Bin 9496 -> 9517 bytes
 .../test_mathtext/mathtext_stix_11.png             |  Bin 1862 -> 1904 bytes
 .../test_mathtext/mathtext_stix_11.svg             |  234 +-
 .../test_mathtext/mathtext_stix_12.pdf             |  111 +-
 .../test_mathtext/mathtext_stix_12.png             |  Bin 852 -> 1118 bytes
 .../test_mathtext/mathtext_stix_12.svg             |   52 +-
 .../test_mathtext/mathtext_stix_35.pdf             |  Bin 6626 -> 6616 bytes
 .../test_mathtext/mathtext_stix_35.png             |  Bin 1429 -> 1665 bytes
 .../test_mathtext/mathtext_stix_35.svg             |  160 +-
 .../test_mathtext/mathtext_stix_53.pdf             |  Bin 12371 -> 12379 bytes
 .../test_mathtext/mathtext_stix_53.png             |  Bin 4272 -> 4727 bytes
 .../test_mathtext/mathtext_stix_53.svg             |  290 +-
 .../test_mathtext/mathtext_stix_54.pdf             |  Bin 13194 -> 11535 bytes
 .../test_mathtext/mathtext_stix_54.png             |  Bin 3916 -> 3993 bytes
 .../test_mathtext/mathtext_stix_54.svg             |  394 +-
 .../test_mathtext/mathtext_stix_63.pdf             |  Bin 8157 -> 6467 bytes
 .../test_mathtext/mathtext_stix_63.png             |  Bin 1358 -> 1430 bytes
 .../test_mathtext/mathtext_stix_63.svg             |   60 +-
 .../test_mathtext/mathtext_stix_64.pdf             |  Bin 6626 -> 6604 bytes
 .../test_mathtext/mathtext_stix_64.png             |  Bin 1693 -> 1776 bytes
 .../test_mathtext/mathtext_stix_64.svg             |   58 +-
 .../test_mathtext/mathtext_stix_67.pdf             |  Bin 10729 -> 9038 bytes
 .../test_mathtext/mathtext_stix_67.png             |  Bin 2717 -> 2791 bytes
 .../test_mathtext/mathtext_stix_67.svg             |  342 +-
 .../test_mathtext/mathtext_stix_68.pdf             |  Bin 6102 -> 6035 bytes
 .../test_mathtext/mathtext_stix_68.png             |  Bin 1450 -> 1373 bytes
 .../test_mathtext/mathtext_stix_68.svg             |  104 +-
 .../test_mathtext/mathtext_stix_80.pdf             |  Bin 9710 -> 9960 bytes
 .../test_mathtext/mathtext_stix_80.png             |  Bin 3859 -> 3964 bytes
 .../test_mathtext/mathtext_stix_80.svg             |  110 +-
 .../test_mathtext/mathtext_stixsans_11.pdf         |  Bin 9447 -> 9475 bytes
 .../test_mathtext/mathtext_stixsans_11.png         |  Bin 1955 -> 2015 bytes
 .../test_mathtext/mathtext_stixsans_11.svg         |  214 +-
 .../test_mathtext/mathtext_stixsans_12.pdf         |  Bin 5454 -> 5475 bytes
 .../test_mathtext/mathtext_stixsans_12.png         |  Bin 869 -> 1103 bytes
 .../test_mathtext/mathtext_stixsans_12.svg         |   52 +-
 .../test_mathtext/mathtext_stixsans_35.pdf         |  Bin 6345 -> 6329 bytes
 .../test_mathtext/mathtext_stixsans_35.png         |  Bin 1430 -> 1644 bytes
 .../test_mathtext/mathtext_stixsans_35.svg         |   60 +-
 .../test_mathtext/mathtext_stixsans_53.pdf         |  Bin 12159 -> 12163 bytes
 .../test_mathtext/mathtext_stixsans_53.png         |  Bin 4286 -> 4713 bytes
 .../test_mathtext/mathtext_stixsans_53.svg         |  174 +-
 .../test_mathtext/mathtext_stixsans_54.pdf         |  Bin 14475 -> 12811 bytes
 .../test_mathtext/mathtext_stixsans_54.png         |  Bin 4010 -> 4106 bytes
 .../test_mathtext/mathtext_stixsans_54.svg         |  338 +-
 .../test_mathtext/mathtext_stixsans_63.pdf         |  Bin 8038 -> 6345 bytes
 .../test_mathtext/mathtext_stixsans_63.png         |  Bin 1375 -> 1464 bytes
 .../test_mathtext/mathtext_stixsans_63.svg         |   60 +-
 .../test_mathtext/mathtext_stixsans_64.pdf         |  Bin 6707 -> 6682 bytes
 .../test_mathtext/mathtext_stixsans_64.png         |  Bin 1657 -> 1756 bytes
 .../test_mathtext/mathtext_stixsans_64.svg         |  122 +-
 .../test_mathtext/mathtext_stixsans_67.pdf         |  Bin 10305 -> 8621 bytes
 .../test_mathtext/mathtext_stixsans_67.png         |  Bin 2667 -> 2699 bytes
 .../test_mathtext/mathtext_stixsans_67.svg         |  254 +-
 .../test_mathtext/mathtext_stixsans_68.pdf         |  Bin 6118 -> 6062 bytes
 .../test_mathtext/mathtext_stixsans_68.png         |  Bin 1465 -> 1330 bytes
 .../test_mathtext/mathtext_stixsans_68.svg         |   92 +-
 .../test_mathtext/mathtext_stixsans_80.pdf         |  Bin 10372 -> 10630 bytes
 .../test_mathtext/mathtext_stixsans_80.png         |  Bin 3739 -> 3946 bytes
 .../test_mathtext/mathtext_stixsans_80.svg         |  102 +-
 .../test_patheffects/patheffect3.png               |  Bin 76189 -> 81383 bytes
 .../test_patheffects/patheffect3.svg               |  220 +-
 .../tests/baseline_images/test_png/pngsuite.png    |  Bin 43671 -> 41264 bytes
 .../test_simplification/hatch_simplify.png         |  Bin 11712 -> 15935 bytes
 .../test_tightlayout/outward_ticks.pdf             |  Bin 2242 -> 6530 bytes
 .../test_tightlayout/outward_ticks.png             |  Bin 6177 -> 25672 bytes
 .../test_tightlayout/outward_ticks.svg             |  848 ++-
 .../test_tightlayout/tight_layout5.pdf             |  Bin 5757 -> 5767 bytes
 .../test_tightlayout/tight_layout5.png             |  Bin 8521 -> 8519 bytes
 .../test_tightlayout/tight_layout5.svg             |   54 +-
 .../test_transforms/pre_transform_data.pdf         |  Bin 34737 -> 34664 bytes
 .../test_transforms/pre_transform_data.png         |  Bin 81401 -> 76374 bytes
 .../test_transforms/pre_transform_data.svg         | 7430 ++++++++++----------
 .../test_triangulation/tri_smooth_contouring.png   |  Bin 363930 -> 384670 bytes
 .../test_triangulation/tri_smooth_gradient.png     |  Bin 272893 -> 289888 bytes
 lib/matplotlib/tests/test_animation.py             |   27 +
 lib/matplotlib/tests/test_arrow_patches.py         |   26 +
 lib/matplotlib/tests/test_artist.py                |   31 +-
 lib/matplotlib/tests/test_axes.py                  |  293 +-
 lib/matplotlib/tests/test_backend_bases.py         |    4 +-
 lib/matplotlib/tests/test_backend_pgf.py           |    4 -
 lib/matplotlib/tests/test_basic.py                 |    9 +-
 lib/matplotlib/tests/test_coding_standards.py      |   27 +-
 lib/matplotlib/tests/test_collections.py           |    2 +-
 lib/matplotlib/tests/test_colorbar.py              |   11 +-
 lib/matplotlib/tests/test_colors.py                |    4 +-
 lib/matplotlib/tests/test_contour.py               |   15 +-
 lib/matplotlib/tests/test_cycles.py                |    3 +
 lib/matplotlib/tests/test_figure.py                |   11 +
 lib/matplotlib/tests/test_image.py                 |   36 +-
 lib/matplotlib/tests/test_lines.py                 |   12 +-
 lib/matplotlib/tests/test_mathtext.py              |    2 +-
 lib/matplotlib/tests/test_patches.py               |    8 +
 lib/matplotlib/tests/test_quiver.py                |   28 +
 lib/matplotlib/tests/test_rcparams.py              |   39 +-
 lib/matplotlib/tests/test_scale.py                 |    5 +
 lib/matplotlib/tests/test_simplification.py        |   14 +-
 lib/matplotlib/tests/test_skew.py                  |  135 +-
 lib/matplotlib/tests/test_streamplot.py            |    2 +-
 lib/matplotlib/tests/test_style.py                 |    9 +-
 lib/matplotlib/tests/test_table.py                 |    9 +-
 lib/matplotlib/tests/test_text.py                  |    5 -
 lib/matplotlib/tests/test_ticker.py                |   43 +-
 lib/matplotlib/tests/test_tightlayout.py           |    5 +-
 lib/matplotlib/tests/test_triangulation.py         |    2 +
 lib/matplotlib/tests/test_type1font.py             |    3 +-
 lib/matplotlib/text.py                             |   10 +-
 lib/matplotlib/ticker.py                           |  381 +-
 lib/matplotlib/tri/tricontour.py                   |    8 +-
 lib/matplotlib/tri/triinterpolate.py               |    4 +-
 lib/mpl_toolkits/axes_grid1/anchored_artists.py    |  372 +-
 lib/mpl_toolkits/axes_grid1/axes_grid.py           |    2 +-
 lib/mpl_toolkits/axes_grid1/colorbar.py            |    2 +-
 lib/mpl_toolkits/axes_grid1/parasite_axes.py       |   12 -
 lib/mpl_toolkits/mplot3d/art3d.py                  |    4 +-
 lib/mpl_toolkits/mplot3d/axes3d.py                 |    5 -
 lib/mpl_toolkits/mplot3d/axis3d.py                 |    1 -
 lib/mpl_toolkits/mplot3d/proj3d.py                 |    1 -
 .../test_axes_grid/imagegrid_cbar_mode.png         |  Bin 325316 -> 329572 bytes
 .../test_axes_grid1/inset_locator.png              |  Bin 9610 -> 9490 bytes
 lib/mpl_toolkits/tests/test_axes_grid.py           |    2 +-
 lib/mpl_toolkits/tests/test_mplot3d.py             |    5 -
 matplotlibrc.template                              |   23 +-
 setup.py                                           |    7 +-
 setupext.py                                        |   72 +-
 src/_backend_agg.cpp                               |    5 +-
 src/_backend_agg.h                                 |    8 +-
 src/_backend_agg_basic_types.h                     |    1 +
 src/_backend_agg_wrapper.cpp                       |   10 +-
 src/_backend_gdk.c                                 |    9 -
 src/_gtkagg.cpp                                    |    4 +-
 src/_image_wrapper.cpp                             |    2 +-
 src/_macosx.m                                      |   16 +-
 src/_path_wrapper.cpp                              |    3 +-
 src/_tkagg.cpp                                     |   17 +-
 src/py_converters.cpp                              |    9 +-
 src/qhull_wrap.c                                   |    2 +-
 tests.py                                           |   27 +-
 tools/gh_api.py                                    |    7 +
 729 files changed, 23643 insertions(+), 16771 deletions(-)

diff --git a/.gitignore b/.gitignore
index 722a42e..ddf62f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,6 +62,7 @@ doc/_templates/gallery.html
 doc/users/installing.rst
 doc/_static/matplotlibrc
 doc/pyplots/tex_demo.png
+doc/api/_as_gen
 lib/dateutil
 examples/*/*.pdf
 examples/*/*.png
diff --git a/.mailmap b/.mailmap
index b9d8d17..f638116 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,64 +1,180 @@
+Adam Ortiz <adam.ortiz at utoronto.ca>
+
 Adrien F. Vincent <vincent.adrien at gmail.com>
-Andrew Dawson <ajdawson at acm.org> Andrew Dawson <dawson at atm.ox.ac.uk>
-anykraus <kraus at mpip-mainz.mpg.de> anykraus <anykraus at users.noreply.github.com>
-Ben Cohen <bj.cohen19 at gmail.com> Ben Cohen <ben at cohen-family.org>
+Adrien F. Vincent <vincent.adrien at gmail.com> <adrien.vincent at u-psud.fr>
+
+Andrew Dawson <ajdawson at acm.org> <dawson at atm.ox.ac.uk>
+
+anykraus <kraus at mpip-mainz.mpg.de> <anykraus at users.noreply.github.com>
+
+Ariel Hernán Curiale <curiale at gmail.com>
+
+Ben Cohen <bj.cohen19 at gmail.com> <ben at cohen-family.org>
+
 Ben Root <ben.v.root at gmail.com> Benjamin Root <ben.v.root at gmail.com>
+
+Benjamin Congdon <bencongdon96 at gmail.com>
+Benjamin Congdon <bencongdon96 at gmail.com> bcongdon <bcongdo2 at illinois.edu>
+
+Casper van der Wel <caspervdw at gmail.com>
+
 Christoph Gohlke <cgohlke at uci.edu> cgohlke <cgohlke at uci.edu>
 Christoph Gohlke <cgohlke at uci.edu> C. Gohlke <cgohlke at uci.edu>
+
 Cimarron Mittelsteadt <cimarronm at gmail.com> Cimarron <cimarronm at gmail.com>
+
+Conner R. Phillips <conner.r.phillips at gmail.com> <conner.r.phillips.com>
+
+Dan Hickstein <danhickstein at gmail.com>
+
+Daniel Hyams <dhyams at gmail.com>
 Daniel Hyams <dhyams at gmail.com> Daniel Hyams <dhyams at gitdev.(none)>
-Daniel Hyams <dhyams at gmail.com> dhyams <dhyams at gmail.com>
-Eric Dill <thedizzle at gmail.com> Eric Dill <edill at bnl.gov>
-Erik Bray <erik.m.bray at gmail.com> Erik M. Bray <embray at stsci.edu>
+
+David Kua <david at kua.io> <david.kua at mail.utoronto.ca>
+
+Devashish Deshpande <ashu.9412 at gmail.com>
+
+endolith <endolith at gmail.com>
+
+Eric Dill <thedizzle at gmail.com> <edill at bnl.gov>
+
+Erik Bray <erik.m.bray at gmail.com> <embray at stsci.edu>
+
+Eric Ma <ericmajinglong at gmail.com> <ericmjl at Erics-MacBook-Pro.local>
+Eric Ma <ericmajinglong at gmail.com> <ericmjl at users.noreply.github.com>
+
+Filipe Fernandes <ocefpaf at gmail.com>
+
+Florian Le Bourdais <florian.s.lebourdais at gmail.com>
+
 Francesco Montesano <franz.bergesund at gmail.com> montefra <franz.bergesund at gmail.com>
-Jake Vanderplas <jakevdp at gmail.com> Jake Vanderplas <jakevdp at yahoo.com>
-Jake Vanderplas <jakevdp at gmail.com> Jake Vanderplas <vanderplas at astro.washington.edu>
-James R. Evans <jrevans1 at earthlink.net> James Evans <jrevans1 at earthlink.net>
-Jeffrey Bingham <bingjeff at gmail.com> Jeff Bingham <bingjeff at gmail.com>
-Jens Hedegaard Nielsen <jenshnielsen at gmail.com> Jens Hedegaard Nielsen <jens.nielsen at ucl.ac.uk>
-Jens Hedegaard Nielsen <jenshnielsen at gmail.com> Jens H Nielsen <jenshnielsen at gmail.com>
-Jens Hedegaard Nielsen <jenshnielsen at gmail.com> Jens H. Nielsen <jenshnielsen at gmail.com>
-Jens Hedegaard Nielsen <jenshnielsen at gmail.com> Jens H. Nielsen <jens.nielsen at ucl.ac.uk>
-John Hunter <jdh2358 at gmail.com> jdh2358 <jdh2358 at gmail.com>
+
+hannah <story645 at gmail.com>
+
+Hans Moritz Günther <moritz.guenther at gmx.de>
+
+J. Goutin <JGoutin at users.noreply.github.com> JGoutin <ginnungagap at free.fr>
+
+Jack Kelly <jack.kelly at imperial.ac.uk> <daniel.kelly10 at imperial.ac.uk>
+Jack Kelly <jack.kelly at imperial.ac.uk> <jack-list at xlk.org.uk>
+
+Jaime Fernandez <jaime.frio at gmail.com>
+
+Jake Vanderplas <jakevdp at gmail.com>
+Jake Vanderplas <jakevdp at gmail.com> <jakevdp at yahoo.com>
+Jake Vanderplas <jakevdp at gmail.com> <vanderplas at astro.washington.edu>
+
+James R. Evans <jrevans1 at earthlink.net>
+
+Jeff Lutgen <jlutgen at gmail.com> <jlutgen at users.noreply.github.com>
+
+Jeffrey Bingham <bingjeff at gmail.com>
+
+Jens Hedegaard Nielsen <jenshnielsen at gmail.com>
+Jens Hedegaard Nielsen <jenshnielsen at gmail.com> <jens.nielsen at ucl.ac.uk>
+
+John Hunter <jdh2358 at gmail.com>
+
+Jorrit Wronski <jowr at mek.dtu.dk>
+
 Joseph Fox-Rabinovitz <jfoxrabinovitz at gmail.com> Mad Physicist <madphysicist at users.noreply.github.com>
 Joseph Fox-Rabinovitz <jfoxrabinovitz at gmail.com> Joseph Fox-Rabinovitz <joseph.r.fox-rabinovitz at nasa.gov>
-Jouni K. Seppänen <jks at iki.fi> Jouni K. Seppänen <jks at iki.fi>
-Julien Schueller <julien.schueller at gmail.com> jschueller <schueller at porsche-l64.phimeca.lan>
-Julien Schueller <julien.schueller at gmail.com> Julien Schueller <schueller at bx-l64.phimeca.lan>
-Julien Schueller <julien.schueller at gmail.com> Julien Schueller <schueller at porsche-l64.phimeca.lan>
-Kevin Davies <kdavies4 at gmail.com> Kevin Davies <daviesk24 at yahoo.com>
-kikocorreoso <kikocorreoso at gmail.com> kikocorreoso <kikocorreoso at users.noreply.github.com>
-Lennart Fricke <lennart at die-frickes.eu> Lennart Fricke <lennart.fricke at kabelmail.de>
-Levi Kilcher <levi.kilcher at nrel.gov> Levi Kilcher <Levi.Kilcher at nrel.gov>
-Martin Fitzpatrick <martin.fitzpatrick at gmail.com> Martin Fitzpatrick <mfitzp at abl.es>
-Matthias Bussonnier <bussonniermatthias at gmail.com> Bussonnier Matthias <bussonniermatthias at gmail.com>
-Matthias Bussonnier <bussonniermatthias at gmail.com> Matthias BUSSONNIER <bussonniermatthias at gmail.com>
-Michael Droettboom <mdboom at gmail.com> Michael Droettboom <mdroe at stsci.edu>
+
+Jouni K. Seppänen <jks at iki.fi>
+
+Julien Schueller <julien.schueller at gmail.com> <schueller at porsche-l64.phimeca.lan>
+Julien Schueller <julien.schueller at gmail.com> <schueller at bx-l64.phimeca.lan>
+
+Kevin Davies <kdavies4 at gmail.com> <daviesk24 at yahoo.com>
+
+kikocorreoso <kikocorreoso at gmail.com> <kikocorreoso at users.noreply.github.com>
+
+Klara Gerlei <klarizsofi at gmail.com>
+Klara Gerlei <klarizsofi at gmail.com> klaragerlei <s1466507 at sms.ed.ac.uk>
+
+Kristen M. Thyng <kthyng at gmail.com>
+
+Leeonadoh <leo.sunpeng.li at gmail.com>
+
+Lennart Fricke <lennart at die-frickes.eu> <lennart.fricke at kabelmail.de>
+
+Levi Kilcher <levi.kilcher at nrel.gov>
+
+Lion Krischer <lion.krischer at gmail.com> <krischer at geophysik.uni-muenchen.de>
+
+Martin Fitzpatrick <martin.fitzpatrick at gmail.com> <mfitzp at abl.es>
+
+Matthew Emmett <memmett at gmail.com>
+Matthew Emmett <memmett at gmail.com> <memmett at unc.edu>
+
+Matthias Bussonnier <bussonniermatthias at gmail.com>
+
+Matthias Lüthi <maluethi at protonmail.ch>
+Matthias Lüthi <maluethi at protonmail.ch> <matthias.luethi at lhep.unibe.ch>
+
+Michael Droettboom <mdboom at gmail.com> <mdroe at stsci.edu>
 Michael Droettboom <mdboom at gmail.com> Michael Droettboom <mdboom at debian-vm>
+
+Michiel de Hoon <mjldehoon at yahoo.com>
 Michiel de Hoon <mjldehoon at yahoo.com> Michiel de Hoon <mdehoon at mad002s-MacBook-Air.local>
 Michiel de Hoon <mjldehoon at yahoo.com> Michiel de Hoon <mdehoon at michiel-de-hoons-computer.local>
 Michiel de Hoon <mjldehoon at yahoo.com> Michiel de Hoon <mdehoon at Michiels-MacBook-Pro.local>
 Michiel de Hoon <mjldehoon at yahoo.com> Michiel de Hoon <mdehoon at tkx294.genome.gsc.riken.jp>
+
+MinRK <benjaminrk at gmail.com>
 MinRK <benjaminrk at gmail.com> Min RK <minrk at kerbin.local>
-Nelle Varoquaux <nelle.varoquaux at gmail.com> Varoquaux <nelle.varoquaux at gmail.com>
+
+Nelle Varoquaux <nelle.varoquaux at gmail.com>
+
 Nic Eggert <nic.eggert at gmail.com> Nic Eggert <nic at eggert.pw>
 Nic Eggert <nic.eggert at gmail.com> Nic Eggert <nse23 at cornell.edu>
-Nicolas P. Rougier <Nicolas.Rougier at inria.fr> Nicolas Rougier <Nicolas.Rougier at inria.fr>
-Paul Ivanov <pivanov314 at gmail.com> Paul Ivanov <pi at berkeley.edu>
-Per Parker <wisalam at live.com> Per <wisalam at live.com>
-Per Parker <wisalam at live.com> solvents <wisalam at live.com>
-Peter Würtz <pwuertz at gmail.com> Peter Würtz <pwuertz at googlemail.com>
-Peter Würtz <pwuertz at gmail.com> pwuertz <pwuertz at gmail.com>
-Peter Würtz <pwuertz at gmail.com> pwuertz <pwuertz at googlemail.com>
-Phil Elson <pelson.pub at gmail.com> pelson <pelson.pub at gmail.com>
-Phil Elson <pelson.pub at gmail.com> pelson <philipelson at hotmail.com>
-Phil Elson <pelson.pub at gmail.com> Phil Elson <philipelson at gmail.com>
-Phil Elson <pelson.pub at gmail.com> Phil Elson <philipelson at hotmail.com>
-Scott Lasley <selasley at me.com> selasley <selasley at me.com>
+
+Nicolas P. Rougier <Nicolas.Rougier at inria.fr>
+
+OceanWolf <juichenieder-tigger at yahoo.co.uk>
+
+Patrick Chen <pat.chen at mail.utoronto.ca>
+
+Paul Hobson <pmhobson at gmail.com>
+Paul Hobson <pmhobson at gmail.com> vagrant <vagrant at precise32.(none)>
+
+Paul Ivanov <pivanov314 at gmail.com> <pi at berkeley.edu>
+
+Per Parker <wisalam at live.com>
+
+Peter Würtz <pwuertz at gmail.com>
+Peter Würtz <pwuertz at gmail.com> <pwuertz at googlemail.com>
+
+Phil Elson <pelson.pub at gmail.com>
+Phil Elson <pelson.pub at gmail.com> <philipelson at hotmail.com>
+Phil Elson <pelson.pub at gmail.com> <philipelson at gmail.com>
+
+productivememberofsociety666 <productivememberofsociety666 at sol.fr.am> none <none at example.net>
+
+RyanPan <ryanbelt1993129 at hotmail.com>
+
+Scott Lasley <selasley at me.com>
+
+Sebastian Raschka <mail at sebastianraschka.com>
+Sebastian Raschka <mail at sebastianraschka.com> <se.raschka at me.com>
+
+Simon Cross <hodgestar+github at gmail.com> <hodgestar at gmail.com>
+
+Slav Basharov <slavbacharov at gmail.com>
+
 sohero <herosgq at gmail.com> sohero <ivip at tom.com>
+
+Stefan van der Walt <stefanv at berkeley.edu> <stefan at sun.ac.za>
+
 switham <github at mac-guyver.com> switham <switham_github at mac-guyver.com>
+
 Thomas A Caswell <tcaswell at gmail.com> Thomas A Caswell <tcaswell at bnl.gov>
 Thomas A Caswell <tcaswell at gmail.com> Thomas A Caswell <tcaswell at uchicago.edu>
 Thomas A Caswell <tcaswell at gmail.com> Thomas A Caswell <“tcaswell at gmail.com”>
+
+Trish Gillett-Kawamoto <trish.gillett at shopify.com> <discardthree at gmail.com>
+
+Werner F Bruhin <wernerfbd at gmx.ch>
+
 Yunfei Yang <yangyunf at iits-b473-20053.(none)> Yunfei Yang <yangyunf at iits-b473-20057.(none)>
 Yunfei Yang <yangyunf at iits-b473-20053.(none)> Yunfei Yang <yangyunf at iits-b473-20061.(none)>
diff --git a/.travis.yml b/.travis.yml
index 74c99ef..0354378 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,20 +41,23 @@ env:
     - PANDAS=
     - NPROC=2
     - TEST_ARGS=--no-pep8
+    - DELETE_FONT_CACHE=
 
 language: python
 
 matrix:
   include:
     - python: 2.7
-      env: MOCK=mock NUMPY=numpy==1.6
+      env: MOCK=mock NUMPY=numpy==1.7.1
     - python: 3.4
     - python: 3.5
-      env: PANDAS=pandas
+      env: PANDAS=pandas DELETE_FONT_CACHE=1
     - python: 2.7
       env: TEST_ARGS=--pep8
     - python: 2.7
       env: BUILD_DOCS=true MOCK=mock
+    - python: "3.6-dev"
... 64709 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