| 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()
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.