We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd77202 commit 27b5c2eCopy full SHA for 27b5c2e
packages/python/plotly/templategen/definitions.py
@@ -142,6 +142,9 @@ def mpl():
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
# Mapbox light style
149
template.layout.mapbox.style = "light"
150
0 commit comments