Sufrace 3d cvs table import; scaling is same on x,y

Hi community,

I am new to ploty and made a nice 3d surface plot.
https://plot.ly/~schmidtb/0/husky449ftwakra-fuelmap/

but I could not scale correctly xaxis and yaxis because I could not find the first line of my cvs file in the data.

Here is my cvs file and the first line is missing in the data
,0,1,2,3,4,5,6,8,10,15,20,25,30,35,40,50,60,70,80,100
13500,2053,2053,2053,2053,2053,2053,2005,2404,2600,2716,2874,3069,3232,3439,3575,3757,3781,3747,3809,3827
13000,2053,2053,2053,2053,2053,2053,2005,2404,2600,2716,2874,3069,3232,3439,3575,3757,3781,3747,3809,3827
12500,2053,2053,2053,2053,2053,2053,2005,2404,2600,2716,2874,3069,3232,3439,3575,3757,3781,3747,3809,3827
…
800,2205,2365,2635,2895,3178,3507,4091,4442,4725,5139,5339,5651,5871,6395,6635,6837,7004,7193,7215,7369
0,2255,2415,2712,2927,3242,3571,4182,4525,4775,5207,5370,5669,5939,6413,6685,6935,7152,7339,7307,7418

So first line should be xaxis
second line begins with zaxis as first value and then the y-values are in the line.
continued
and I can see a 20x23 for x,y in the surface because we have 20 y values in each line and 23 x
but the first line as xaxis …its missing !

I used Topographical 3D Surface Plot with Mt Bruno Elevation as 1:1 example from here.
https://plot.ly/python/3d-surface-plots/

This is a linear x,y and I have a no linear on x that should match with y values in matrix
https://raw.githubusercontent.com/plotly/datasets/master/api_docs/mt_bruno_elevation.csv
In the example above it the same problem if you change the x,y x =x2 and y=y3 you will get still 0-23 and 0-24 in the plot for x and y !
Range could not fix !
Scale could not fix !

Any hints for me how I can get my x-axis to the plot ?
regrads Power Penguin