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
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?
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.
The function
view_corr_mat
invisualisation_commands
needs to be redesigned to plot matrices that are not saved as files.The text was updated successfully, but these errors were encountered: