From 96977bc7e71a8ecdb05811d6b1baae5a09c8e41c Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Tue, 5 May 2015 11:12:34 +0200 Subject: [PATCH] bug Anthony sur le chemin OT151 --- generator/OpenturnsSTD.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/OpenturnsSTD.py b/generator/OpenturnsSTD.py index cf8ccc15..c56e742e 100644 --- a/generator/OpenturnsSTD.py +++ b/generator/OpenturnsSTD.py @@ -1391,7 +1391,7 @@ class STDGenerateur : txt = headerSTD % self.OpenTURNS_path txt += "dist = %s\n" % apply( STDGenerateur.__dict__[ loi[ 'Kind' ] ], (self, loi) ) txt += "graph = dist.drawPDF()\n" - txt += "graph.draw( '%s', '%s' , 640, 480, GraphImplementation.PNG)\n" % (chemin, fichier) + txt += "graph.draw( '%s/', '%s' , 640, 480, GraphImplementation.PNG)\n" % (chemin, fichier) txt += footerSTD return txt -- 2.39.2