MTgeophysics / mtpy

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

Merging 4*3 and 3*2 Column plots #57

Closed sudhirJain closed 6 years ago

sudhirJain commented 6 years ago

Plot Response has been merged by creating PlotResponse_2col.py in the mtpy/modelling/modem/ repository and mtpy/modelling/modem/Plot_Response.py been modified for plot type selection from command line.

Running 3 * 4 column plot use the following command;

python mtpy/modelling/modem/plot_response.py

Running 3 * 2 column plot use the following command;

python mtpy/modelling/modem/plot_response.py 2col

Also examples/cmdline/plot_response.py use the following command;

python examples/cmdline/plot_response.py ( command line options )