Skip to content

Kayal314/Matrix-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization of heterogeneity in a matrix by mapping the values in the matrix to RGB values:
We aim to contruct heat-maps of matrices in java, similar to the imagesc function in octave

To get the heat map of a matrix arr first initialize a new Display object with arr
Display dis = new Display(arr);
Then call the show method to create the heat-map
dis.show();
You can also show a color-scale for reference:
dis.colorBar(100) // divided the color-bar into hundred divisions. For a more accurate scale, use a higher value, although 100 is the recommended value

About

Visualization of heterogeneity in a matrix by mapping the values in the matrix to RGB values

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages