We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3bb1d commit e4135cbCopy full SHA for e4135cb
1 file changed
doc/examples/application/plot_metamodel.py
@@ -67,6 +67,7 @@ def centerProcessSample(processSample, mean=None):
67
centeredSample = ot.ProcessSample(processSample.getMesh(), centeredCollection)
68
return centeredSample, mean
69
70
+
71
graph = outputFMUSample.draw().getGraph(0, 0)
72
graph.setTitle("FMU simulations")
73
graph.setXTitle("Time")
0 commit comments