830
831
self.bounds[HORZ] = x_bounds
831
832
self.bounds[VERT] = y_bounds
833
835
self.rounded_corners = rounded_corners
835
837
self.three_dimension = three_dimension
836
838
self.x_label_angle = math.pi / 2.5
839
841
self.plot_dimensions = {}
843
self.value_label_color = (0.5,0.5,0.5,1.0)
842
845
Plot.__init__(self, surface, data, width, height, background, border, x_labels, y_labels, series_colors)