Skip to content

Processing program that takes a CSV input and outputs a multivariate density graph over time in a PNG format

Notifications You must be signed in to change notification settings

TravisHardman/CSV-to-Density-Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program creates a density graph over multiple parameters and labels them.

Dependencies:
Processing 1.2.1
Java Development Kit 6.21

To run the program:
1. Add input.csv to the application directory (see format instructions below)
2. Adjust configuration settings in config.txt
3. Run graph.exe
4. output.png will be created in the application directory

config.yml format:
key: value
key: value
key: value

input.csv format:
	Total	Label	Label	Label
X-Val	##	##	##	##
X-Val	##	##	##	##

About

Processing program that takes a CSV input and outputs a multivariate density graph over time in a PNG format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages