示例#1
0
文件: unified1D.py 项目: NESII/uvcdat
 def _setxmtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'xmtics2',
         value)
     self._xmtics2 = value
示例#2
0
文件: unified1D.py 项目: NESII/uvcdat
 def _setyticlabels2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'yticlabels2',
         value)
     self._yticlabels2 = value
示例#3
0
 def _setxmtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'xmtics1',
         value)
     self._xmtics1 = value
示例#4
0
 def _setyticlabels1(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "yticlabels1", value)
     self._yticlabels1 = value
示例#5
0
 def _setyticlabels1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'yticlabels1',
         value)
     self._yticlabels1 = value
示例#6
0
 def _setxticlabels2(self,value):
      value=VCS_validation_functions.checkStringDictionary(self,'xticlabels2',value)
      self._xticlabels2=value
      setmember(self,'xticlabels2',value)
示例#7
0
 def _setxmtics1(self,value):
      value=VCS_validation_functions.checkStringDictionary(self,'xmtics1',value)
      self._xmtics1=value
      setmember(self,'xmtics1',value)
示例#8
0
 def _setyticlabels2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self, 'yticlabels2', value)
     self._yticlabels2 = value
     setmember(self, 'yticlabels2', value)
示例#9
0
 def _setxmtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self, 'xmtics2', value)
     self._xmtics2 = value
     setmember(self, 'xmtics2', value)
示例#10
0
 def _setymtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "ymtics1", value)
     self._ymtics1 = value
     setmember(self, "ymtics1", value)
示例#11
0
 def _setxticlabels1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self, 'xticlabels1', value)
     self._xticlabels1 = value
     setmember(self, 'xticlabels1', value)
示例#12
0
 def _setxmtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "xmtics2", value)
     self._xmtics2 = value
     setmember(self, "xmtics2", value)
示例#13
0
 def _setymtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "ymtics2", value)
     self._ymtics2 = value
示例#14
0
 def _setxmtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "xmtics1", value)
     self._xmtics1 = value
示例#15
0
文件: unified1D.py 项目: NESII/uvcdat
 def _setymtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'ymtics1',
         value)
     self._ymtics1 = value
示例#16
0
 def _setymtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self, 'ymtics1', value)
     self._ymtics1 = value
     setmember(self, 'ymtics1', value)
示例#17
0
 def _setymtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'ymtics2',
         value)
     self._ymtics2 = value
示例#18
0
文件: unified1D.py 项目: NESII/uvcdat
 def _setxticlabels1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'xticlabels1',
         value)
     self._xticlabels1 = value
示例#19
0
 def _setyticlabels1(self,value):
      value=VCS_validation_functions.checkStringDictionary(self,'yticlabels1',value)
      self._yticlabels1=value
      setmember(self,'yticlabels1',value)
示例#20
0
 def _setxticlabels2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'xticlabels2',
         value)
     self._xticlabels2 = value
示例#21
0
 def _setymtics2(self,value):
      value=VCS_validation_functions.checkStringDictionary(self,'ymtics2',value)
      self._ymtics2=value
      setmember(self,'ymtics2',value)
示例#22
0
 def _setxticlabels2(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "xticlabels2", value)
     self._xticlabels2 = value