Skip to content

A project to visualize large data matrices via a web browser interface

Notifications You must be signed in to change notification settings

hmcfletch/vizmatrix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

To generate a random file use the following command:

>> ruby VizMatrixHTMLGen.rb > vizmatrix.html

There are some things in the VizMatrixHTMLGen.rb that are configureable:

x,y => size of the matrix
threshold => fraction of entries that are nonzero
cellsize => size of the individual cells, in pixels

TODO

* Textarea that accepts an smat file and converts it to the requireed json
* Process label files
* Consider moving all code in moveCrosshairs to native JS instead of jQuery to
  cut down on overhead since this function is called all the time

About

A project to visualize large data matrices via a web browser interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 98.3%
  • Ruby 1.7%