Changeset 1757 for branches/alma/python/asaplotgui.py
- Timestamp:
- 06/09/10 19:03:06 (16 years ago)
- Location:
- branches/alma
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
python/asaplotgui.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/asaplotgui.py
r1699 r1757 16 16 """ 17 17 18 def __init__(self, rows=1, cols=0, title='', size= (8,6), buffering=False):18 def __init__(self, rows=1, cols=0, title='', size=None, buffering=False): 19 19 """ 20 20 Create a new instance of the ASAPlot plotting class.
Note:
See TracChangeset
for help on using the changeset viewer.
