Just in case nobody responded to you, yet...

Are you asking how to plot a trend line onto a figure already containing
data, or are you asking how to calculate a trend line from the data?  If you
need to calculate a trend line, then you need to use the SciPy module.  If
you already have your trend data, then you can call plot(X, Y) after you
call your other command to plot your data.

Ben Root

On Thu, Jun 10, 2010 at 2:34 AM, L1011 <yabilisa...@hotmail.com> wrote:

>
> Hello all!
>
> I was wondering if it's possible to a trend curve (linear, quadratic...) to
> a set of data with  matplotlib...
>
> Thanks you!
>
> L1011
> --
> View this message in context:
> http://old.nabble.com/Trend-curve-tp28839772p28839772.html
> Sent from the matplotlib - users mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to