Re: turn off symbols in MultipleListPlot?
- To: mathgroup at smc.vnet.net
 - Subject: [mg2473] Re: turn off symbols in MultipleListPlot?
 - From: Felix Holderied <felix at ira.uka.de>
 - Date: Sun, 12 Nov 1995 22:28:40 -0500
 - Organization: IRF Uni-Karlsruhe
 
Hi Mimi,
I think this is the most frequently asked MMA-question
Recently i posted it and got this answer (it works):
> The way I did this was to hack the package 
> file graphics/multiple.m .
> Keep a backup copy then find the function FMLP2 and 
> change it to:
>
> FMLP2[ pts_, symbol_, ls_, pj_ ] := Block[ {z},
> 		{Sequence@@ls,Line[pts]}
> (*
> 		z=Join[Map[symbol,pts],Map[Point,pts]];
> 		If[pj,{z,Sequence@@ls,Line[pts]},z,z]
> *)
> 	]
Felix
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Felix Holderied
Institut fuer Rechnerentwurf und Fehlertoleranz
Fakultaet fuer Informatik,  Universitaet Karlsruhe
         email:  felix at ira.uka.de
         www:    http://goethe.ira.uka.de/people/felix/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=