Socket
Book a DemoInstallSign in
Socket

scruffy

Package Overview
Dependencies
Maintainers
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scruffy

0.3.0.beta1
bundlerRubygems
Version published
Maintainers
7
Created
Source

= scruffy, unofficial release

This is a fork from based on the official 0.2.5 release. See below for further a longer description.

== DESCRIPTION:

  • scruffy.rubyforge.org

Author:: Brasten Sager (brasten@nagilum.com) Date:: July 8, 2008 Release:: 0.2.5

Scruffy is a Ruby library for generating high quality, good looking graphs. It is designed to be easy to use and highly customizable.

For basic usage instructions, refer to the documentation for Scruffy::Graph.

== FORK DESCRIPTION

Author:: Delano Mandelbaum (delano@solutious.com) Author:: Kalin Harvey Date:: December 12, 2008

We love scruffy. Our motivation for creating a forking is to make it useful for hi-resolution graphs and charts. We would love to get our changes in to the official release but until that time they will be available at the GitHub URI above.

CHANGES.txt contains everything we've been up to.

== FEATURES

  • Renders to SVG or bitmap (PNG, JPG)

== PROBLEMS:

  • 0.2.3 version has missing legend text when rendering to bitmap. This is strange because the text is there in the SVG before it goes to RMagick.

== SYNOPSIS:

graph = Scruffy::Graph.new
graph.title = "Sample Line Graph"
graph.renderer = Scruffy::Renderers::Standard.new

graph.add :line, 'Example', [20, 100, 70, 30, 106]

graph.render :to => "line_test.svg"
graph.render  :width => 300, :height => 200,
  :to => "line_test.png", :as => 'png'

== REQUIREMENTS:

  • Needs RMagick and Magic installed, if you wish to render to bitmap.

== INSTALL:

  • sudo gem install scruffy

== LICENSE:

See Licence.txt

FAQs

Package last updated on 01 Jan 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.