An online gallery to explore the design space of comparative layouts based on a declaratie grammar.
citation:
Sehi L'Yi, Jaemin Jo, and Jinwook Seo, Comparative Layouts Revisited: Design Space, Guidelines, and Future Directions, IEEE Transactions on Visualization and Computer Graphics (TVCG), 2021, (Proc. IEEE InfoVis 2020). [arXiv]
Layout := Unit, Type, Arrangement, Mirrored
Type := Juxtaposition | Superposition | Explicit-Encoding
Unit := Chart | Item
Arrangement := Adjacent | Stacked | Diagonal | Animated
Mirrored := True | False
Install Yarn from https://yarnpkg.com/lang/en/.
Clone the repo:
git clone git@github.com:sehilyi/comparative-layout-explorer.git
cd comparative-layout-explorer
Install the dependencies:
yarn install
Start the test server:
yarn start