Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
X-Lap
Commits
553baa09
Commit
553baa09
authored
Feb 14, 2018
by
Andreas Schmidt
Browse files
Serif font.
parent
06f1d772
Changes
1
Hide whitespace changes
Inline
Side-by-side
xlap/analyse/latency.py
View file @
553baa09
...
...
@@ -147,6 +147,7 @@ def _plot_critical_regions(df,hdb):
"""
plot regions, sorted by latency criticality
"""
plt
.
rcParams
[
"font.family"
]
=
"serif"
for
region
in
sorted
(
hdb
,
key
=
lambda
x
:
-
x
[
'Correlation'
]):
print
(
"%-10f %10s -> %10s"
%
(
region
[
'Correlation'
],
region
[
'Start'
],
region
[
'End'
]),
file
=
sys
.
stderr
)
...
...
Write
Preview
Supports
Markdown
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