MTgeophysics / mtpy

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

Plot imaginary part of tipper #74

Closed kashkoulimohammad closed 5 years ago

kashkoulimohammad commented 5 years ago

Dear all, I want to plot imaginary part of tipper and this error happened:

No handlers could be found for logger "mtpy.utils.decorator" Reading 13 stations Traceback (most recent call last): File "plot_phase_tensor_section.py", line 42, in plotObj.plot() File "/home/mohammadkashkouli/Desktop/mtpy-develop1/mtpy/imaging/phase_tensor_pseudosection.py", line 673, in plot elif ((txr > 0) or (tyr>0)): UnboundLocalError: local variable 'txr' referenced before assignment

The real part of tipper easily is ploted.