uwdata/semantic-colors

Name: semantic-colors

Owner: UW Interactive Data Lab

Description: Selecting semantically-resonant colors for data visualization

Created: 2013-10-26 00:16:11.0

Updated: 2016-07-21 22:29:43.0

Pushed: 2013-06-19 17:43:30.0

Homepage:

Size: 64

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Selecting Semantically-Resonant Colors for Data Visualization

Semantically-resonant color assignments (such as mapping “ocean” to “blue”) are useful in categorical visualizations, and can facilitate value lookup and comparisons.

This repository contains C# code that assigns a set of categorical concept names to semantically-resonant colors.
The algorithm makes use of images to determine frequent and discirminative colors for each concept name. It uses Google Image Search to query for relevant images. Project page: link

Main file: SemanticColors.sln

Dependencies

The code has been tested on Windows 7.

Usage
Usage: SemanticColors [inFile] [outFile] [paramFile] [renderDir]

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.