Skip to content

Commit 29cdd6b

Browse files
fix swatch titles
1 parent 9838830 commit 29cdd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/_plotly_utils/colors/_swatches.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _swatches(module_names, module_contents, template=None):
3838
for name, colors in reversed(sequences)
3939
],
4040
layout=dict(
41-
title=module_names,
41+
title="plotly.colors." + module_names.split(".")[-1],
4242
barmode="stack",
4343
barnorm="fraction",
4444
bargap=0.5,

0 commit comments

Comments
 (0)