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

Browse filesBrowse files
committed
Note deprecation of classic toolbar in api_changes and matplotlibrc.template
1 parent df751c4 commit 8ff5030
Copy full SHA for 8ff5030

File tree

Expand file treeCollapse file tree

2 files changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-1
lines changed

‎doc/api/api_changes.rst

Copy file name to clipboardExpand all lines: doc/api/api_changes.rst
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ For new features that were added to matplotlib, please see
1414
Changes in 1.2.x
1515
================
1616

17+
* The ``classic`` option of the rc parameter ``toolbar`` is deprecated
18+
and will be removed in the next release.
19+
1720
* The :meth:`~matplotlib.cbook.isvector` method has been removed since it
1821
is no longer functional.
1922

‎matplotlibrc.template

Copy file name to clipboardExpand all lines: matplotlibrc.template
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ backend : %(backend)s
4747
#backend_fallback: True
4848

4949
#interactive : False
50-
#toolbar : toolbar2 # None | classic | toolbar2
50+
#toolbar : toolbar2 # None | toolbar2 ("classic" is deprecated)
5151
#timezone : UTC # a pytz timezone string, eg US/Central or Europe/Paris
5252

5353
# Where your matplotlib data lives if you installed to a non-default

0 commit comments

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