We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9838830 commit 29cdd6bCopy full SHA for 29cdd6b
packages/python/plotly/_plotly_utils/colors/_swatches.py
@@ -38,7 +38,7 @@ def _swatches(module_names, module_contents, template=None):
38
for name, colors in reversed(sequences)
39
],
40
layout=dict(
41
- title=module_names,
+ title="plotly.colors." + module_names.split(".")[-1],
42
barmode="stack",
43
barnorm="fraction",
44
bargap=0.5,
0 commit comments