Skip to content

Commit 7baaf4e

Browse files
committed
added to linear colorscale func
1 parent 9425f55 commit 7baaf4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plotly/tools.py

+1
Original file line numberDiff line numberDiff line change
@@ -1515,6 +1515,7 @@ def _convert_colorscale_to_rgb(colorscale):
15151515
)
15161516
return colorscale
15171517

1518+
@staticmethod
15181519
def _make_linear_colorscale(colors):
15191520
"""
15201521
Makes a list of colors into a colorscale-acceptable form

0 commit comments

Comments
 (0)