diff --git a/plotly/tools.py b/plotly/tools.py index f1177f3945f..7fc9e6ad748 100644 --- a/plotly/tools.py +++ b/plotly/tools.py @@ -3269,7 +3269,7 @@ def _map_face2color(face, colormap, vmin, vmax): return face_color @staticmethod - def _trisurf(x, y, z, simplices, show_colorbar, colormap=None, + def _trisurf(x, y, z, simplices, show_colorbar=True, colormap=None, color_func=None, plot_edges=False, x_edge=None, y_edge=None, z_edge=None, facecolor=None): """