dfm / corner.py

Make some beautiful corner plots
http://corner.readthedocs.io
BSD 2-Clause "Simplified" License
514 stars 228 forks source link

plot full square #75

Open davidwhogg opened 8 years ago

davidwhogg commented 8 years ago

I should be able to set duplicate=True and have it plot both the upper triangle and the lower triangle in a full square with every 2-d plot duplicated.

davidwhogg commented 8 years ago

Oh now I can see that the full enhancement I want is keywords lower, upper, and diagonal with default values True, False, and True. This would permit combination of issue #74 with this issue.

drphilmarshall commented 8 years ago

If we are going to go for both upper and lower plots included, we could then add the option conditional=True - this would enabled plots that showed both ${\rm Pr}(a|b)$ and ${\rm Pr}(b|a)$ if lower=True,upper=True. If there is appetite for this it's a separate issue though.

On Sun, Jan 17, 2016 at 10:30 AM, David W. Hogg notifications@github.com wrote:

Oh now I can see that the full enhancement I want is keywords lower, upper, and diagonal with default values True, False, and True. This would permit combination of issue #74 https://github.com/dfm/corner.py/issues/74 with this issue.

— Reply to this email directly or view it on GitHub https://github.com/dfm/corner.py/issues/75#issuecomment-172362133.

davidwhogg commented 8 years ago

conditional was going to be my next feature request! But it is a separate issue, indeed