Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
X-Lap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
LARN
X-Lap
Commits
fe8c4ca3
Commit
fe8c4ca3
authored
Feb 16, 2018
by
Andreas Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't set font globally.
parent
52eaf71d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
xlap/analyse/latency.py
xlap/analyse/latency.py
+0
-1
No files found.
xlap/analyse/latency.py
View file @
fe8c4ca3
...
...
@@ -165,7 +165,6 @@ def _plot_critical_regions(hdb):
"""
plot regions, sorted by latency criticality
"""
plt
.
rcParams
[
"font.family"
]
=
"serif"
relevant
=
sorted
([
x
for
x
in
hdb
if
x
[
'Correlation'
]
>
0
],
key
=
lambda
x
:
-
x
[
'Correlation'
],
reverse
=
True
)
x
=
np
.
arange
(
len
(
relevant
))
...
...
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