Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Custom drawing shouldn't require making a default plot first #41

Open
cdeil opened this issue May 11, 2013 · 1 comment
Open

Custom drawing shouldn't require making a default plot first #41

cdeil opened this issue May 11, 2013 · 1 comment
Milestone

Comments

@cdeil
Copy link
Contributor

cdeil commented May 11, 2013

At the moment the tutorial shows that it is possible to draw the distributions and data yourself nicely be getting arrays like this:

((data_edges, datay), (errorp, errorm), (total_pdf_x, total_pdf_y), parts) = \ 
binned_likelihood.draw(fitter, parts=True);

Is it possible to change this so that it is possible to get these arrays without making a default plot first.
Maybe add an option to the draw method?

@piti118
Copy link
Contributor

piti118 commented May 13, 2013

Yah I know... It was just a quick patch. We definitely need this function.

@cdeil cdeil added this to the wishlist milestone Oct 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants