We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2834f commit b8606aeCopy full SHA for b8606ae
packages/python/plotly/_plotly_utils/colors/_swatches.py
@@ -34,6 +34,7 @@ def _swatches(module_names, module_contents):
34
bargap=0.5,
35
showlegend=False,
36
xaxis=dict(range=[-0.02, 1.02], showticklabels=False, showgrid=False),
37
- height=max(600, 40 * len(sequences)),
+ height=max(px.defaults.height, 40 * len(sequences)),
38
+ width=px.defaults.width
39
),
40
)
0 commit comments