Surface graph with incomplete data

supose that i have a 5x5 matrix, but i don’t have all values. see image

Captura

I want to draw a surface, but the unkonw values can be interpolated by plotly?

We don’t offer a way to interpolate missing data in surface trace at the moment unfortunately.

With heatmap traces, gaps in data can be filled using connectgaps: true: https://codepen.io/etpinard/pen/vRLOoy?editors=1010