MathGroup Archive 2001

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

Search the Archive

Re: plot matrix

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27750] Re: plot matrix
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 14 Mar 2001 04:06:49 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <98kn4f$phu@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

ListPlot3D[yourData,
  Mesh->False, (* no polygon outlines *)
  MeshRange->{{0,1},{0,1}} (* x and y range *)
]

Regards
  Jens
Su Su Win wrote:
> 
> I have a big matrix of (4095 rows x 1280 column).
> I want to plot those data in 3D graph just like listplot in both directions.
> How shall i do for the x and y axis?
> best, win


  • Prev by Date: Export MIDI?
  • Next by Date: Re: Direct product of two matrices
  • Previous by thread: Re: plot matrix
  • Next by thread: Re: plot matrix