52
36
chart.set_axis_style(index, '202020', font_size=10, alignment=0)
53
37
chart.set_axis_positions(index, [50])
55
40
chart.download('label-cat-proximity.png')
58
43
chart = SimpleLineChart(settings.width, settings.height)
61
46
for axis_type in (Axis.LEFT, Axis.RIGHT, Axis.BOTTOM):
62
47
index = chart.set_axis_range(axis_type, 0, random.random() * 100)
63
48
chart.set_axis_style(index, colour=helper.random_colour(), \