File tree 1 file changed +2
-2
lines changed
packages/python/plotly/templategen
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,14 @@ def simple_white():
121
121
template .layout .title .x = 0.05
122
122
123
123
# 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 )
125
125
template .layout .scene .xaxis .update (opts )
126
126
template .layout .scene .yaxis .update (opts )
127
127
template .layout .scene .zaxis .update (opts )
128
128
129
129
# Darken ternary
130
130
opts = dict (
131
- linecolor = plotly_clrs ["Rhino Medium 1 " ], gridcolor = plotly_clrs ["Rhino Light 1 " ]
131
+ linecolor = plotly_clrs ["gray14 " ], gridcolor = plotly_clrs ["gray91 " ]
132
132
)
133
133
template .layout .ternary .aaxis .update (opts )
134
134
template .layout .ternary .baxis .update (opts )
You can’t perform that action at this time.
0 commit comments