Open darienmorrow opened 5 years ago
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)
ax.contour(ch.max()/2)
If slice wise how do we wish to compute:
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.
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: