Re: turn off symbols in MultipleListPlot?
- Subject: [mg2473] Re: turn off symbols in MultipleListPlot?
- From: felix at ira.uka.de (Felix Holderied)
- Date: Mon, 13 Nov 1995 03:28:40 GMT
- Approved: usenet@wri.com
- Distribution: local
- Newsgroups: wri.mathgroup
- Organization: IRF Uni-Karlsruhe
- Sender: daemon at wri.com ( )
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/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=