Skip to content

Commit 939a8ba

Browse files
committed
fix text_color name
1 parent 5b9ddaa commit 939a8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/figure_factory/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def annotation_dict_for_label(text, lane, num_of_lanes, subplot_spacing,
551551
text=text,
552552
font=dict(
553553
size=13,
554-
color=axis_title_color
554+
color=text_color
555555
)
556556
)
557557
return annotation_dict

0 commit comments

Comments
 (0)