Sha256: d479d05bf10a434c307a1c534358959f20e6c1784fa568a30157512202d104e8

Contents?: true

Size: 925 Bytes

Versions: 1

Compression:

Stored size: 925 Bytes

Contents

# Gruff Graphs

A library for making beautiful graphs.

## WARNING

This is beta-quality software. It works well according to our tests,
but the API may change and other features will be added.
We are working to make Gruff production quality software.

## Installation

Add this line to your application's Gemfile:

    gem 'gruff'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install gruff

## Usage

See the test suite in test/line_test.rb for examples.

## Samples

http://nubyonrails.com/pages/gruff

## Documentation

http://gruff.rubyforge.org

## Contributing

== Source

The source for this project is now kept at GitHub:

http://github.com/topfunky/gruff/tree/master

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gruff-0.3.7 README.md