lifewatch / pypam

Python Passive Acoustic Analysis tool for Passive Acoustic Monitoring (PAM)
GNU General Public License v3.0
41 stars 8 forks source link

Error is raised when using plot functions #61

Open SimLrt32 opened 1 year ago

SimLrt32 commented 1 year ago

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

SimLrt32 commented 1 year ago

Any suggestions to do this in a better way @carueda?

carueda commented 1 year ago

(@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?