How can I show x,y values next to points on plot? tia sal2
- To: mathgroup at smc.vnet.net
- Subject: [mg86127] How can I show x,y values next to points on plot? tia sal2
- From: Sal2 <ratullochjk2 at gmail.com>
- Date: Sun, 2 Mar 2008 13:58:38 -0500 (EST)
- Organization: The Math Forum
Greetings All I would like to list my data point x,y values next to the points on the graph is this possible with mathematica 6? My input is: Table[{i^2, 4 i^2 + i^3}, {i, 10}] my output is: {{1, 5}, {4, 24}, {9, 63}, {16, 128}, {25, 225}, {36, 360}, {49, 539}, {64, 768}, {81, 1053}, {100, 1400}} I then graph it with: ListPlot[%] How do I get the x,y numerical values to show up next to the points on the plot? tia sal2
- Follow-Ups:
- Re: How can I show x,y values next to points on plot? tia sal2
- From: "Ricardo Samad" <resamad@gmail.com>
- Re: How can I show x,y values next to points on plot? tia sal2