Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
29654d19
Commit
29654d19
authored
Dec 10, 2016
by
Dion Haefner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
specify agg backend when using matplotlib
parent
050b8e7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
python/testtools/dorie/testtools/dorie_pfg/correlation.py
python/testtools/dorie/testtools/dorie_pfg/correlation.py
+2
-0
No files found.
python/testtools/dorie/testtools/dorie_pfg/correlation.py
View file @
29654d19
import
os
from
scipy
import
integrate
,
interpolate
import
matplotlib
as
mpl
mpl
.
use
(
"agg"
)
import
matplotlib.pyplot
as
plt
import
numpy
as
np
import
h5py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment