File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/python/plotly/templategen Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,14 @@ def simple_white():
121121 template .layout .title .x = 0.05
122122
123123 # Increase grid width for 3d plots
124- opts = dict (gridwidth = 2 , gridcolor = plotly_clrs ["Rhino Light 1 " ], zeroline = False )
124+ opts = dict (gridwidth = 2 , gridcolor = plotly_clrs ["gray91 " ], zeroline = False )
125125 template .layout .scene .xaxis .update (opts )
126126 template .layout .scene .yaxis .update (opts )
127127 template .layout .scene .zaxis .update (opts )
128128
129129 # Darken ternary
130130 opts = dict (
131- linecolor = plotly_clrs ["Rhino Medium 1 " ], gridcolor = plotly_clrs ["Rhino Light 1 " ]
131+ linecolor = plotly_clrs ["gray14 " ], gridcolor = plotly_clrs ["gray91 " ]
132132 )
133133 template .layout .ternary .aaxis .update (opts )
134134 template .layout .ternary .baxis .update (opts )
You can’t perform that action at this time.
0 commit comments