This system translates a CSV files containing triples "subject, predicate, object" into coordinate information. The following image, for instance

c02 c20 c01 c00 c03 c10 c30

was generated from the input data:
c00, x, c10
c10, x, c20
c20, x, c30
c00, y, c01
c01, y, c02
c02, y, c03