Welcome to Gruffy

What is Gruffy

Gruffy is a yet another Python Graphing Library. re-implementation to Gruff (Ruby Graphing Library).

This module using pgmagick (GraphicsMagick) .

ScreenShots

Gruffy's Graph

Gruffy's Graph

Code Sample

from gruffy import Area

g = Area()
g.title = "Gruffy's Graph"
g.transparent = True

g.data("Apples", [1, 2, 3, 4, 4, 3])
g.data("Oranges", [4, 8, 7, 9, 8, 9])
g.data("Watermelon", [2, 3, 1, 5, 6, 8])
g.data("Peaches", [9, 9, 10, 8, 7, 9])

g.labels = {0: '2003', 2: '2004', 4: '2005.09'}

g.write()

Getting the source

Gruffy’s soucecode managed on github .

git clone git://github.com/hhatto/gruffy.git

Infomation

Contact

Gruffy is written by Hideo Hattori . contact the author by e-mail to hhatto.jp@gmail.com .

License

Gruffy is under the MIT License. see the LICENSE file.

Table Of Contents

Next topic

Introduction

This Page

English / Japanese