eqcorrscan / EQcorrscan

Earthquake detection and analysis in Python.
https://eqcorrscan.readthedocs.io/en/latest/
Other
167 stars 86 forks source link

Utils - Plotting #583

Open dikadissss opened 3 months ago

dikadissss commented 3 months ago

obsplus version 0.3.0 eqcorrscan 0.5.0 obspy version 1.4.1 numpy version 1.26.4

I try to use the feature of eqcorrscan like obspy_3d_plot but I got an error. How to fix this?

catalog = read_events('qml-bmg2024fsik.xml')
inventory = read_inventory('IA.ABJI.xml')
obspy_3d_plot(inventory=inventory, catalog=catalog, title='Tes', save=True)

data.zip image

Expected behavior I expected to show the figure but I just got empty figure.

Desktop (please complete the following information):