MathGroup Archive 2002

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

Search the Archive

AW: MultipleListPlot not working

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38306] AW: [mg38261] MultipleListPlot not working
  • From: Matthias.Bode at oppenheim.de
  • Date: Thu, 12 Dec 2002 01:31:47 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello Steve,

your example does work if you put

<< Graphics`MultipleListPlot`

into a seperate cell of its own and evaluate it first of all.

Best regards,

Matthias Bode.


-----Ursprüngliche Nachricht-----
Von: Steve Gray [mailto:stevebg at adelphia.net]
Gesendet: Dienstag, 10. Dezember 2002 10:11
An: mathgroup at smc.vnet.net
Betreff: [mg38261] MultipleListPlot not working


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.



  • Prev by Date: RE: help
  • Next by Date: Re: saving a notebook into LaTeX
  • Previous by thread: RE: PlusMinus Operator Question
  • Next by thread: Pasting tables into Excel