We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a0867 commit d291d3aCopy full SHA for d291d3a
packages/python/plotly/_plotly_utils/colors/_swatches.py
@@ -27,7 +27,7 @@ def _swatches(module_names, module_contents):
27
for name, colors in reversed(sequences)
28
],
29
layout=dict(
30
- title=module_names,
+ title=module_names.split('.')[-1].capitalize() + ' colorscales',
31
barmode="stack",
32
barnorm="fraction",
33
template=px.defaults.template,
0 commit comments