8000 Add supported CSS colors page by LiamConnors · Pull Request #5137 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Add supported CSS colors page #5137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update doc/python/supported-colors.md
  • Loading branch information
LiamConnors authored Apr 10, 2025
commit c8b38f41c504e142139f1146caa9ec934e9b5164
2 changes: 1 addition & 1 deletion doc/python/supported-colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fig = go.Figure([
fig.show()
```

These colors are supported in Plotly.py when a property accepts a [named CSS colors](https://developer.mozilla.org/en-US/docs/Web/CSS/named-color).
These colors are supported in Plotly.py when a property accepts a [named CSS color](https://developer.mozilla.org/en-US/docs/Web/CSS/named-color).

```python hide_code=true
import plotly.graph_objects as go
Expand Down
0