To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/pygooglechart-py3k
« back to all changes in this revision
Viewing changes to examples/helper.py
-
Committer:
gak
-
Date:
2007-12-09 07:25:42 UTC
-
Revision ID:
git-v1:5d8b7c345e27138fdcb5f8270a50b926940ffdf8
branched to 0.1.0
Show diffs side-by-side
added
removed
3
def random_data(points=50, maximum=100):
4
return [random.random() * maximum for a in xrange(points)]