Changeset 585
- Timestamp:
- Mar 15, 2012, 10:52:17 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/sparse.py
r584 r585 169 169 170 170 ## Open a figure and set subplots 171 if plot is not None: fig=oplot171 if oplot is not None: fig=oplot 172 172 else: fig = figure() 173 173 subv,subh = definesubplot(numplot,fig)
Note: See TracChangeset
for help on using the changeset viewer.