Home
last modified time | relevance | path

Searched refs:graphBasic (Results 1 – 2 of 2) sorted by relevance

/dports/math/openturns/openturns-1.18/python/doc/examples/graphs/
H A Dplot_graphs_loglikelihood_contour.py89 graphBasic = logLikelihoodFunction.draw([-3.0, 0.1], [5.0, 7.0], [50]*2) variable
90 graphBasic.setXTitle(r"$\mu$")
91 graphBasic.setYTitle(r"$\sigma$")
92 view = viewer.View(graphBasic)
104 graphBasic = logLikelihoodFunction.draw([-3.0, 0.1], [5.0, 7.0], [50]*2) variable
105 graphBasic.setXTitle(r"$\mu$")
106 graphBasic.setYTitle(r"$\sigma$")
107 view = viewer.View(graphBasic)
120 drawables = graphBasic.getDrawables()
135 contours = graphBasic.getDrawable(0)
[all …]
/dports/math/openturns/openturns-1.18/python/doc/examples/meta_modeling/kriging_metamodel/
H A Dplot_kriging_branin_function.py28 graphBasic = model.draw([0.0, 0.0], [1.0, 1.0], [100]*2) variable
33 drawables = graphBasic.getDrawables()
42 contour = graphBasic.getDrawable(0)
120 graphBasic = metamodel.draw([0.0, 0.0], [1.0, 1.0], [100]*2) variable
121 drawables = graphBasic.getDrawables()
128 contour = graphBasic.getDrawable(0)