From: Anthony Geay Date: Fri, 27 Nov 2015 16:13:29 +0000 (+0100) Subject: Correct bug of graphic display for 7.7.0. X-Git-Tag: V7_7_1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bbda18a358670c8c14be5687cb3cb45456af5d0e;p=tools%2Feficas.git Correct bug of graphic display for 7.7.0. --- diff --git a/generator/OpenturnsSTD.py b/generator/OpenturnsSTD.py index 12f79930..f2659e1c 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