Skip to content

Commit f1e07f0

Browse files
committed
Updating doco
1 parent 7d389d6 commit f1e07f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ post, it can be solved by explicitly install the `matplotlib` dependency `dvipng
5454

5555
##### 0.24.3
5656
* Fixing bug in label rendering for contour sigma labels.
57+
* Improving parsing of `sigma` in `configure`, such that you don't need a leading zero.
5758

5859
##### 0.24.2
5960
* Fixing bug in `get_correlations`.

chainconsumer/chainconsumer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@ def configure(self, statistics="max", max_ticks=5, plot_hists=True, flip=True,
226226
:math:`\sigma` represents 39% and 86% confidence levels respectively.
227227
sigmas : np.array, optional
228228
The :math:`\sigma` contour levels to plot. Defaults to [0, 1, 2, 3] for a single chain
229-
and [0, 1, 2] for multiple chains. The leading zero is required if you don't want
230-
your surfaces to have a hole in them.
229+
and [0, 1, 2] for multiple chains.
231230
serif : bool, optional
232231
Whether to display ticks and labels with serif font.
233232
summary : bool, optional

0 commit comments

Comments
 (0)