Tickets
Issues
#FIXME: separate plotting of lines, dots and area- Id: 21c1d188c74f6752f46af99bb0ffc8d9
- Status: Open
- Initial commit: ca45e1d0aaf6419b231a39f175160f653b42aa74
- Creation date: 2012-08-05 09:46:30
- Last changed: 2023-01-18 12:16:41
- Created by: Laurent Defert
- File: staticpm/CairoPlot.py
- Last changed by: Laurent DEFERT
- Tag:
#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
-
Changed by Laurent DEFERT on 2023-01-18 12:16:41 during fbea579dac61d4988aca4bf9bd4c0578003a2385
-
File:
kissspm/CairoPlot.py- staticpm/CairoPlot.py