Skip to content

Commit 8ff5030

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/api/api_changes.rst

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

+1-1
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)