Skip to content

Commit 11a6942

Browse files
committed
Update shapes.md
1 parent 7422fdf commit 11a6942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/python/shapes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -943,10 +943,10 @@ fig.add_shape(
943943

944944
fig.add_shape(
945945
type="rect",
946-
fillcolor="MediumSlateBlue",
946+
fillcolor="LightGreen",
947947
x0=1,
948-
y0=1,
949-
x1=2,
948+
y0=1.75,
949+
x1=2.25,
950950
y1=3,
951951
label=dict(texttemplate="Height: %{height:.3f}", font=dict(color="DarkOrange")),
952952
)

0 commit comments

Comments
 (0)