About
Gruffy is a yet another Python Graphing Library. inspired by Gruff (Ruby Graphing Library).
This module using pgmagick (GraphicsMagick) .
Install
Install from PyPI:
$ pip install gruffy
Require
pgmagick module.
package install on Ubuntu:
$ apt-get install libgraphicsmagick++-dev $ apt-get install libboost-python1.40-dev $ pip install pgmagick
Basic Usage
Bar Graph Sample:
from gruffy import Bar
g = Bar()
g.title = "Gruffy's Graph"
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'}
g.write('sample.png')
Getting the source
Documentation
Release files for gruffy 0.3.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gruffy-0.3.4.tar.gz | 16.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gruffy-0.3.4-py2.7.egg | Legacy Egg format | - | - | Details |
Total release size: 66.8 kB
Release files / gruffy-0.3.4.tar.gz
| Download URL | gruffy-0.3.4.tar.gz |
|---|---|
| Size | 16.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eb164628d9fefebf81acccefbf99aaa078918c91ef70ef3cbaf9cf2be7e2460d
|
|
BLAKE2b-256 checksum How to use checksums |
30fb18b267ff92e46391c7cc25569b4cc74d4911e28252b1b8207782cdce0890
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / gruffy-0.3.4-py2.7.egg
| Download URL | gruffy-0.3.4-py2.7.egg |
|---|---|
| Size | 49.9 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
2a529be6e264a2e7c1ca9f6f4a2675ba677918710f8973eb3f4530fd77f6e83b
|
|
BLAKE2b-256 checksum How to use checksums |
9697f526eb2cec2a7d577bfc15dea43e5694ab18b1fb223d480379edb5f22651
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |