Graphic option
point_size
Default value: 1
point_size sets the size for plotted points. It must be a non negative number.
This option affects the following graphic objects:
gr2d: points.
gr2d
points
gr3d: points.
gr3d
Example:
(%i1) load(draw)$ (%i2) draw2d(points(makelist([random(20),random(50)],k,1,10)), point_size = 5, points(makelist(k,k,1,20),makelist(random(30),k,1,20)))$