Changeset 25685 for issm/trunk-jpl/src/m/plot/processdata.py
- Timestamp:
- 10/14/20 00:19:52 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/processdata.py
r24261 r25685 3 3 4 4 def processdata(md, data, options): 5 """ 6 PROCESSDATA - process data to be plotted 5 """PROCESSDATA - process data to be plotted 7 6 8 7 datatype = 1 -> elements … … 16 15 See also: PLOTMODEL, PROCESSMESH 17 16 """ 18 # {{{ Initiali sation and grabbing auxiliaries17 # {{{ Initialization and grabbing auxiliaries 19 18 # check format 20 19 if (len(data) == 0 or (len(data) == 1 and not isinstance(data, dict) and np.isnan(data).all())):
Note:
See TracChangeset
for help on using the changeset viewer.