1 | initial version |
By thinkness of points, I assume you mean the size (radius) of the points. Use the argument size to change the size of the points.
list_plot(N,size=50).show()
2 | Made the points smaller rather than larger |
By thinkness of points, I assume you mean the size (radius) of the points. Use the argument size to change the size of the points.
list_plot(N,size=50).show()
list_plot(N,size=1).show()