MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

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	


  • Prev by Date: Re: How to get the formel
  • Next by Date: Generation of random vector
  • Previous by thread: Re: ListPlot with little plus signs instead?
  • Next by thread: Re: ListPlot with little plus signs instead?