Sebastian Schindler
Results
2
issues of
Sebastian Schindler
The current implementation of `corner_impl` is muting its mutable arguments, like here: ``` if hist_kwargs is None: hist_kwargs = dict() hist_kwargs["color"] = hist_kwargs.get("color", color) ``` The dictionary `hist_kwargs` as seen...
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...