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

Deprecate original NavigationToolbar #1388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 15, 2012
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Note deprecation of classic toolbar in api_changes and matplotlibrc.t…
…emplate
  • Loading branch information
efiring committed Oct 14, 2012
commit 8ff503055c22fbff486eab599ad87f0ebef183c7
3 changes: 3 additions & 0 deletions 3 doc/api/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ For new features that were added to matplotlib, please see
Changes in 1.2.x
================

* The ``classic`` option of the rc parameter ``toolbar`` is deprecated
and will be removed in the next release.

* The :meth:`~matplotlib.cbook.isvector` method has been removed since it
is no longer functional.

Expand Down
2 changes: 1 addition & 1 deletion 2 matplotlibrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ backend : %(backend)s
#backend_fallback: True

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

# Where your matplotlib data lives if you installed to a non-default
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.