Pass legend labels into LinePlot
Bill Marcum <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <CAK8q2VQekgTV94tzQDDiwmyxG1wkmGuis5p-E00=Ybo7U-3dHA@mail.gmail.com> |
I'm extending one of the sample reportlab graphs, and I'm able to pass in dynamic line data using the 'data' param. But I can't figure out how to pass in dynamic line labels for the legend. Every example I see hardcodes the legend in the graph subclass.