From ea31a1acfaed2056c074a5f9f3b3d28c655554c8 Mon Sep 17 00:00:00 2001 From: Pierre Ratinaud Date: Tue, 12 Jul 2016 15:17:17 +0200 Subject: [PATCH] makenew --- layout.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") -- 2.7.4