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 33bcc4d

Browse filesBrowse files
committed
Darken grid colors
1 parent 6cbe9bb commit 33bcc4d
Copy full SHA for 33bcc4d

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: packages/python/plotly/templategen/definitions.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def mpl():
8787
# Common axis common properties
8888
axis_common = dict(
8989
showgrid=False,
90-
gridcolor=plotly_clrs["Rhino Light 2"],
90+
gridcolor=colors["gray91"],
9191
linecolor=colors["gray14"],
9292
ticks="outside",
9393
showline=True,

0 commit comments

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