projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e26b95
)
Edit
author
<hamed@DESKTOP-SG54322.localdomain>
<>
Thu, 6 Dec 2018 23:10:02 +0000
(15:10 -0800)
committer
<hamed@DESKTOP-SG54322.localdomain>
<>
Thu, 6 Dec 2018 23:10:02 +0000
(15:10 -0800)
src/analyzer/plot.py
patch
|
blob
|
history
diff --git
a/src/analyzer/plot.py
b/src/analyzer/plot.py
index fde99e00ab204bb896299b9e6c11c89ff80e2b40..dfd73f0d8c8d0d77bde3e94f50681d6d101e5770 100644
(file)
--- a/
src/analyzer/plot.py
+++ b/
src/analyzer/plot.py
@@
-21,8
+21,6
@@
def generateScatterPlot(X, Y, header):
geomean.append(a.prod())
plt.plot(feature, Y, 'r.')
for ii in range(0, len(geomean)-1):
- print(values[ii:ii + 2])
- print(geomean[ii:ii + 2])
plt.plot(values[ii:ii + 2], geomean[ii:ii + 2], 'bo-')
plt.savefig(IMAGEDIR + header[i] + "-scat.pdf")
plt.clf()