Here is the S-PLUS code used to make this graph:

plot(fuel.frame[["Weight"]],fuel.frame[["Fuel"]])
java.identify(fuel.frame[["Weight"]],
	      fuel.frame[["Fuel"]],
	      labels=dimnames(fuel.frame)[[1]])
title("Move mouse over a point to see the element name")