X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=layout.py;h=6e5bdb9548524cc77386a79d5965c54bac7cd055;hp=73d8e04de0dd4f66de9d7fa7f53343ee7b3eb6a1;hb=a3f97f03976e9f02edfc6d33189eae0c25bcfaf0;hpb=e9079772edd9a698d89fbc8ef98e3ec70fe95337 diff --git a/layout.py b/layout.py index 73d8e04..6e5bdb9 100644 --- a/layout.py +++ b/layout.py @@ -942,9 +942,9 @@ class GraphPanelDendro(wx.Panel): """ % (ffr(dendro_path), ffr(self.ira.RscriptsPath['Rgraph']), ffr(classe_path)) if dendro == 'simple' : txt += """ - open_file_graph("%s", width=%i, height=%i) + open_file_graph("%s", width=%i, height=%i, svg=%s) plot.dendropr(tree.cut1$tree.cl, classes, type.dendro="%s", histo=%s, bw=%s, lab=NULL, tclasse=%s) - """ % (ffr(fileout), width, height, type_dendro, histo, bw, tclasse) + """ % (ffr(fileout), width, height, svg, type_dendro, histo, bw, tclasse) elif dendro == 'texte' : txt += """ load("%s")