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()