Skip to content

Commit d42b6b3

Browse files
authored
Update doc/python/marker-style.md
1 parent 5014eae commit d42b6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/marker-style.md

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

381381
#### Open Marker Colors
382382

383-
In the previous example, each marker has two colors, a marker color (set in Plotly Express with `color="species"`) and a line color (set on the line with `color="DarkSlateGrey"`. When using open markers, like `"diamond-open"` in the following example, the marker always uses only the marker color. Adding a line color won't update the marker.
383+
In the previous example, each marker has two colors, a marker color (set in Plotly Express with `color="species"`) and a line color (set on the line with `color="DarkSlateGrey"`. All open markers, like "diamond-open" in the following example, have a transparent fill, which means you can specify only one color. Specify this color using the marker color parameter. This controls the outline color and any dot or cross. For open markers, the line color does nothing.
384384

385385
```python
386386
import plotly.express as px

0 commit comments

Comments
 (0)