0
I have two variables (coordinates X,Y) that I am taking this information from a table . plt, I would like to save them in another table. I’d like the table to look like this
X Y
10 48
10 50
20 30
I am new in python, could you access this table for reading after indicating the variable ( X or Y ) and the line to view this variable? this table would have to have a variable size because the size of it will depend on the file I will load
thanks for your reply, but I can save these variables anywhere in the table ?
– Guilhermeths
Sorry, I didn’t understand your question. You say export the information?
– GigaFrota