• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

python!

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

night8jim

Member
Joined
Feb 24, 2005
Location
UK
Hi all,

I am currently learning Python and matlablib, i am trying to plot some data i have made up, and it all works, however i cant seem to get the line to be a line of best fit, rather than hitting individual points, has anyone got any experience with this?

Cheers
 
Probably want to look into the library references for matlablib and see if you can call some other function, or to look for the flag you need to pass to the function to get it to plot a best-fit.
 
Back