We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52581b2 commit b5d85f6Copy full SHA for b5d85f6
packages/python/plotly/templategen/definitions.py
@@ -145,6 +145,9 @@ def simple_white():
145
# Add transparency to scatter markers to indicate saturation
146
template.data.scatter = [{"marker": {"opacity": 0.65}}]
147
148
+ # Add transparency to scatter matrix markers to indicate saturation
149
+ template.data.splom = [{"marker": {"opacity": 0.4}}]
150
+
151
# Mapbox light style
152
template.layout.mapbox.style = "light"
153
0 commit comments