Thanks to visit codestin.com Credit goes to github.com
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 f258fb3 commit 24f1ce3Copy full SHA for 24f1ce3
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