Re: ListPlot with little plus signs instead?
- To: mathgroup at smc.vnet.net
- Subject: [mg8231] Re: [mg8123] ListPlot with little plus signs instead?
- From: Lou Talman <me at talmanl.mscd.edu>
- Date: Thu, 21 Aug 1997 21:16:48 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Try MultipleListPlot: a = 2; MultipleListPlot[data, SymbolShape->MakeSymbol[{Line[{{0, -a}, {0, a}}], Line[{{-a, 0}, {a, 0}}]}]] Adjust the value of the parameter a to your liking; 2 seems to work nicely for me. --Lou Talman