AW: ListPlot with little plus signs instead?
- To: mathgroup at smc.vnet.net
- Subject: [mg8146] AW: [mg8123] ListPlot with little plus signs instead?
- From: Buttgereit <Buttgereit at compuserve.com>
- Date: Fri, 15 Aug 1997 23:41:57 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Hi Mark,
try this
Show[
ListPlot[
Table[ Random[ Real,{-10,10}],{29} ],
DisplayFunction->Identity
] /. Point[ a_ ] -> Text["+", a , {0,0} ],
DisplayFunction->$DisplayFunction
]
Greetings,
Peter
----------
Von: Mark Evans[:]
Gesendet: Dienstag, 12. August 1997 14:11
An: INTERNET:mathgroup at smc.vnet.net
Betreff: [mg8123] ListPlot with little plus signs instead?
by arl-img-5.compuserve.com (8.8.6/8.8.6/2.3) with SMTP id
IAA07045;
Tue, 12 Aug 1997 08:10:40 -0400 (EDT)
id AAA16936; Tue, 12 Aug 1997 00:55:04 -0400
id AAA16930; Tue, 12 Aug 1997 00:55:03 -0400
From: Mark Evans <evans at gte.net>
To: mathgroup at smc.vnet.net
Organization: None
Subject: [mg8146] [mg8123] ListPlot with little plus signs instead?
Here is an easy question,
How can one call ListPlot in such a way that the points are shown as
small plus signs instead of circular blobs? Crosses (+) make it easier
to distinguish clustered points. I am not talking about error bars
here, just a standard ListPlot.
I looked at some of the standard packages but nothing jumped out at me.
Mark