jinchenglijc / reorder.js

JavaScript library to reorder matrices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reorder.js

Reorder.js is a JavaScript library for reordering matrices, i.e. either tables, graphs vertices, or parallel coordinates axes.

Want to learn more? See the wiki.

Development

To help develop Reordering.js, you need to have Node.js and NPM installed. Once you have done that, run the following from the root directory of this repository to install the development dependencies:

make install

Thanks

Thanks to Renaud Blanch for giving me his implementation of the 'Optimal Leaf Ordering' algorithm. He has improved it and the distribution is available as ordering.

I originally started this in order to add a reordering module to D3.js.

The project structure and Makefile is based on that of D3, so a big thank you goes to Mike Bostock for this.

About

JavaScript library to reorder matrices

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 94.5%Language:HTML 3.4%Language:Python 1.2%Language:Makefile 0.5%Language:CSS 0.3%