Skip to content

gamepro65/Processing-Graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Christopher Drury
3/29/11
Processing graphs

This program will take in arguments and create a bar graph with labels for your data.

In order to use you must call

java -jar "Processing.jar" (arguments)

arguments are accessed accordingly

width, height, data value 1, data label 1, data value 2, data label 2, data value n, data label n

When used appropriatly it will look like this

java -jar "Processing.jar" 640 480 356 Apple 22 Blackberry 88 Droid 99 Motorola 300 Sony

java -jar "Processing.jar" 800 640 156 T-Mobile 360 A-TT 188 Sprint 300 Verizon_Before_iPhone 100 Verizon_With_iPhone

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages