MTgeophysics / mtpy

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

[Feature Request] optionally provide figure, axes object to plot_response #122

Open k-a-mendoza opened 4 years ago

k-a-mendoza commented 4 years ago

Currently, plot_response creates both axes and figures in the function. It would be a simple matter to allow these to be optional keyword arguments. If provided, MtPy can call plotting functions on these fig & ax objects instead of making new ones.