[interpolatablePlot] Add kink to legend
This commit is contained in:
parent
cc3bb5a4ab
commit
79cbbd3a12
@ -248,6 +248,16 @@ class InterpolatablePlot:
|
||||
cr.fill()
|
||||
y -= self.pad + self.line_height
|
||||
|
||||
self.draw_label("Point causing kink in the contour", x=xxx, y=y, width=width)
|
||||
self.draw_circle(
|
||||
cr,
|
||||
x=xx,
|
||||
y=y + self.line_height * 0.5,
|
||||
diameter=self.kink_point_size,
|
||||
color=self.kink_point_color,
|
||||
)
|
||||
y -= self.pad + self.line_height
|
||||
|
||||
self.draw_label("Suggested new contour start point", x=xxx, y=y, width=width)
|
||||
self.draw_circle(
|
||||
cr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user