Ask Your Question

Revision history [back]

click to hide/show revision 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()
click to hide/show revision 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()