Show
Ignore:
Timestamp:
02/26/09 13:45:53 (3 years ago)
Author:
pierregm
Message:

* introduced convert_to_annual
* fixed frequency in _extrema
* doc update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/timeseries/scikits/timeseries/lib/plotlib.py

    r2068 r2100  
    995995        """ 
    996996    Plots the data parsed in argument to the current axes. 
    997     This command accepts the same optional keywords as :func:`matplotlib.plot`. 
     997    This command accepts the same optional keywords as :func:`matplotlib.pyplot.plot`. 
    998998 
    999999    The argument ``args`` is a variable length argument, allowing for multiple 
     
    10141014 
    10151015    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: 
    10171017       The given time series is plotted with the given format. 
    10181018       If no format string is given, the default format is used instead.