From: Pierre Ratinaud Date: Tue, 12 Jul 2016 13:17:17 +0000 (+0200) Subject: makenew X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=ea31a1acfaed2056c074a5f9f3b3d28c655554c8 makenew --- 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")