MultipleListPlot not working
- To: mathgroup at smc.vnet.net
- Subject: [mg38261] MultipleListPlot not working
- From: Steve Gray <stevebg at adelphia.net>
- Date: Tue, 10 Dec 2002 04:10:48 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
I can't get this function to do anything. I read it in with
Needs["Graphics`MultipleListPlot`"];
and no error messages appear, and the file IS present in
this directory:
C:\Program Files\Wolfram Research\Mathematica\4.1 \
(2)\AddOns\StandardPackages\Graphics\'MultipleListPlot.m
but when I do an example right out of Help such as
<< Graphics`MultipleListPlot`
(list1 = Table[{x, Sin[2 Pi x]}, {x, 0, 1, 0.1}];
list2 = Table[{x, Cos[2 Pi x]}, {x, 0, 1, 0.1}]);
MultipleListPlot[list1, list2]
, nothing appears (no plot shows) except this text
\!\(MultipleListPlot[{{0, 0}, {0.1`, 0.5877852522924731`}, {0.2`,
0.9510565162951535`}, {0.30000000000000004`,
0.9510565162951535`}, {0.4`, 0.5877852522924732`}, {0.5`,
1.2246063538223773`*^-16}, {0.6000000000000001`, \
\(-0.5877852522924734`\)}, {0.7000000000000001`,
\(-0.9510565162951535`\)}, \
{0.8`, \(-0.9510565162951536`\)}, {0.9`, \(-0.5877852522924734`\)},
{1.`, \
\(-2.4492127076447545`*^-16\)}}, {{0, 1}, {0.1`, 0.8090169943749475`},
{0.2`,
0.30901699437494745`}, {0.30000000000000004`,
\(-0.30901699437494756`\
\)}, {0.4`, \(-0.8090169943749473`\)}, {0.5`, \(-1.`\)}, \
{0.6000000000000001`, \(-0.8090169943749472`\)}, {0.7000000000000001`,
\
\(-0.30901699437494756`\)}, {0.8`, 0.30901699437494723`}, {0.9`,
0.8090169943749473`}, {1.`, 1.`}}]\)
Anyone have a clue? Thanks for any information.
- Follow-Ups:
- Re: MultipleListPlot not working
- From: Vladimir Bondarenko <vvb@mail.strace.net>
- Re: MultipleListPlot not working
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: MultipleListPlot not working