Registry / utility / scruffy

scruffy

JSON →
library0.2.6rbrubygemsunverified

A Ruby library for generating high quality, customizable graphs.

gem install scruffy
INSTALL
IMPORT
SIG · SCRUFFY
S
scruffy
utilityrubyv0.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Scruffy
require 'scruffy'

Creates a simple line graph and renders it as SVG.

require 'scruffy' graph = Scruffy::Graph.new graph.title = 'Sample Graph' graph.add(:line, 'Data', [1, 2, 3, 4, 5]) graph.render(:to => 'graph.svg', :as => 'SVG')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
scruffy — gem install scruffy · libregistry