Skip to content

Commit af26f44

Browse files
author
xhlulu
committed
Update message in discrete-colors
1 parent 052c249 commit af26f44

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/python/discrete-color.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,9 @@ fig.show()
101101

102102
### Discrete Colors in Dash
103103

104-
[Dash](https://plotly.com/dash/) is the best way to build analytical apps in Python using Plotly figures. With Dash, you can add radio buttons to control the color mode of your graph.
104+
[Dash](https://plotly.com/dash/) is the best way to build analytical apps in Python using Plotly figures. To run the app below, run `pip install dash`, click "Download" to get the code and run `python app.py`.
105105

106-
To run the app below, run `pip install dash`, click "Download" to get the code and run `python app.py`.
107-
108-
Get started now with [the official docs](https://dash.plotly.com/installation) and learn how you can effortlessly [style](https://plotly.com/dash/design-kit/) and [deploy](https://plotly.com/dash/app-manager/) apps like this with [Dash Enterprise](https://plotly.com/dash/).
106+
Get started with [the official Dash docs](https://dash.plotly.com/installation) and **learn how to effortlessly [style](https://plotly.com/dash/design-kit/) & [deploy](https://plotly.com/dash/app-manager/) apps like this with <a style="color:red;" href="https://plotly.com/dash/">Dash Enterprise</a>.**
109107

110108
```python hide_code=true
111109
from IPython.display import IFrame

0 commit comments

Comments
 (0)