Skip to content

Add option for rotated view of last marginalisation #246

Open
@sebastian-schindler

Description

@sebastian-schindler

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').

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions