/+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:36:21 UTC
  • Revision ID: git-v1:401ff0db96d316ad470ef91cb18d4053f0d8bc93
Added label tests

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()
39
40
    chart.download('label-cat-proximity.png')
40
41
 
41
42
def many_labels():