Skip to content

Commit 7e2d904

Browse files
committed
Merge tag 'v3.7.0' into merge_up_3.7.0
REL: v3.7.0 Highlights of this release include: - Plotting and Annotation improvements - ``hatch`` parameter for pie - Polar plot errors drawn in polar coordinates - Additional format string options in `~matplotlib.axes.Axes.bar_label` - ``ellipse`` boxstyle option for annotations - The *extent* of ``imshow`` can now be expressed with units - Reversed order of legend entries - ``pcolormesh`` accepts RGB(A) colors - View current appearance settings for ticks, tick labels, and gridlines - Style files can be imported from third-party packages - Improvements to 3D Plotting - 3D plot pan and zoom buttons - *adjustable* keyword argument for setting equal aspect ratios in 3D - ``Poly3DCollection`` supports shading - rcParam for 3D pane color - Figure and Axes Layout - ``colorbar`` now has a *location* keyword argument - Figure legends can be placed outside figures using constrained_layout - Per-subplot keyword arguments in ``subplot_mosaic`` - ``subplot_mosaic`` no longer provisional - Widget Improvements - Custom styling of button widgets - Blitting in Button widgets - Other Improvements - Source links can be shown or hidden for each Sphinx plot directive - Figure hooks - New & Improved Narrative Documentation - Brand new :doc:`Animations </tutorials/introductory/animation_tutorial>` tutorial. - New grouped and stacked `bar chart <../../gallery/index.html#lines_bars_and_markers>`_ examples. - New section for new contributors and reorganized git instructions in the :ref:`contributing guide<contributing>`. - Restructured :doc:`/tutorials/text/annotations` tutorial.
2 parents ad55758 + d6dd1b7 commit 7e2d904

File tree

122 files changed

+3873
-2114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+3873
-2114
lines changed

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ versions.
88

99
| Version | Supported |
1010
| ------- | ------------------ |
11+
| 3.7.x | :white_check_mark: |
1112
| 3.6.x | :white_check_mark: |
12-
| 3.5.x | :white_check_mark: |
13+
| 3.5.x | :x: |
1314
| 3.4.x | :x: |
1415
| 3.3.x | :x: |
1516
| < 3.3 | :x: |

doc/_static/switcher.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
[
22
{
3-
"name": "3.6 (stable)",
3+
"name": "3.7 (stable)",
44
"version": "stable",
55
"url": "https://matplotlib.org/stable/"
66
},
77
{
8-
"name": "3.7 (dev)",
8+
"name": "3.8 (dev)",
99
"version": "dev",
1010
"url": "https://matplotlib.org/devdocs/"
1111
},
12+
{
13+
"name": "3.6",
14+
"version": "3.6.3",
15+
"url": "https://matplotlib.org/3.6.3/"
16+
},
1217
{
1318
"name": "3.5",
1419
"version": "3.5.3",

doc/_static/zenodo_cache/7162185.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/_static/zenodo_cache/7275322.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/_static/zenodo_cache/7527665.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/api/next_api_changes/behavior/23573-AL.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/api/next_api_changes/behavior/23579-AL.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/api/next_api_changes/behavior/23710-ES.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/api/next_api_changes/behavior/24062-tb.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/api/next_api_changes/behavior/24131-OG.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)