MathGroup Archive 2004

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

Search the Archive

Re: plot Point with several shapes ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg52257] Re: [mg52247] plot Point with several shapes ?
  • From: János <janos.lobb at yale.edu>
  • Date: Thu, 18 Nov 2004 01:44:57 -0500 (EST)
  • References: <200411170720.CAA26820@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Yes,

Look the MultipleListPlot in the add-ons and you will see thing there 
like:

In[7]:=
MultipleListPlot[list1, list2,
   PlotStyle -> {GrayLevel[0], Dashing[{Dot, Dash}]},
   SymbolShape -> {PlotSymbol[Triangle], PlotSymbol[Box]},
   SymbolStyle -> {GrayLevel[0], GrayLevel[.5]}]

János

On Nov 17, 2004, at 2:20 AM, bar at ANTYSPAM.ap.krakow.pl wrote:

> Hi,
> Can Mathematica plot Point with different shapes ?
>
> I used colors to plot field (many points)  in XY coordinates.
> I have to convert my pictures to black&white format
>
>
> regards, Olaf
>
>
----------------------------------------------
Trying to argue with a politician is like lifting up the head of a 
corpse.
(S. Lem: His Master Voice)


  • Prev by Date: Recursion Limit & Symbolic Differentiation
  • Next by Date: Lucas Lehmer prime Mersenne test
  • Previous by thread: plot Point with several shapes ?
  • Next by thread: Re: plot Point with several shapes ?