I'm modifying the nicecharts extension to make more charts and 'improve' some aspects. It now reads many lines and columns in a csv file to make several graphs at the same time.
Its going very well except for this one problem: - when I feed it too much data inkscape locks up and does not respond. The amount of data is suspiciously low.
Can anyone help me to debug it. What am I doing wrong ? - I have fixed a problem where lots of unused filters were being made. - I'm pretty sure I've got my layers and groups being made correctly. - The log shows the file runs to completion without errors but control never returns to the users. - To show the problem, 2 data files are available. one is good one is not.
Code logs to file for examination. You will need to modify the logfile location at top of nicecharts.py for your system.
Code is here: http://pastebin.com/6b8jcanU inx is here: http://pastebin.com/u3znJNrR you also need support code: http://pastebin.com/YKCdWJYS
datafiles: good - http://pastebin.com/7xL4cf8b failure - http://pastebin.com/sqTXb8bd
rename the files: nicechart.py nicechart.inx nicechart_colors.py