[Python-modules-commits] [matplotlib] branch upstream-experimental updated (2f5b54a -> 3dd9257)

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


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

morph pushed a change to branch upstream-experimental
in repository matplotlib.

      from  2f5b54a   Import matplotlib_2.0.0~rc1.orig.tar.gz
       new  3dd9257   Import matplotlib_2.0.0~rc2.orig.tar.gz

The 1 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:
 doc-requirements.txt                               |   2 +-
 doc/api/animation_api.rst                          | 338 +++++++++++++++-
 doc/api/api_changes.rst                            |  19 +
 doc/api/api_changes/2016-12-09-AL_afm.rst          |   7 +
 doc/conf.py                                        |  12 +-
 doc/faq/howto_faq.rst                              |   3 +-
 .../axes_grid/figures/simple_axisartist1.py        |   2 +-
 .../axes_grid/figures/simple_axisline2.py          |   2 +-
 doc/users/dflt_style_changes.rst                   |  30 +-
 doc/users/github_stats.rst                         | 104 +++--
 doc/users/plotting/examples/custom_boxstyle02.py   |   2 +-
 doc/users/whats_new.rst                            |   4 +-
 doc/users/whats_new/plot_surface.rst               |  15 +
 examples/api/barchart_demo.py                      |   2 +-
 examples/api/date_demo.py                          |   2 +-
 examples/api/font_file.py                          |   2 +-
 examples/api/histogram_path_demo.py                |   2 +-
 examples/api/radar_chart.py                        |   2 +-
 examples/api/unicode_minus.py                      |   8 +-
 examples/axes_grid/demo_curvelinear_grid.py        |   2 +-
 examples/axes_grid/demo_floating_axes.py           |   2 +-
 examples/axes_grid/demo_parasite_axes2.py          |   2 +-
 examples/event_handling/README.txt                 |   2 +-
 examples/event_handling/lasso_demo.py              |   3 +-
 examples/event_handling/legend_picking.py          |   2 +-
 examples/event_handling/viewlims.py                |   4 +-
 .../streamplot_demo_masking.py                     |   4 +-
 examples/misc/ftface_props.py                      |   4 +-
 examples/misc/sample_data_demo.py                  |   2 +-
 examples/misc/svg_filter_line.py                   |   4 +-
 examples/misc/svg_filter_pie.py                    |  10 +-
 examples/mplot3d/surface3d_demo.py                 |   2 +-
 examples/mplot3d/surface3d_demo2.py                |   2 +-
 examples/mplot3d/surface3d_demo3.py                |   3 +-
 examples/mplot3d/surface3d_radial_demo.py          |   2 +-
 examples/pylab_examples/README                     |  11 -
 examples/pylab_examples/accented_text.py           |   2 +-
 examples/pylab_examples/bar_stacked.py             |   2 +-
 examples/pylab_examples/barchart_demo.py           |   2 +-
 examples/pylab_examples/barchart_demo2.py          |   3 +-
 examples/pylab_examples/centered_ticklabels.py     |   2 +-
 examples/pylab_examples/custom_ticker1.py          |   2 +-
 examples/pylab_examples/data_helper.py             |  60 ---
 examples/pylab_examples/date_index_formatter.py    |   6 +-
 examples/pylab_examples/demo_agg_filter.py         |   3 +-
 examples/pylab_examples/demo_bboximage.py          |   1 +
 examples/pylab_examples/errorbar_subsample.py      |   2 +-
 examples/pylab_examples/leftventricle_bulleye.py   |   2 +-
 examples/pylab_examples/log_bar.py                 |   4 +-
 examples/pylab_examples/movie_demo.py              |  26 --
 examples/pylab_examples/print_stdout.py            |   6 +-
 examples/pylab_examples/pythonic_matplotlib.py     |   4 +-
 examples/pylab_examples/scatter_demo2.py           |   2 +-
 examples/pylab_examples/scatter_masked.py          |   2 +-
 examples/pylab_examples/stock_demo.py              |  19 -
 examples/pylab_examples/system_monitor.py          |   8 +-
 .../text_rotation_relative_to_line.py              |   8 +-
 .../pylab_examples/tricontour_smooth_delaunay.py   |   4 +-
 examples/pylab_examples/webapp_demo.py             |   2 +-
 examples/pyplots/dollar_ticks.py                   |   2 +-
 examples/pyplots/fig_axes_customize_simple.py      |   3 +-
 examples/pyplots/fig_axes_labels_simple.py         |   2 +-
 examples/pyplots/fig_x.py                          |   4 +-
 examples/pyplots/whats_new_99_spines.py            |   3 +-
 examples/shapes_and_collections/scatter_demo.py    |   2 +-
 .../specialty_plots/topographic_hillshading.py     |   2 +-
 examples/statistics/histogram_demo_cumulative.py   |   2 +-
 examples/statistics/violinplot_demo.py             |   2 +-
 examples/tests/backend_driver.py                   |   4 -
 examples/ticks_and_spines/tick-formatters.py       |  18 +-
 examples/ticks_and_spines/tick-locators.py         |  22 +-
 examples/units/bar_unit_demo.py                    |   2 +-
 examples/units/units_sample.py                     |   2 +-
 examples/user_interfaces/README.wx                 |   2 +-
 examples/user_interfaces/embedding_in_tk_canvas.py |   2 +-
 examples/user_interfaces/embedding_in_wx4.py       |   4 +-
 examples/user_interfaces/svg_histogram.py          |  11 +-
 examples/user_interfaces/svg_tooltip.py            |   2 +-
 examples/widgets/README.txt                        |   2 +-
 examples/widgets/lasso_selector_demo.py            |  12 +-
 examples/widgets/rectangle_selector.py             |   4 +-
 examples/widgets/span_selector.py                  |   2 +-
 lib/matplotlib/_version.py                         |   4 +-
 lib/matplotlib/animation.py                        | 444 +++++++++++++++------
 lib/matplotlib/axes/_axes.py                       |  21 +-
 lib/matplotlib/axes/_base.py                       |   1 +
 lib/matplotlib/backends/backend_agg.py             |   6 +-
 lib/matplotlib/backends/backend_gtk3.py            |   2 +-
 lib/matplotlib/backends/backend_qt5.py             |  10 +-
 lib/matplotlib/backends/backend_tkagg.py           |   5 +-
 lib/matplotlib/font_manager.py                     | 177 ++++----
 lib/matplotlib/image.py                            |   2 +-
 lib/matplotlib/markers.py                          | 104 ++---
 lib/matplotlib/mlab.py                             |   4 +-
 lib/matplotlib/scale.py                            |  11 +-
 lib/matplotlib/table.py                            |   4 +
 lib/matplotlib/tests/test_axes.py                  |  35 ++
 lib/matplotlib/tests/test_coding_standards.py      |   3 -
 lib/matplotlib/tests/test_text.py                  |  12 +
 lib/matplotlib/tests/test_ticker.py                |   4 +-
 lib/matplotlib/text.py                             |  13 +-
 lib/matplotlib/ticker.py                           | 262 ++++++------
 lib/matplotlib/transforms.py                       |  11 +-
 lib/mpl_toolkits/mplot3d/axes3d.py                 |  89 ++++-
 lib/mpl_toolkits/tests/test_mplot3d.py             |  21 +-
 src/_tkagg.cpp                                     |  19 +-
 tools/test_triage.py                               |  36 +-
 107 files changed, 1441 insertions(+), 761 deletions(-)
 create mode 100644 doc/api/api_changes/2016-12-09-AL_afm.rst
 create mode 100644 doc/users/whats_new/plot_surface.rst
 delete mode 100755 examples/pylab_examples/data_helper.py
 delete mode 100755 examples/pylab_examples/movie_demo.py
 delete mode 100644 examples/pylab_examples/stock_demo.py

-- 
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