From 7b62f54eb05f6a184e0bce16a143c1afafc6aaae Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Fri, 19 Aug 2016 12:04:55 -0700 Subject: [PATCH] changing a parameter to a flag --- plotly/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """