Changeset 2100 for trunk/timeseries/scikits/timeseries/lib/plotlib.py
- Timestamp:
- 02/26/09 13:45:53 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/timeseries/scikits/timeseries/lib/plotlib.py
r2068 r2100 995 995 """ 996 996 Plots the data parsed in argument to the current axes. 997 This command accepts the same optional keywords as :func:`matplotlib.p lot`.997 This command accepts the same optional keywords as :func:`matplotlib.pyplot.plot`. 998 998 999 999 The argument ``args`` is a variable length argument, allowing for multiple … … 1014 1014 1015 1015 a :class:`~scikits.timeseries.TimeSeries` object or one of its subclass 1016 with or without a format string:1016 with or without a format string: 1017 1017 The given time series is plotted with the given format. 1018 1018 If no format string is given, the default format is used instead.
