]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Correct bug of graphic display for 7.7.0. V7_7_0 V7_7_0rc2 V7_7_1 V7_7_1rc1
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 27 Nov 2015 16:13:29 +0000 (17:13 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 27 Nov 2015 16:13:29 +0000 (17:13 +0100)
generator/OpenturnsSTD.py

index 12f79930fc1973fa08edc0756694125ce91f659e..f2659e1c777c437c41fd7b65b7190288426ef827 100644 (file)
@@ -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