answered 2023-08-08 12:20:53 -0600
I'm not sure what you mean, but you can write the max value for line 3 with:
x1.set_cell((3,2+len(volts[0])),max(volts[0]))
The value will be written after the last column.