Charts! for ruby-processing
This is me playing with ruby-processing. Charts! plots line and bar charts. Code on GitHub, screenshot below.
Install ruby-processing
$ gem install ruby-processing
Run demo
$ rp5 run bar_demo.rb
$ rp5 run line_demo.rb
Run unit tests
$ rake