dfm / corner.py

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

add documentation about the levels argument #229

Closed JohannesBuchner closed 1 year ago

JohannesBuchner commented 1 year ago

I was trying to understand how to set the number of contour levels. Currently, the API doc does not list this. There is a helpful "A note about sigmas" page.

This pull request links the former to the latter, and explains what happens when levels= is not provided (None).

I would find this helpful, but feel free to adjust.

dfm commented 1 year ago

Awesome - thank you!!