Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computation of contour lines at specific percentiles #60

Closed
paulmueller opened this issue Feb 11, 2019 · 3 comments
Closed

Computation of contour lines at specific percentiles #60

paulmueller opened this issue Feb 11, 2019 · 3 comments

Comments

@paulmueller
Copy link
Member

...requires an efficient implementation which will be useful for both Shape-Out 1 and 2.

ZELLMECHANIK-DRESDEN/ShapeOut#180

@paulmueller
Copy link
Member Author

Using the KDE from RTDCBase.get_kde_scatter, this can be resolved using https://docs.scipy.org/doc/numpy/reference/generated/numpy.nanpercentile.html#numpy.nanpercentile.

Since plotting is not done primarily with dclab but with ShapeOut, there is no fitting location for this one-liner in dclab.

@paulmueller
Copy link
Member Author

Since chaco is not so good at drawing contours, dclab needs its own implementation -> open

@paulmueller
Copy link
Member Author

see 96760cd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant