X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=textstat.py;h=c25b9dcea30647650b437659f22f85903056131d;hp=7d84fa6acff2cc72f96c81af9bc96311d29e493d;hb=refs%2Fheads%2Fmaster;hpb=4c0e3adb15b4c137953f7975d8504f4b3a8c4e5d diff --git a/textstat.py b/textstat.py index 7d84fa6..f0a92fd 100755 --- a/textstat.py +++ b/textstat.py @@ -84,7 +84,7 @@ class Stat(AnalyseText) : open_file_graph("%s", width = 400, height = 400) barplot(table(stsize[,1])) dev.off() - """ % (ffr(self.pathout['stsize.csv'])ffr(, self.pathout['segments_size.png'])) + """ % (ffr(self.pathout['stsize.csv']), ffr(self.pathout['segments_size.png'])) tmpscript = tempfile.mktemp(dir=self.parent.TEMPDIR) with open(tmpscript, 'w') as f : f.write(txt)