Skip to content

Commit b5d85f6

Browse files
committed
Add transparency to scatter matrix markers
1 parent 52581b2 commit b5d85f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: packages/python/plotly/templategen/definitions.py

+3
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ def simple_white():
145145
# Add transparency to scatter markers to indicate saturation
146146
template.data.scatter = [{"marker": {"opacity": 0.65}}]
147147

148+
# Add transparency to scatter matrix markers to indicate saturation
149+
template.data.splom = [{"marker": {"opacity": 0.4}}]
150+
148151
# Mapbox light style
149152
template.layout.mapbox.style = "light"
150153

0 commit comments

Comments
 (0)