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

50% contour line in plots #49

Open
darienmorrow opened this issue Apr 9, 2019 · 2 comments
Open

50% contour line in plots #49

darienmorrow opened this issue Apr 9, 2019 · 2 comments

Comments

@darienmorrow
Copy link
Member

No description provided.

@ksunden
Copy link
Member

ksunden commented May 2, 2019

Question:
Do we desire 50% of max, or 50% of each slice?

If max, it is easy to put a single ax.contour(ch.max()/2)

If slice wise how do we wish to compute:

  • go to the max step away in each direction until below half, linearly interpolate between consecutive points
  • Fit to a function, use the half max from there
  • ignore slices which have noise levels > 50% of their max
  • normalize along the x-axis, and call ax.contour(0.5)
  • something else I hadn't thought of yet?

@darienmorrow
Copy link
Member Author

I vote we do both 50% of max and 50% of slice with different colors of contours. I think the "normalize along the x-axis, and call ax.contour(0.5)" option is good for slices.

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

No branches or pull requests

2 participants