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
We provide a new version of aletheia under the name aletheia-dnn (v1.2).
Each plot function will return a plt.figure object, and you can save it by, e.g.,
fig = clf.pair_plot(... )
fig.savefig("test.png")
clf.pair_plot(... )
Shivam
The text was updated successfully, but these errors were encountered: