← Graph

JFreeChart

tool 1 connections

Mature JVM library for generating charts and graphs in various formats (PNG, SVG, PDF, and more). Used in Charles Nutter's JRuby blog post as an example of pulling a JVM library into JRuby via a `jar-file` declaration and `lock_jars` (analogous to Gemfile + bundle install). Demonstrates building a 3D category chart in ~10 lines of Ruby with no C build tools.

category
library
language
Java
about
JFreeChart tool
Live example of pulling a JVM charting library into JRuby to make a 3D PNG chart in ~10 lines.

Provenance

Read by
1 extraction