Skip to content
Snippets Groups Projects
Commit 884edcd4 authored by Ondrej Vysocky's avatar Ondrej Vysocky
Browse files

ENH removed plotly module #3

parent d0d6078a
No related branches found
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment