Message Boards Message Boards

0
|
3926 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Graphics help

Posted 10 years ago
POSTED BY: Vinicio Sevilla
2 Replies

Thanks a lot David you save my day

Regards

Vinicio

POSTED BY: Vinicio Sevilla

Here is a modification that works (note that I changed your argument to data from points):

Show[ListPlot[data], 
 Graphics[Text[#[[2]], #[[1]] + {0, 0.05}] & /@ 
   Transpose@{data, labels}]]

and here is a version without needing to use Show:

ListPlot[data, 
 Epilog -> (Text[#[[2]], #[[1]] + {0, 0.05}] & /@ 
    Transpose@{data, labels})]
POSTED BY: David Reiss
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract