Tickets
Issues
#FIXME: render grid in a separate method- Id: 0cecefdc19471bb2c16ad6df806d2621
- 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: render grid in a separate method
if self.grid and x != border:
cr.set_source_rgb(*self.grid_color)
cr.move_to(x, self.height - self.borders[VERT])
cr.line_to(x, self.borders[VERT])
cr.stroke()
History
-
Changed by Laurent DEFERT on 2023-01-18 12:16:41 during fbea579dac61d4988aca4bf9bd4c0578003a2385
-
File:
kissspm/CairoPlot.py- staticpm/CairoPlot.py