Skip to content
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

Tickets/dm 14159 #32

Merged
merged 2 commits into from Jun 12, 2018
Merged

Tickets/dm 14159 #32

merged 2 commits into from Jun 12, 2018

Conversation

wmwv
Copy link
Contributor

@wmwv wmwv commented May 2, 2018

Remove matplotlib.use('Agg') setting in the module.

Remove bare module-level import matplotlib
Move to within plotting functions.

Copy link
Contributor

@parejkoj parejkoj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

wmwv added 2 commits June 11, 2018 19:35
These specifications have no effect if a backend is already set.
And if one is, then they just spew warning messages.
We don't want this as a module level import because once we
import matplotlib.pyplot as plt
we are fixed to whatever matplotlib backend was loaded by default
by that import.
@wmwv wmwv merged commit 8b1f873 into master Jun 12, 2018
@ktlim ktlim deleted the tickets/DM-14159 branch August 25, 2018 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants