Skip to content

Commit

Permalink
Merge pull request #254 from uafgeotools/pygmt_spider_plot
Browse files Browse the repository at this point in the history
Spider plot update
  • Loading branch information
rmodrak committed Mar 11, 2024
2 parents 568e49a + d7d1db9 commit 8199919
Show file tree
Hide file tree
Showing 4 changed files with 572 additions and 23 deletions.
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

0 comments on commit 8199919

Please sign in to comment.