From ae19ef309f7d75ee249687f0802331f8b84f3c87 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Mon, 23 Sep 2024 10:04:54 +0200 Subject: [PATCH] Doc: Missing View.ShowAll --- doc/examples/plot_uncecomp_ot_examples.py | 3 +++ .../plot_sensitivity_distribution_ishigami.py | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/doc/examples/plot_uncecomp_ot_examples.py b/doc/examples/plot_uncecomp_ot_examples.py index b700536..ecae432 100644 --- a/doc/examples/plot_uncecomp_ot_examples.py +++ b/doc/examples/plot_uncecomp_ot_examples.py @@ -183,3 +183,6 @@ result = algoMC.getResult() probability = result.getProbabilityEstimate() print("Pf = ", probability) + +# %% +otv.View.ShowAll() diff --git a/doc/examples/sensitivity_problems/plot_sensitivity_distribution_ishigami.py b/doc/examples/sensitivity_problems/plot_sensitivity_distribution_ishigami.py index 4961e04..fc564af 100644 --- a/doc/examples/sensitivity_problems/plot_sensitivity_distribution_ishigami.py +++ b/doc/examples/sensitivity_problems/plot_sensitivity_distribution_ishigami.py @@ -123,3 +123,9 @@ # # We see that these distributions are never far away from each other. # This proves that the computation of the distribution is correct, for both the asymptotic and bootstrap options. + +# %% +otv.View.ShowAll() + +# %% +ot.ResourceMap.Reload()