Skip to content

Remove reference to ignored rcParam, nbagg.transparent #10256

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 1 commit into from
Jan 16, 2018

Conversation

efiring
Copy link
Member

@efiring efiring commented Jan 16, 2018

In #10024, rcParams['nbagg.transparent'] was marked as deprecated
and ignored, but it was not removed from backend_nbagg. As a
result, every plot made with backend_nbagg was raising a
warning. This PR finishes #10024 by removing the reference and
the line that depends on it.

In matplotlib#10024, rcParams['nbagg.transparent'] was marked as deprecated
and ignored, but it was not removed from backend_nbagg.  As a
result, every plot made with backend_nbagg was raising a
warning.  This PR finishes matplotlib#10024 by removing the reference and
the line that depends on it.
@efiring efiring added the Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. label Jan 16, 2018
@efiring efiring added this to the v2.2 milestone Jan 16, 2018
@jklymak jklymak merged commit cd988b5 into matplotlib:master Jan 16, 2018
@QuLogic QuLogic modified the milestones: needs sorting, v2.2.0 Feb 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants