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

Add option for rotated view of last marginalisation #246

Open
sebastian-schindler opened this issue Dec 4, 2023 · 0 comments
Open

Add option for rotated view of last marginalisation #246

sebastian-schindler opened this issue Dec 4, 2023 · 0 comments

Comments

@sebastian-schindler
Copy link

Add an option for displaying the last marginalisation (lower right 1D plot) with the x-axis vertically instead of horizontally. The rationale behind this is that the distribution matches the 2D plot better, especially in the case of only two dimensions: In this case and with such an option, corner would produce the typical plot of a 2D distribution in the center with marginalised distributions on the sides, like shown here.

To implement this it would be necessary to rotate the plot clockwise by 90 degrees (and potentially invert the x-axis?). This could be achieved with ax.hist(x, orientation='vertical').

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

No branches or pull requests

1 participant