First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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.