Skip to content

Commit 33bcc4d

Browse files
committed
Darken grid colors
1 parent 6cbe9bb commit 33bcc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/templategen/definitions.py

Lines 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)