Skip to content

Commit 3b6be8b

Browse files
Update discrete-color.md
1 parent 46dea5d commit 3b6be8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/discrete-color.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ IFrame(snippet_url + 'discrete-color', width='100%', height=630)
117117

118118
By default, Plotly Express will use the color sequence from the active [template](/python/templates/)'s `layout.colorway` attribute, and the default active template is `plotly` which uses the `plotly` color sequence. You can choose any of the following built-in qualitative color sequences from the `px.colors.qualitative` module, however, or define your own.
119119

120-
```python
120+
```python hide_code=true
121121
import plotly.express as px
122122

123123
fig = px.colors.qualitative.swatches()

0 commit comments

Comments
 (0)