Changeset 1051
- Timestamp:
- 06/22/08 18:13:44 (4 months ago)
- Files:
-
- trunk/timeseries/scikits/timeseries/lib/plotlib.py (modified) (1 diff)
- trunk/timeseries/scikits/timeseries/tseries.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/timeseries/scikits/timeseries/lib/plotlib.py
r1044 r1051 47 47 `SubplotClass` or `class`. 48 48 49 *:Parameters*: 50 figure_instance : {Figure object} 49 Parameters 50 ---------- 51 figure_instance : Figure object 51 52 Figure to which the generic subplot should be attached. 52 53 args : {var} trunk/timeseries/scikits/timeseries/tseries.py
r1050 r1051 520 520 indx = _dates.date_to_index(date_array(indx, 521 521 freq=self.freq)) 522 except (IndexError, ValueError ):522 except (IndexError, ValueError, DateError): 523 523 exc_info = sys.exc_info() 524 524 msg = "Invalid index or date '%s'" % indx
