MathGroup Archive 2001

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

Search the Archive

Re: ListPlot Points

  • To: mathgroup at smc.vnet.net
  • Subject: [mg29077] Re: [mg29064] ListPlot Points
  • From: BobHanlon at aol.com
  • Date: Sun, 27 May 2001 18:04:43 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

In a message dated 2001/5/26 10:03:09 PM, PLarson at bju.edu writes:

>Can someone please tell me how to control the diameter of points in
>ListPlot?
>

data = Table[{x = 5*Random[], 3x+7}, {10}];

ListPlot[data, PlotStyle -> {RGBColor[1, 0, 0], AbsolutePointSize[3]}];


Bob Hanlon
Chantilly, VA  USA


  • Prev by Date: Re: OOP
  • Next by Date: RE: ListPlot Points
  • Previous by thread: ListPlot Points
  • Next by thread: RE: ListPlot Points