def __init__(self):
super().__init__()
backbutton()
ovlbutton()
g = PolarGraph((5, 5), border = 4, height=110)
clearbutton(g)
curve = PolarCurve(g, self.populate, (1,))
curve1 = PolarCurve(g, self.populate, (rect(1, pi/5),), color=RED)
refreshbutton((curve, curve1))
评论列表
文章目录