Skip to content

Commit 8e53361

Browse files
committed
Add AnnotatedPolygonTool to the PlotManager's default annotation tools for images
1 parent 1500419 commit 8e53361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plotpy/plot/manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@ def register_all_annotation_tools(self) -> None:
718718
self.add_tool(tools.AnnotatedPointTool)
719719
self.add_tool(tools.AnnotatedSegmentTool)
720720
self.add_tool(tools.AnnotatedRectangleTool)
721+
self.add_tool(tools.AnnotatedPolygonTool)
721722
self.add_tool(tools.AnnotatedObliqueRectangleTool)
722723
self.add_tool(tools.AnnotatedCircleTool)
723724
self.add_tool(tools.AnnotatedEllipseTool)

0 commit comments

Comments
 (0)