Re: MultipleListPlot Prolem
- To: mathgroup at smc.vnet.net
- Subject: [mg55711] Re: [mg55696] MultipleListPlot Prolem
- From: "Matthias Bode" <lvsaba at hotmail.com>
- Date: Mon, 4 Apr 2005 00:59:16 -0400 (EDT)
- References: <200504030951.FAA15764@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hello Konstant, MultipleListPlot[p[[1]], p[[2]], p[[3]]] does what you want. Best regards, MATTHIAS BODE Torres Sofer III, depto. 9 A Pedro Borda #1072 esq. Ismael Vásquez COCHABAMBA/BOLIVIA CEL: +591-70 71 56 64 TEL/FAX: +591-4-4 53 34 17 LVSABA at HOTMAIL.COM Time indicated: UTC (=GMT). ----- Original Message ----- From: <konstantpi at mail15.com> To: mathgroup at smc.vnet.net Prolem >i have a trouble with MultipleListPlot> after reading the package: > << Graphics`MultipleListPlot` > MultipleListPlot[{2, 4}, {4, 6, 7, 8}, {1, 2, 8, 9, 5, 6, 23}] > will draw the 3 lists one over the other. > but suppose i have a big lists and want to assign it to a variable : > p={{2, 4}, {4, 6, 7, 8}, {1, 2, 8, 9, 5, 6, 23}} > MultipleListPlot[p] will give an error > this is as MultipleListPlot[{{2, 4}, {4, 6, 7, 8}, {1, 2, 8, 9, 5, 6, > 23}}] > i could not get rid of the outside enclosing {...} > also: > Map[MultipleListPlot, p] > will plot the three lists but separately and not one over the other. > thanks > konst. > >
- References:
- MultipleListPlot Prolem
- From: konstantpi@mail15.com
- MultipleListPlot Prolem