Triangle plot engines — comparison¶
TrianglePlot supports three rendering engines: getdist, chainconsumer,
and anesthetic. The engine= kwarg is the only difference between them;
everything else — samples, weights, truths, title — stays the same.
Tip
Install all three at once: pip install cplots[getdist,chainconsumer,anesthetic]
Setup¶
Side-by-side comparison¶
GetDist¶
ChainConsumer¶
Tip
Install: pip install cplots[chainconsumer]
Anesthetic¶
Tip
Install: pip install cplots[anesthetic]
With importance weights¶
All three engines accept a weights array of shape (N,).