public
Rubygem
Description: Gruff graphing library for Ruby
Homepage: http://gruff.rubyforge.org
Clone URL: git://github.com/topfunky/gruff.git
Search Repo:
topfunky (author)
Tue Mar 18 11:09:39 -0700 2008
commit  3bd90836f56a2c49cbdd92f043a7bcf77f44ac39
tree    3514e9f27a3d51e4c53ac56eb7ed85df711163dc
parent  defc9aa87b67bc2527e21d9defce513b46a270d2
gruff / README.txt
100644 40 lines (21 sloc) 0.859 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
== Gruff Graphs
 
A library for making beautiful graphs.
 
== Samples
 
http://nubyonrails.com/pages/gruff
 
== Documentation
 
http://gruff.rubyforge.org
 
See the test suite in test/line_test.rb for examples.
 
== Rails Plugin
 
Gruff is easy to use with Rails.
 
  gem install gruff
  cd vendor/plugins && gem unpack gruff
 
== WARNING
 
This is beta-quality software. It works well according to my tests, but the API may change and other features will be added.
 
== Source
 
The source for this project is now kept at GitHub:
 
http://github.com/topfunky/gruff/tree/master
 
== CONTRIBUTE
 
Patches appreciated, especially if they are in Git format (with metadata so your name shows up in the commit logs).
 
Use these instructions:
 
http://gweezlebur.com/2008/2/1/so-you-want-to-contribute-to-merb-core-part-1
 
http://gweezlebur.com/2008/2/9/contributing-to-merb-part-2