We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335695c commit a72b693Copy full SHA for a72b693
doc/python/text-and-annotations.md
@@ -811,6 +811,8 @@ fig.update_layout(
811
xanchor="right",
812
x=1,
813
814
+ plot_bgcolor="white",
815
+
816
font=dict(size=12)),
817
# We move the legend out of the right margin so the right-aligned note is
818
# flush with the right most element of the graph.
@@ -820,7 +822,8 @@ fig.update_layout(
820
822
yanchor="top",
821
823
y=1,
824
- x=1)
825
+ x=1,
826
+ borderwidth=1)
827
)
828
829
# Repurpose an annotation to insert a title
0 commit comments