Tooltips and PlotMarkers
- To: mathgroup at smc.vnet.net
- Subject: [mg85321] Tooltips and PlotMarkers
- From: "Charles L. Snyder" <clsnyder at gmail.com>
- Date: Wed, 6 Feb 2008 01:23:45 -0500 (EST)
Hi
Hopefully a very simple question:
mydata ={{-2369.87, -545.328, -573.34,
-189.89, -54.31, -7943.86, -1382.6}, {"AAPL",
"ININ", "DVY", "EWH", "EWJ", "FXI", "IAU"}}
ListPlot[Tooltip[mydata]]
gives me the numeric data on the y - axis, and the numerical order in
the array of the String values - in this example, there are 7 data
points, so the x - axis ranges 0 to 7.
I would like to have each datapoint be the appropriate string value,
and the (rollover) tooltip be the numerical values. The axes are fine
as is. I've tried a myriad of combinations without any luck...
Thanks!
CLS