Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SGS18-READEX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Ondrej Vysocky
SGS18-READEX
Commits
884edcd4
Commit
884edcd4
authored
6 years ago
by
Ondrej Vysocky
Browse files
Options
Downloads
Patches
Plain Diff
ENH removed plotly module
#3
parent
d0d6078a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
heatmap.py
+3
-3
3 additions, 3 deletions
heatmap.py
with
3 additions
and
3 deletions
heatmap.py
+
3
−
3
View file @
884edcd4
...
...
@@ -8,8 +8,8 @@ import matplotlib.pyplot as pp
pp
.
switch_backend
(
'
Qt5Agg
'
)
import
numpy
as
np
import
matplotlib.colors
as
mpc
import
plotly.graph_objs
as
go
import
plotly
#
import plotly.graph_objs as go
#
import plotly
import
seaborn
as
sb
;
sb
.
set
()
#import os
data
=
None
# TODO handling data as parameter
...
...
@@ -80,4 +80,4 @@ if __name__=='__main__':
pp
.
yticks
(
rotation
=
90
)
pp
.
xlabel
(
'
Frequency [GHz (uncore)]
'
)
pp
.
ylabel
(
'
Frequency [GHz (core)]
'
)
pp
.
show
()
\ No newline at end of file
pp
.
show
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment