Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spider plot update #254

Merged
merged 8 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/library/autogen.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ autogen
mtuq.graphics.plot_time_shifts
mtuq.graphics.plot_amplitude_ratios
mtuq.graphics.plot_log_amplitude_ratios
mtuq.graphics.plot_cross_corr
mtuq.graphics._plot_attrs
mtuq.graphics.attrs._default_backend
mtuq.graphics.attrs._pygmt_backend
mtuq.graphics.attrs.PyGMTUtilities
mtuq.grid.DeviatoricGridRandom
mtuq.grid.DeviatoricGridSemiregular
mtuq.grid.DoubleCoupleGridRandom
Expand Down
3 changes: 2 additions & 1 deletion docs/library/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,13 @@ Depth and hypocenter visualization
============================================================================================================ ============================================================================================================


Time shift and amplitude ratio visualization
Station attributes visualization
--------------------------------------------

============================================================================================================ ============================================================================================================
`mtuq.graphics.plot_time_shifts <generated/mtuq.graphics.plot_time_shifts.html>`_ Plots time shifts by location and component
`mtuq.graphics.plot_amplitude_ratios <generated/mtuq.graphics.plot_amplitude_ratios.html>`_ Plots amplitude ratios by location and component
`mtuq.graphics.plot_cross_corr <generated/mtuq.graphics.plot_cross_corr.html>`_ Plots normalized cross-correlation by location and component
============================================================================================================ ============================================================================================================


Expand Down
2 changes: 1 addition & 1 deletion mtuq/graphics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from mtuq.graphics.attrs import\
plot_time_shifts, plot_amplitude_ratios, plot_log_amplitude_ratios,\
_plot_attrs
_plot_attrs, plot_cross_corr, _pygmt_backend

from mtuq.graphics.beachball import\
plot_beachball, plot_polarities
Expand Down
Loading
Loading