irtazahashmi / pytspl

A Python library for Topological Signal Processing and Learning.
MIT License
4 stars 0 forks source link

visualization of eigenvectors and edge flows #7

Open cookbook-ms opened 9 months ago

cookbook-ms commented 9 months ago

Usually we want to visualize not just one eigenvector but a set of them, so in this case, it is better to use a unified colormap for all of them.

A few points:

cookbook-ms commented 8 months ago

when computing or returning the eigenvalues and eigenvectors, it's recommended to order them based on the magnitudes of the eigenvalues, e.g., from small to large

irtazahashmi commented 8 months ago

when computing or returning the eigenvalues and eigenvectors, it's recommended to order them based on the magnitudes of the eigenvalues, e.g., from small to large

I have fixed that.