First time here? Check out the FAQ!
answered 2013-08-27 14:01:10 +0100
Try this:
points([(n,1/n) for n in range(1,101)])
You can use list_plot as well.
list_plot