Skip to content

Commit ad2c291

Browse files
committed
Remove marker transparency
1 parent 93d2b8d commit ad2c291

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

-6
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,6 @@ def simple_white():
142142
opts = {"marker": {"line": {"width": 1, "color": "white"}}}
143143
template.data.histogram = [opts]
144144

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-
151145
# Mapbox light style
152146
template.layout.mapbox.style = "light"
153147

0 commit comments

Comments
 (0)