Updated notebooks and added plotDataTypes used for plotting MTdata

This commit is contained in:
GudniRos
2015-07-06 09:54:21 -07:00
parent 33d76346d1
commit c78d5beef8
9 changed files with 1182 additions and 230 deletions
-1
View File
@@ -65,7 +65,6 @@ def plotMT1DModelData(problem,models,symList=None):
# if not symList:
# symList = ['x']*len(models)
sys.path.append('/home/gudni/Dropbox/code/python/MTview')
import plotDataTypes as pDt
# Loop through the models.
modelList = [problem.survey.mtrue]