Category "points"

Sage math plotting points in bigger sizes problem

How can plot a function with different point sizes? f=[(k,k*sin(k^2)) for k in range(1,101)] # size=[(i) for i in range(0,101)] p=points(f, pointsize=5, color=

Convert 8 points to a rectangle

I draw 4 lines through 8 points on my picturebox which creates a rectangle. float xnum = 0.580481F; float ynum = 0.373782F;