Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6765ade

Browse filesBrowse files
committed
Blacken
1 parent 678ad3d commit 6765ade
Copy full SHA for 6765ade

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎packages/python/plotly/templategen/definitions.py

Copy file name to clipboardExpand all lines: packages/python/plotly/templategen/definitions.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ def simple_white():
127127
template.layout.scene.zaxis.update(opts)
128128

129129
# Darken ternary
130-
opts = dict(
131-
linecolor=plotly_clrs["gray14"], gridcolor=plotly_clrs["gray91"]
132-
)
130+
opts = dict(linecolor=plotly_clrs["gray14"], gridcolor=plotly_clrs["gray91"])
133131
template.layout.ternary.aaxis.update(opts)
134132
template.layout.ternary.baxis.update(opts)
135133
template.layout.ternary.caxis.update(opts)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.