We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678ad3d commit 6765adeCopy full SHA for 6765ade
packages/python/plotly/templategen/definitions.py
@@ -127,9 +127,7 @@ def simple_white():
127
template.layout.scene.zaxis.update(opts)
128
129
# Darken ternary
130
- opts = dict(
131
- linecolor=plotly_clrs["gray14"], gridcolor=plotly_clrs["gray91"]
132
- )
+ opts = dict(linecolor=plotly_clrs["gray14"], gridcolor=plotly_clrs["gray91"])
133
template.layout.ternary.aaxis.update(opts)
134
template.layout.ternary.baxis.update(opts)
135
template.layout.ternary.caxis.update(opts)
0 commit comments