Skip to content

Commit 642c15a

Browse files
authored
Remove errroneous comma in SVG path
This is only a minor mistake, but slightly misleading because for a moment I thought this example showed how to draw only some but not all edges.
1 parent 589c901 commit 642c15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/shapes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ fig.update_layout(
565565
# filled Polygon
566566
dict(
567567
type="path",
568-
path=" M 3,7 L2,8 L2,9 L3,10, L4,10 L5,9 L5,8 L4,7 Z",
568+
path=" M 3,7 L2,8 L2,9 L3,10 L4,10 L5,9 L5,8 L4,7 Z",
569569
fillcolor="PaleTurquoise",
570570
line_color="LightSeaGreen",
571571
),

0 commit comments

Comments
 (0)