Open SimLrt32 opened 1 year ago
Any suggestions to do this in a better way @carueda?
(@SimLrt32 sorry, just noticing this while directly looking into the current issues.)
Not sure whether there's a better way. Maybe @danellecline has any suggestions?
When using plot functions, an error is raised : RuntimeError: Failed to process string with tex because latex could not be found The way currently used to avoid this error and oto obtain the plot is to add in the code : plt.rcParams.update(plt.rcParamsDefault) There is probably a better way to do this