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

Browse filesBrowse files
authored
Merge pull request #13870 from dstansby/310api
DOC: 3.1.0 API changes page
2 parents 7bb70b9 + 9a1ee2b commit 9d8a87d
Copy full SHA for 9d8a87d

File tree

Expand file treeCollapse file tree

111 files changed

+1132
-1037
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
Expand file treeCollapse file tree

111 files changed

+1132
-1037
lines changed

‎doc/api/api_changes.rst

Copy file name to clipboardExpand all lines: doc/api/api_changes.rst
+22-19Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,39 @@
33
API Changes
44
===========
55

6-
A log of changes to the most recent version of Matplotlib that affect the
7-
outward-facing API. If updating Matplotlib breaks your scripts, this list may
8-
help you figure out what caused the breakage and how to fix it by updating
9-
your code. For API changes in older versions see :doc:`api_changes_old`.
6+
If updating Matplotlib breaks your scripts, this list may help you figure out
7+
what caused the breakage and how to fix it by updating your code.
108

11-
For new features that were added to Matplotlib, see :ref:`whats-new`.
12-
13-
This pages lists API changes for the most recent version of Matplotlib.
9+
For API changes in older versions see
1410

1511
.. toctree::
1612
:maxdepth: 1
1713

1814
api_changes_old
1915

16+
Changes for the latest version are listed below. For new features that were
17+
added to Matplotlib, see :ref:`whats-new`.
2018

21-
.. note::
19+
.. ifconfig:: releaselevel == 'dev'
2220

23-
The list below is a table of contents of individual files from the
24-
'next_api_changes' folder.
21+
.. note::
2522

26-
When a release is made
23+
The list below is a table of contents of individual files from the
24+
'next_api_changes' folder.
2725

28-
- The full text list below should be moved into its own file in
29-
'prev_api_changes'
30-
- All the files in 'next_api_changes' should be moved to the bottom of this page
31-
- This note, and the toctree below should be commented out
26+
When a release is made
3227

28+
- All the files in 'next_api_changes/' should be moved to a single file in
29+
'prev_api_changes/'.
30+
- The include directive below should be changed to point to the new file
31+
created in the previous step.
32+
- This note, and the toctree below should be commented out.
3333

34-
.. toctree::
35-
:glob:
36-
:maxdepth: 1
3734

38-
next_api_changes/*
35+
.. toctree::
36+
:glob:
37+
:maxdepth: 1
38+
39+
next_api_changes/*
40+
41+
.. include:: prev_api_changes/api_changes_3.1.0.rst

‎doc/api/axis_api.rst

Copy file name to clipboardExpand all lines: doc/api/axis_api.rst
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ Formatters and Locators
6060
Axis.set_major_locator
6161
Axis.set_minor_formatter
6262
Axis.set_minor_locator
63+
6364
Axis.remove_overlapping_locs
65+
Axis.get_remove_overlapping_locs
66+
Axis.set_remove_overlapping_locs
6467

6568
Axis Label
6669
----------

‎doc/api/next_api_changes/2017-10-24-DS.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2017-10-24-DS.rst
-14Lines changed: 0 additions & 14 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-01-03-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-01-03-AL.rst
-4Lines changed: 0 additions & 4 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-01-07-AL.rst

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

‎doc/api/next_api_changes/2018-01-08-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-01-08-AL.rst
-6Lines changed: 0 additions & 6 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-01-09-AL.rst

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

‎doc/api/next_api_changes/2018-01-10-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-01-10-AL.rst
-28Lines changed: 0 additions & 28 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-01-21-AL.rst

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

‎doc/api/next_api_changes/2018-01-22-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-01-22-AL.rst
-4Lines changed: 0 additions & 4 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-01-27-AL.rst

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

‎doc/api/next_api_changes/2018-01-28-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-01-28-AL.rst
-16Lines changed: 0 additions & 16 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-01-28_tac.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-01-28_tac.rst
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-01-30-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-01-30-AL.rst
-40Lines changed: 0 additions & 40 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-01-31-AL.rst

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

‎doc/api/next_api_changes/2018-02-03-AL.rst

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

‎doc/api/next_api_changes/2018-02-05-AL.rst

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

‎doc/api/next_api_changes/2018-02-06-AL.rst

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

‎doc/api/next_api_changes/2018-02-16-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-02-16-AL.rst
-11Lines changed: 0 additions & 11 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-02-17-AL.rst

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

‎doc/api/next_api_changes/2018-03-31-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-03-31-AL.rst
-6Lines changed: 0 additions & 6 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-05-15-AL-removals.rst

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

‎doc/api/next_api_changes/2018-06-02-TH.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-06-02-TH.rst
-13Lines changed: 0 additions & 13 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-06-24-JMK.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-06-24-JMK.rst
-7Lines changed: 0 additions & 7 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-07-16-AL-removals.rst

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

‎doc/api/next_api_changes/2018-07-17-AL-deprecations.rst

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

‎doc/api/next_api_changes/2018-07-22-AL-deprecations.rst

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

‎doc/api/next_api_changes/2018-07-22-AL.rst

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

‎doc/api/next_api_changes/2018-08-17-AL-deprecations.rst

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

‎doc/api/next_api_changes/2018-08-19-AL-deprecations.rst

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

‎doc/api/next_api_changes/2018-08-29-AL-sankey.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-08-29-AL-sankey.rst
-9Lines changed: 0 additions & 9 deletions
This file was deleted.

‎doc/api/next_api_changes/2018-08-31-AL-gs.rst

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

‎doc/api/next_api_changes/2018-08-31-AL.rst

Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-08-31-AL.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.