projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3f16357
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Sun, 21 Dec 2014 14:19:45 +0000
(15:19 +0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Sun, 21 Dec 2014 14:19:45 +0000
(15:19 +0100)
layout.py
patch
|
blob
|
history
diff --git
a/layout.py
b/layout.py
index
7992583
..
0d4cac8
100644
(file)
--- a/
layout.py
+++ b/
layout.py
@@
-1214,7
+1214,7
@@
class SimiLayout(DefaultTextLayout) :
E(graph)$weight <- graph.simi$we.width
write.graph(graph, fileout, format = 'graphml')
#saveAsGEXF(graph, filepath = fileout)
E(graph)$weight <- graph.simi$we.width
write.graph(graph, fileout, format = 'graphml')
#saveAsGEXF(graph, filepath = fileout)
- """ % (
self.pathout['RData.RData'], self.parent.RscriptsPath['simi']
, fileout)
+ """ % (
ffr(self.pathout['RData.RData']), ffr(self.parent.RscriptsPath['simi'])
, fileout)
filetmp = tempfile.mktemp()
with open(filetmp, 'w') as f :
f.write(txt)
filetmp = tempfile.mktemp()
with open(filetmp, 'w') as f :
f.write(txt)
@@
-1457,7
+1457,7
@@
class SimiMatLayout(DefaultMatLayout) :
E(graph)$weight <- graph.simi$we.width
write.graph(graph, fileout, format = 'graphml')
#saveAsGEXF(graph, filepath = fileout)
E(graph)$weight <- graph.simi$we.width
write.graph(graph, fileout, format = 'graphml')
#saveAsGEXF(graph, filepath = fileout)
- """ % (
self.pathout['RData.RData'], self.parent.RscriptsPath['simi']
, fileout)
+ """ % (
ffr(self.pathout['RData.RData']), ffr(self.parent.RscriptsPath['simi'])
, fileout)
filetmp = tempfile.mktemp()
with open(filetmp, 'w') as f :
f.write(txt)
filetmp = tempfile.mktemp()
with open(filetmp, 'w') as f :
f.write(txt)