pygtc
pygtc copied to clipboard
Make a sweet giant triangle confusogram (GTC) plot
Hello there, I get the following error: ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) /tmp/ipykernel_3547/2353911238.py in ----> 1 chainsGTC = pygtc.plotGTC(chains=chains, 2 chainLabels=["data1", "data2", "data3","data4"], 3 paramNames=Columns) ~/.local/lib/python3.9/site-packages/pygtc/pygtc.py in...
Parameters "contourLinewidth" in function "__plot2d" and “linewidth" in function "__plot1d" added to control the linewidths of contours and the edges of the histograms
"""" I think this is a good idea. Is the idea to display this above each of the 1D histograms? _Originally posted by @FaustinCarter in https://github.com/SebastianBocquet/pygtc/issues/11#issuecomment-440704064_ """ Has this been...
In multiple places in the documentation, it's said that 1 (2) sigma levels in 2 dimensions correspond to 39% (86%) confidence. In my experience, to the extent that "N sigma...
I see in `__plot2D` that the Gaussian smoothing is done _after_ normalizing and finding the contour levels to show. Seems like it would be more consistent to use the smoothed...
Can the parameter constraints (mean +/- std deviation) be displayed as titles? This would be a nice, informative addition.
Hi, sometimes it is useful to have a row of plots rather than a triangle if you do not want to plot every parameter against everyone else ever but rather...
Hello Thanks for the nice package. This is not an issue, but a request. Is there, or would it be possible to add, an option to plot the joint distribution?...