Sylvain
Sylvain
Hi, The behaviour of the `title_quantiles` argument that was introduced in v2.2.2 is responsible for a crash when using the following set of arguments: `show_titles=True`, `title_quantiles=None` and a list for...
title_quantiles inherits quantiles values only if len(quantiles)==3, update accordingly documentation for show_title and title_quantiles. This should restore backwards compatibility with `corner
The filename that is read by the `read_data` function currently assumes that `self.file_name` is a string and checks the file suffix with the string method `endswith`. However, this prevents from...