You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just want the confidence level plot, and hence I am trying to remove the 1D histograms using corner.corner().
Unfortunately I could not do it yet. Can it be done by simply changing any argument?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
For anyone who has stumbled upon this thread, you can add bbox_inches='tight' to your plt.savefig() to remove the white padding that's left after removing the axes. Keep in mind that newer versions of matplotlib might require bbox_inches=0.
I just want the confidence level plot, and hence I am trying to remove the 1D histograms using
corner.corner()
.Unfortunately I could not do it yet. Can it be done by simply changing any argument?
Thanks in advance.
The text was updated successfully, but these errors were encountered: