Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7e2d904

Browse filesBrowse 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
Copy full SHA for 7e2d904

File tree

122 files changed

+3873
-2114
lines changed
Filter options

Some content is hidden

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

122 files changed

+3873
-2114
lines changed

‎SECURITY.md

Copy file name to clipboardExpand all lines: SECURITY.md
+2-1Lines 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

Copy file name to clipboardExpand all lines: doc/_static/switcher.json
+7-2Lines 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

Copy file name to clipboard
+35Lines changed: 35 additions & 0 deletions
Loading

‎doc/_static/zenodo_cache/7275322.svg

Copy file name to clipboard
+35Lines changed: 35 additions & 0 deletions
Loading

‎doc/_static/zenodo_cache/7527665.svg

Copy file name to clipboard
+35Lines changed: 35 additions & 0 deletions
Loading

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

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behavior/23573-AL.rst
-7Lines changed: 0 additions & 7 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behavior/23579-AL.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behavior/23710-ES.rst
-7Lines changed: 0 additions & 7 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behavior/24062-tb.rst
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behavior/24131-OG.rst
-6Lines changed: 0 additions & 6 deletions
This file was deleted.

‎doc/api/next_api_changes/behavior/24132-GL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behavior/24132-GL.rst
-29Lines changed: 0 additions & 29 deletions
This file was deleted.

‎doc/api/next_api_changes/behavior/24189-JB.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behavior/24189-JB.rst
-10Lines changed: 0 additions & 10 deletions
This file was deleted.

‎doc/api/next_api_changes/behavior/24570-GL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behavior/24570-GL.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎doc/api/next_api_changes/behavior/24829-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behavior/24829-AL.rst
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎doc/api/next_api_changes/behavior/24870-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behavior/24870-AL.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎doc/api/next_api_changes/behavior/24889-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behavior/24889-AL.rst
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎doc/api/next_api_changes/behavior/9598-AFV.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behavior/9598-AFV.rst
-6Lines changed: 0 additions & 6 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/19763-ES.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/19763-ES.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/22314-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/22314-AL.rst
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/23449-SS.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/23449-SS.rst
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/23720-RS.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/23720-RS.rst
-13Lines changed: 0 additions & 13 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/23735-ES.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/23735-ES.rst
-13Lines changed: 0 additions & 13 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/23824-OG.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/23824-OG.rst
-16Lines changed: 0 additions & 16 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24000-TH.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24000-TH.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24013-TH.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24013-TH.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24071-OG.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24071-OG.rst
-9Lines changed: 0 additions & 9 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24088-JMK.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24088-JMK.rst
-9Lines changed: 0 additions & 9 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24131-OG.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24131-OG.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24140-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24140-AL.rst
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24144-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24144-AL.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24198-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24198-AL.rst
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24208-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24208-AL.rst
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24220-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24220-AL.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24221-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24221-AL.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24224-OG.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24224-OG.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎doc/api/next_api_changes/deprecations/24240-OG.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/deprecations/24240-OG.rst
-6Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.