Hello!
I had following error while using plotEE from otmorris. See joined screenshots.
To avoid this error I comment lines in my own ‘plot_sensitivity.py’ related with :
# matplotlib.rc('text', usetex=True)
# matplotlib.rcParams['text.latex.preamble'] = [r"\usepackage{amsmath}"]
and then I changed a little bit axis labels (I don’t use boldstyle anymore).
It’s weird this error. I 'm not used to use ‘latex’ in my python scripts, so I did not installed Latex python modules. Is this the reason why I had this error ?
My Python environment is Anaconda (with python 3.7 or 3.8). I did not install other modules, just openturns and otmorris.
Is there any other requirements (python moduls to add …) to run methods from openturns and otmorris ?
Thanks for all
Flore