Tickets
Issues
#FIXME: plot_width and plot_height should be object properties and be re-used.- Id: 5c47f32be66d54fee9d6e32a1096ef61
- 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: plot_width and plot_height should be object properties and be re-used.
plot_width = self.width - 2* self.borders[HORZ]
plot_height = self.height - 2 * self.borders[VERT]
plot_top = self.height - self.borders[VERT]
series_amplitude = self.bounds[VERT][1] - self.bounds[VERT][0]
History
-
Changed by Laurent DEFERT on 2023-01-18 12:16:41 during fbea579dac61d4988aca4bf9bd4c0578003a2385
-
File:
kissspm/CairoPlot.py- staticpm/CairoPlot.py
Changed by Laurent Defert on 2013-01-19 11:01:39 during 097f098395a8e5e0fdc3df6b8fca176038b041f2
-
Content:
updated from
#FIXME: plot_width and plot_height should be object properties and be re-used. plot_width = self.width - 2* self.borders[HORZ] plot_height = self.height - 2 * self.borders[VERT] plot_top = self.height - self.borders[VERT] series_amplitude = self.bounds[VERT][1] - self.bounds[VERT][0]