Update example list. Add comments for the DC_Forward_PseudoSection example. Fix Z of pseudo section plot.

This commit is contained in:
D Fournier
2016-04-07 13:09:28 -07:00
parent d13c540be0
commit e305600de5
5 changed files with 12 additions and 36 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ def plot_pseudoSection(DCsurvey, axs, stype='dpdp', dtype="appc", clim=None):
break
midx = np.hstack([midx, ( Cmid + Pmid )/2 ])
midz = np.hstack([midz, -np.abs(Cmid-Pmid)/2 + z0 ])
midz = np.hstack([midz, -np.abs(Cmid-Pmid)/2 + (Tx[0][2] + Tx[1][2])/2 ])
ax = axs