Inheritance diagram for dataplot::R::__init__::TimeSeries:
Static Public Attributes | |
string | r_fun_name = 'generic.time.series' |
dictionary | default_args_map = {'xlab':'d','ylab':'y'} |
Simple cumulative time series. Required: d: list of time data producted with strftime('%s') Optional: y: values at time points. Will assume 1 for each as default. transform: how to transform the data before plotting, one of: 'cumulative', 'monthly', 'daily'
Definition at line 217 of file __init__.py.
|
Definition at line 220 of file __init__.py. |
|
Definition at line 219 of file __init__.py. |