MathGroup Archive 2007

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

Search the Archive

Re: ListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75941] Re: ListPlot
  • From: Szabolcs <szhorvat at gmail.com>
  • Date: Mon, 14 May 2007 03:25:33 -0400 (EDT)
  • Organization: University of Bergen
  • References: <f26mqu$2pg$1@smc.vnet.net>

King, Peter R wrote:
> I'd like to be able to ListPlot down the page rather than the normal
> left to right.
> 
> Any suggestions about how to do this?
> 
> Many thanks.
> 
> Peter King

Swap the coordinates.

ListPlot[Reverse/@data]


  • Prev by Date: Re: drawing with mathematica
  • Next by Date: Re: Plot & warning messages (v6)
  • Previous by thread: Re: ListPlot
  • Next by thread: Re: ListPlot