File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ For new features that were added to matplotlib, please see
14
14
Changes in 1.2.x
15
15
================
16
16
17
+ * The ``classic `` option of the rc parameter ``toolbar `` is deprecated
18
+ and will be removed in the next release.
19
+
17
20
* The :meth: `~matplotlib.cbook.isvector ` method has been removed since it
18
21
is no longer functional.
19
22
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ backend : %(backend)s
47
47
#backend_fallback: True
48
48
49
49
#interactive : False
50
- #toolbar : toolbar2 # None | classic | toolbar2
50
+ #toolbar : toolbar2 # None | toolbar2 (" classic" is deprecated)
51
51
#timezone : UTC # a pytz timezone string, eg US/Central or Europe/Paris
52
52
53
53
# Where your matplotlib data lives if you installed to a non-default
You can’t perform that action at this time.
0 commit comments