134
118
# Set the vertical stripes
135
119
chart.fill_linear_stripes(Chart.CHART, 0, 'CCCCCC', 0.2, 'FFFFFF', 0.2)
138
122
chart.set_grid(0, 25, 5, 5)
140
124
# The Y axis labels contains 0 to 100 skipping every 25, but remove the
141
125
# first number because it's obvious and gets in the way of the first X
143
127
left_axis = range(0, max_y + 1, 25)
145
129
chart.set_axis_labels(Axis.LEFT, left_axis)