File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
packages/python/plotly/templategen Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -92,23 +92,11 @@ def mpl():
92
92
ticks = "outside" ,
93
93
showline = True ,
94
94
)
95
-
96
95
# semi-transparent black and no outline
97
- # annotation_clr = "rgb(67,103,167)"
98
- # shape_defaults = dict(fillcolor=annotation_clr, line={"width": 0}, opacity=0.5)
99
- # Near black line color, no fill
100
- annotation_clr = plotly_clrs ["Rhino Core" ]
101
- shape_defaults = dict (line_color = annotation_clr )
102
-
103
- # Remove arrow head and make line thinner
104
- # annotation_defaults = {"arrowcolor": annotation_clr}
96
+ shape_defaults = dict (fillcolor = "black" , line = {"width" : 0 }, opacity = 0.3 )
105
97
106
98
# Remove arrow head and make line thinner
107
- annotation_defaults = {
108
- "arrowcolor" : annotation_clr ,
109
- "arrowhead" : 0 ,
110
- "arrowwidth" : 1 ,
111
- }
99
+ annotation_defaults = {"arrowhead" : 0 , "arrowwidth" : 1 }
112
100
113
101
template = initialize_template (
114
102
paper_clr = "white" ,
You can’t perform that action at this time.
0 commit comments