Create plot routine for extractor ``LinearTrend``. Path: [feets.extractors.ext_linear_trend.py](https://github.com/quatrope/feets/blob/master/feets/extractors/ext_linear_trend.py) ## Features - LinearTrend ## Extractor Documentation > **LinearTrend** > > Slope of a linear fit to the light-curve. > > ``` sourceCode > >>> fs = feets.FeatureSpace(only=['LinearTrend']) > >>> features, values = fs.extract(**lc_normal) > >>> dict(zip(features, values)) > {'LinearTrend': -3.2084065290292509e-06} > ``` > > References > ==========