Tickets

Issues

#FIXME: separate plotting of lines, dots and area


            #FIXME: separate plotting of lines, dots and area

            for value in series:
                if last != None:
                    cr.move_to(x - horizontal_step, plot_top - int((last - self.bounds[VERT][0]) * vertical_step))
                    cr.line_to(x, plot_top - int((value - self.bounds[VERT][0])* vertical_step))

History