From 10dde25e7f77a603c0d9f8004b8b96b3966cd97b Mon Sep 17 00:00:00 2001 From: Jakub Kaluzka Date: Thu, 4 Jul 2019 16:43:19 +0200 Subject: [PATCH] Fix typo in the documentation. --- plotly/graph_objs/scatter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/graph_objs/scatter/__init__.py b/plotly/graph_objs/scatter/__init__.py index 1d29a3b2be4..ec94a8acfa3 100644 --- a/plotly/graph_objs/scatter/__init__.py +++ b/plotly/graph_objs/scatter/__init__.py @@ -1198,7 +1198,7 @@ def colorscale(self): containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For - example, `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`. To + example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Greys,YlGnB