How to mark a specific point in line plot?
K 華 <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
hi, I made my PDF with reportlab recent days, and draw a line plot in my reportnow I need to mark max/min point in my line plot, and my code is like below
lp.lines[0].symbol = makeMarker('FilledCircle')lp.lines[0].strokeDashArray = [5, 1] lp.lines[(0,2)].symbol.fillColor = colors.green
however it doesn't work at the point(0, 2) filled greendid I use the wrong way to achieve target? or is there another way to make this target working?thanks for your help
KK2015/11/20