dfm / corner.py

Make some beautiful corner plots

Home Page:http://corner.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reverse=True incompatible with truths

talmiller2 opened this issue · comments

reverse=True puts the histograms in the top right corner, but the truths lines/points stay in the bottom left corner.

Somehow connected to that - are there any plans to re-write corner.py using classes? Matplotlib offers many ways to customize the plots and not all of them can be accessed in corner.py. Obvious approach is to do some post-processing, but this is somehow time-consuming. The problem pointed above should not appear or be easy to solve, if the code was written using classes.