Changeset 1757 for branches/alma/python/asaplot.py
- Timestamp:
- 06/09/10 19:03:06 (16 years ago)
- Location:
- branches/alma
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
python/asaplot.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/alma
-
Property svn:ignore
set to
.sconf_temp
.sconsign.dblite
-
Property svn:mergeinfo
set to
/branches/asap-3.x 1747-1748,1750-1751
-
Property svn:ignore
set to
-
branches/alma/python/asaplot.py
r708 r1757 11 11 ASAP plotting class based on matplotlib. 12 12 """ 13 def __init__(self, rows=1, cols=0, title='', size= (8,4), buffering=False):13 def __init__(self, rows=1, cols=0, title='', size=None, buffering=False): 14 14 """ 15 15 Create a new instance of the ASAPlot plotting class.
Note:
See TracChangeset
for help on using the changeset viewer.
