Closed rpinho closed 8 years ago
Currently the allowed methods are 'lm' and 'ma' with every other method argument defaulting to lowess. Formula is not yet supported.
https://github.com/yhat/ggplot/blob/master/ggplot/geoms/stat_smooth.py
@99fe34ab Can you give some examples what you want (pseudo ggplot code :-) )?
loess
is also supported (and is the default), though the confidence ban is not correct. see smoothers.lowess
Does stat_smooth support any method other than 'lm'? Does it support formula? It seems not. Thank you!