MTgeophysics / mtpy

Python toolbox for standard Magnetotelluric (MT) data analysis
GNU General Public License v3.0
145 stars 66 forks source link

Functionality for plotting seismic amplitudes on resistivity from the PlotSlices class #94

Closed geojunky closed 4 years ago

geojunky commented 4 years ago

Description

A new function plot_resistivity_on_seismic has been added to the PlotSlices class to simplify the plotting of seismic amplitudes, overlain on resistivity data. Station-coordinates ordering within get_slice has also been updated -- we no longer use the networkx package, in conjunction with scikit-sklearn to compute an optimal ordering.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: