Weibull distribution and the data in the same figure (with numpy and scipy) [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . Here is my data: https://www.dropbox.com/s/xx02015pbr484es/Book2.xlsx This is my output: And this is the desired output: As you can see,I want "the data" and the "Weibull distribution" together, (in the same figure). This is my code: (loc, scale) = s.exponweib.fit_loc_scale(mydata, 0.5, 0.5) print loc, scale x =