Small Multiples with Gaps

Note: you can click the headers to show or hide the corresponding controls.

SETTINGS

Map File
Grid Columns
Rows
Whitespace
WS method

ADVANCED SETTINGS

ACTIONS


Runs the Simulated Annealing method with the loaded map/grid using the settings above.

Computes the Linear Programming result, optimizing Displacement.

Perform additional hillclimbing.

ADVANCED ACTIONS

VIEW CONTROLS

METRICS

ASSIGNMENT TSV

SCRIPT OUTPUT

BATCH COMPUTATION


ABOUT

This page and its code are supplementary material to the paper "Small Multiples with Gaps", published in the TVCG proceedings of IEEE VIS 2016. This code is released under the LGPLv3 license.

This code gratefully makes use of jsLPSolver (MIT licensed) for solving linear programs, JSZip (dual licensed under MIT and GPLv3, used under MIT license) for packaging the output files of batch computation, and D3 (licensed under 3-clause BSD) for various DOM manipulations and SVG interactions.