/+junk/pygooglechart-py3k

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/labels.py

  • Committer: gak
  • Date: 2007-12-13 23:41:30 UTC
  • Revision ID: git-v1:cbcc1a47416f61cbbdfa772616ad526d04a1703b
removed debugging from an example

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    chart.set_axis_style(index, '202020', font_size=10, alignment=0)
37
37
    chart.set_axis_positions(index, [50])
38
38
 
39
 
    print chart.get_url()
40
39
    chart.download('label-cat-proximity.png')
41
40
 
42
41
def many_labels():