diff --git a/pycvm/vs30_etree_slice.py b/pycvm/vs30_etree_slice.py index 57c5698..bf7c718 100755 --- a/pycvm/vs30_etree_slice.py +++ b/pycvm/vs30_etree_slice.py @@ -36,7 +36,7 @@ def __init__(self, upperleftpoint, bottomrightpoint, meta={}): else: meta['title'] = "Thompson Caliornia vs30 Model v2020 thru UCVM" - if 'title' in meta : + if 'depth' in meta : pass else: meta['depth'] = 0 @@ -128,10 +128,4 @@ def plot(self) : except: cvmdesc = self.cvm - if 'title' not in self.meta: - title = "%sVs30 Etree Data For %s" % (location_text, cvmdesc) - self.meta['title'] = title - - self.meta['mproperty']="vs" - HorizontalSlice.plot(self)