]> SALOME platform Git repositories - tools/eficas.git/blobdiff - generator/OpenturnsSTD.py
Salome HOME
onItem=Deplie
[tools/eficas.git] / generator / OpenturnsSTD.py
index cf8ccc15749a7f19d44fe250b09cb42ebd5a537d..c56e742e2bea1b8f5b314442ce5af4322a9efaed 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