Tickets
Issues
#FIXME: select some pre-sets and allow these to be parametrized:- Id: da546402a55f02a85a6dbecf180bf4a3
- 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: select some pre-sets and allow these to be parametrized:
random.seed(3)
self.series_colors = series_colors
if not self.series_colors:
self.series_colors = [[random.random() for i in range(3)] for series in self.data]
self.series_widths = [1.0 for series in self.data]
History
-
Changed by Laurent DEFERT on 2023-01-18 12:16:41 during fbea579dac61d4988aca4bf9bd4c0578003a2385
-
File:
kissspm/CairoPlot.py- staticpm/CairoPlot.py