Skip to content

Commit a07705a

Browse files
committed
Update supported-colors.md
1 parent 7a4ffa4 commit a07705a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/supported-colors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ for i, color in enumerate(supported_colors):
117117
)
118118

119119
fig.update_layout(
120-
height=((len(supported_colors) // 5) + (1 if len(color_names) % 5 else 0)) * 120,
120+
height=((len(supported_colors) // 5) + (1 if len(supported_colors) % 5 else 0)) * 120,
121121
width=800,
122122
showlegend=False,
123123
plot_bgcolor='rgba(0,0,0,0)',

0 commit comments

Comments
 (0)