Google Classroom
GeoGebraGeoGebra Classroom

Changing the style of all vertices of a polygon in one go?

Scripting

A1 = (0, 0) A2 = (1, 0) A3 = (1, 1) A4 = (0, 1) P1 = Polygon(A1, A2, A3, A4) Ln = 1...4 Execute(Zip("SetPointStyle( A"+k+", 6 )", k, Ln)) Execute(Zip("SetPointSize( A"+k+", 8 )", k, Ln))