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

update view_corr_mat in visualisation commands #83

Closed
Islast opened this issue Sep 12, 2018 · 3 comments
Closed

update view_corr_mat in visualisation commands #83

Islast opened this issue Sep 12, 2018 · 3 comments
Assignees

Comments

@Islast
Copy link
Collaborator

Islast commented Sep 12, 2018

The function view_corr_mat in visualisation_commands needs to be redesigned to plot matrices that are not saved as files.

@wingedRuslan
Copy link
Collaborator

Is this issue still relevant?

Right now view_corr_mat takes filename as an argument. Then corr_mat is loaded(numpy.loadtxt) from the file.
Would you like the function to take the corr_mat object as an argument instead of filename?

@Islast
Copy link
Collaborator Author

Islast commented Apr 8, 2019

Ideally I would like the function to be such that one can pass a correlation matrix (say a numpy array or pandas dataframe) and plot that, or optionally pass a filename instead.

@Islast
Copy link
Collaborator Author

Islast commented May 29, 2019

adressed in #108

@Islast Islast closed this as completed May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants