Re: ListPlot with little plus signs instead?
- To: mathgroup at smc.vnet.net
 - Subject: [mg8213] Re: [mg8123] ListPlot with little plus signs instead?
 - From: jpk at max.mpae.gwdg.de
 - Date: Tue, 19 Aug 1997 21:11:51 -0400
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hi Mark 
here are two lines of code that work --
plt=ListPlot[dta,DisplayFunction->Identity];
Show[plt /. Point[p_] :> Text["+",p,{0,0}],
	DisplayFunction->$DisplayFunction]
	
	
Hope that helps
Jens