Re: [reportlab-support] Charts lines
Robin Becker <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Hernan, I have made a change to the reportlab code to make the NormalDate object comparable in python 3.x and now my test charts do work. The code is at bitbucket and the latest 3.3.18 packages are at https://www.reportlab.com/pypi. Once again it's better if you ask for advice on the reportlab users mailing list. -- Robin Becker On 12/09/2016 00:26, Hernan Aude wrote: > Hi, i am try make a line chart with LinePlot, in python3.4 y report lab 3.3 but > and i send the my data values with params [(20160820, 23), (...), ...] and i get > this error: > > NormalDate() < NormalDate() > > and dont understand ......