require ‘test_timer‘
Generate graphs at several sizes.
Also writes the graph to disk.
graph_sized 'bar_basic' do |g| g.data('students', [1, 2, 3, 4]) end
Example:
setup_basic_graph Gruff::Pie, 400
[Validate]