MathGroup Archive 2007

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

Search the Archive

Re: ListPLot for 2 List

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84017] Re: ListPLot for 2 List
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 6 Dec 2007 07:26:35 -0500 (EST)
  • Organization: Uni Leipzig
  • References: <fj89i9$a7q$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

with mathematica 5.2 you must load the Graphics`MultipleListPlot`
package.

Or you combine the individual graphics objects by your self.

Regards
   Jens

Ary Adilson Morales Alvarado wrote:
> Dear friends,
> 
> I'm trying to plot 2 lists with ListPlot, something like that (following a
> mathematica 5.2 help)
> 
> ListPlot[{z,s}]
> 
> where
> 
> z={{100,1},{425,2},{156,3}}
> s={{235,1},{256,2},{265,3}}
> 
> But, I have an error
> \!\(ListPlot::"lpn" \(\(:\)\(\ \)\) "\!\({{{200.`,
>       5.053110000000001`*^-6}, {201.`, \(-5.08005`*^-6\)}, {202.`, \
> 2.58061`*^-6}, {203.`, \(-3.68235`*^-6\)},
> \[LeftSkeleton]3\[RightSkeleton], \
> {207.`, 1.54361`*^-6}, {208.`, 1.76702`*^-6}, {209.`, \
> 3.7100000000000003`*^-7}, \[LeftSkeleton]3091\[RightSkeleton]}, {\
> \[LeftSkeleton]1\[RightSkeleton]}}\) is not a list of numbers or pairs of \
> numbers"\)
> 
> Thanks in advanced,
> 
> Ary
> 
> 
> 


  • Prev by Date: Vertical tick labels in BarChart
  • Next by Date: Re: Eigensystem consistency
  • Previous by thread: ListPLot for 2 List
  • Next by thread: Re: ListPLot for 2 List