uafgeotools / mtuq

moment tensor uncertainty quantification
BSD 2-Clause "Simplified" License
65 stars 22 forks source link

Run examples in terminal encountered plot errors #257

Closed ZiguoFu closed 3 months ago

ZiguoFu commented 3 months ago

Dear developers:

    I have installed MTUQ followed the installation guides https://uafgeotools.github.io/mtuq/install/index.html
    When  I run the examples in my terminal using the code:  python SerialGridSearch.DoubleCouple.py, everything goes right except the last plot results. Could you help me debug the errors. 

image

rmodrak commented 3 months ago

Starting from a new install on my Mac, I was not able reproduce the above issue-- so it seems possible some slight change in dependencies might resolve it? It seems possibly related to the matplotlib version?

The following might help us debug further -version of matplotlib installed in your environment -full error traceback

Thanks for the report, Ryan

ZiguoFu commented 3 months ago

@rmodrak Thanks for your kind reply! The problem has been solved after I opened a windows X-server software for my WSL system. Thanks again!

rmodrak commented 3 months ago

Hi Ziguo, Thanks for the update, glad to hear it's working now