8000 insert deprecation warning for set_graylevel by jbmohler · Pull Request #3812 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

insert deprecation warning for set_graylevel #3812

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
Nov 21, 2014
Merged
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
add documentation of graylevel deprecation
  • Loading branch information
jbmohler committed Nov 19, 2014
commit d1fd40cadd0732f7ec55cae0b5fafa7d3fe84902
6 changes: 6 additions & 0 deletions doc/api/api_changes/2014-11-19_remove_set_graylevel.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Deprecated `GraphicsContextBase.set_graylevel`
``````````````````````````````````````````````

The `GraphicsContextBase.set_graylevel` function has been deprecated in 1.5 and
will be removed in 1.6. It has been unused. The
`GraphicsContextBase.set_foreground` could be used instead.
0