MathGroup Archive 2006

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

Search the Archive

Re: Using a List for the Listplot x-labels

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63664] Re: [mg63638] Using a List for the Listplot x-labels
  • From: gardyloo <gardyloo at mail.wsu.edu>
  • Date: Mon, 9 Jan 2006 04:48:51 -0500 (EST)
  • References: <200601080833.DAA02363@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hello, Uwe,

   If each value of list 'a' maps to one of list 'b' (that is, if the
lengths of lists 'a' and 'b' are the same), then the command 'Transpose'
is the easiest way to do this, probably.

   Try

        Transpose[lista, listb], and then try ListPlotting this.



Uwe Ziegenhagen wrote:

>Hello,
>
>I have a list 'a' and use a function on this list to receive list 'b'.
>When I create a ListPlot the x-labels go from 1 to n, I would like to
>use the original list. Can someone give me a hint?
>
>Uwe
>
>
>  
>


  • Prev by Date: Re: Annoying spacing in Default.nb
  • Next by Date: Re: Using a List for the Listplot x-labels
  • Previous by thread: Using a List for the Listplot x-labels
  • Next by thread: Re: Using a List for the Listplot x-labels