Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try this:

points([(n,1/n) for n in range(1,101)])

You can use list_plot as well.