Skip to content

Commit c5bf5df

Browse files
committed
Update parallel-coordinates-plot.md
1 parent b5fa284 commit c5bf5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/parallel-coordinates-plot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ fig.show()
176176

177177
*New in 5.10*
178178

179-
The color and opacity of unselected lines can be set with `unselected`. Here, we set the color to `lightgray` and the opacity to `0.5`.
179+
The color and opacity of unselected lines can be set with `unselected`. By setting `opacity=0`, you can hide the unselected lines. Here, we set the color to `lightgray` and the opacity to `0.5`.
180180

181181
```python
182182
import plotly.graph_objects as go

0 commit comments

Comments
 (0)