X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=PrintRScript.py;h=fbcf5cf4f19a33df557c27de79441405494fc117;hp=deaddf51ced131c513700e1eda655a5e86b25a58;hb=bf6f3e6f469565e48fdc03216b1d95d72738e77a;hpb=42499e5db4394973bd0761d40ea09e515925ed4b diff --git a/PrintRScript.py b/PrintRScript.py index deaddf5..fbcf5cf 100644 --- a/PrintRScript.py +++ b/PrintRScript.py @@ -1189,7 +1189,7 @@ class ProtoScript(PrintRScript) : open_file_graph("%s",height=800, width=1000) prototypical(mat, mfreq = %s, mrank = %s, cloud = FALSE, cexrange=c(1,2.4), cexalpha= c(0.4, 1), type = '%s') dev.off() - """ % (self.analyse.pathout['table.csv'], self.analyse.pathout['proto.png'], self.parametres['limfreq'], self.parametres['limrang'], self.parametres['typegraph']) + """ % (ffr(self.analyse.pathout['table.csv']), ffr(self.analyse.pathout['proto.png']), self.parametres['limfreq'], self.parametres['limrang'], self.parametres['typegraph']) self.add(txt) self.write()