BjRaz
10-11-2010, 03:23 AM
This is probably the wrong forum, but I didn't know where else to put it.
An associate of mine is working on plotting, differential equations of the square-root of negative one to the nth power.
and I have been translating the data into curves so it can be visualized.
I have recently found something that is a little harder though. I have 4 columns of data in a comma separated file '.csv' file.
I need to add the values in column 4 to the values in column 1 after I have rotated the data; then plot the result.
I hope someone can help with this.
I realize this is a scripting not a modeling question, but I'm not sure where else to post this. :sad:
csv file = http://pastebin.com/AJPTfzAu
python file = http://pastebin.com/6ebFQ2Bv
(http://pastebin.com/6ebFQ2Bv)
An associate of mine is working on plotting, differential equations of the square-root of negative one to the nth power.
and I have been translating the data into curves so it can be visualized.
I have recently found something that is a little harder though. I have 4 columns of data in a comma separated file '.csv' file.
I need to add the values in column 4 to the values in column 1 after I have rotated the data; then plot the result.
I hope someone can help with this.
I realize this is a scripting not a modeling question, but I'm not sure where else to post this. :sad:
csv file = http://pastebin.com/AJPTfzAu
python file = http://pastebin.com/6ebFQ2Bv
(http://pastebin.com/6ebFQ2Bv)
