Spread sheet or CSV file to contour or surface

I edited your file to just the X,Y,Z data. The attached plugin will read ordered CSV data for any number of rows and columns. For example:

X,Y,Z
1,1,-0.07
1,2,-0.09
1,3,-0.11
1,4,-0.16
1,5,-0.18
1,6,-0.11
1,7,-0.09
2,1,-0.04
2,2,-0.12
2,3,-0.09
2,4,-0.13
2,5,-0.14
2,6,-0.07
2,7,-0.03
3,1,-0.02
3,2,-0.06
3,3,-0.07
3,4,-0.09
3,5,-0.1
3,6,-0.09
3,7,0.03

produces this:

2018-03-31_11h18_54

The plugin is very simplistic. There’s no error checking and it’s assumed that you’re working in inches. Let me know how you fare …

jimhami42_import_higgs.rbz (815 Bytes)

1 Like