Modifying z-axis range for 3d plots

Hi,

I have a default figure factory 3d plot: fig = FF.create_trisurf(xyz), and I am trying desperately to change the range of the z-axis. I tried the approach used in [https://plot.ly/python/axes/](http://Plotly Python Axes) for the x and y axes, but it doesn’t work here:
fig.layout.zaxis1.update( dict(range=[2, 10]) )

What is the solution to this?

See https://plot.ly/python/3d-axes/

1 Like