We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d2b8d commit ad2c291Copy full SHA for ad2c291
packages/python/plotly/templategen/definitions.py
@@ -142,12 +142,6 @@ def simple_white():
142
opts = {"marker": {"line": {"width": 1, "color": "white"}}}
143
template.data.histogram = [opts]
144
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