Re: Symbols using Prolog
- To: mathgroup at smc.vnet.net
- Subject: [mg33701] Re: [mg33678] Symbols using Prolog
- From: BobHanlon at aol.com
- Date: Mon, 8 Apr 2002 03:04:31 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 4/6/02 2:15:42 AM, drobin at sandia.gov writes:
>Excuse a question from a beginner.
>
>There has been some discussion about using graphics primatives to show
>symbols on plots. However, it wasn't clear from the discussion how to
>change the symbol using the Prolog option within, for example ListPlot.
>
>ListPlot[list , PlotRange->{0.,1.0} , AxesOrigin->{0,0.0} ,
>Prolog->{.....?....}]
>
>Any one have any insights out there?
Load the package Graphics`MultipleListPlot`
Use SymbolShape for Star, Triangle, Box, Diamond
Use MakeSymbol for RegularPolygon or custom shapes (see on-line help or book)
Bob Hanlon
Chantilly, VA USA