Loading data into the processing

For simplicity, just put your row.getint() calls directly into your drawingFunc arguments. No need for 12 extra global variables – row is the variable. If you want to make it more readable you can name the table columns and get them by column name.

1 Like