Changeset 1826 for trunk/python/asaplot.py
- Timestamp:
- 08/03/10 11:41:13 (16 years ago)
- File:
-
- 1 edited
-
trunk/python/asaplot.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asaplot.py
r1819 r1826 13 13 """ 14 14 def __init__(self, rows=1, cols=0, title='', size=None, buffering=False): 15 """16 Create a new instance of the ASAPlot plotting class.15 """ 16 Create a new instance of the ASAPlot plotting class. 17 17 18 If rows < 1 then a separate call to set_panels() is required to define19 the panel layout; refer to the doctext for set_panels().20 """18 If rows < 1 then a separate call to set_panels() is required to define 19 the panel layout; refer to the doctext for set_panels(). 20 """ 21 21 v = vars() 22 22 del v['self']
Note:
See TracChangeset
for help on using the changeset viewer.
