Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to save the plots and the related data ? #3

Open
shivam5992 opened this issue Feb 10, 2021 · 1 comment
Open

How to save the plots and the related data ? #3

shivam5992 opened this issue Feb 10, 2021 · 1 comment

Comments

@shivam5992
Copy link

clf.pair_plot(... )

  1. Is there a way to save different plots that are generated from the functions?
  2. How to save data of the plots?

Shivam

@ZebinYang
Copy link
Collaborator

Hi,

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants