MathGroup Archive 2007

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

Search the Archive

RE: ListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75944] RE: [mg75901] ListPlot
  • From: "David Annetts" <davidannetts at aapt.net.au>
  • Date: Mon, 14 May 2007 03:27:05 -0400 (EDT)
  • References: <200705130941.FAA02440@smc.vnet.net>

Hi Peter,
> 
> 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?

Do you mean like this?

	data = {#, Random[]} & /@ Range[32];
	ListPlot[data];
	ListPlot[data /. {x_, y_} -> {y, x}];

Regards,

Dave.


  • References:
    • ListPlot
      • From: "King, Peter R" <peter.king@imperial.ac.uk>
  • Prev by Date: Re: Plot & warning messages (v6)
  • Next by Date: Deleting duplicates from a list
  • Previous by thread: ListPlot
  • Next by thread: Re: ListPlot