Usage of SymbolLabel option in MultipleListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg25480] Usage of SymbolLabel option in MultipleListPlot
- From: Pedro Serrao <pserrao at dem.ist.utl.pt>
- Date: Mon, 2 Oct 2000 22:26:58 -0400 (EDT)
- Organization: Universidade Tecnica de Lisboa
- Sender: owner-wri-mathgroup at wolfram.com
Hello
It's my intention to plot 10 points in x-y coordinates specifying a
different label for each point. For instance Point 1 should be labeled
m=0, Point 2 should be labeled m=1 and so on.
However when I evaluate the following instruction all points are labeled
with the same string m=0.
MultipleListPlot[Table[klist[i], {i, 10}], PlotRange -> All,
SymbolShape -> {PlotSymbol[Box], Label},
SymbolLabel -> {"m=0", "m=1", "m=2", "m=3", "m=4",
"m=5", "m=6", "m=7", "m=8", "m=9"}, Frame -> True, FrameLabel ->
{"Re(k)", "Im(k)"}];
What is the proper way to specify differenf labels for each point?
Thanks in advance for help
Regards