MathGroup Archive 2010

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

Search the Archive

3D view direction

  • To: mathgroup at smc.vnet.net
  • Subject: [mg110877] 3D view direction
  • From: eric g <eric.phys at gmail.com>
  • Date: Sat, 10 Jul 2010 03:58:54 -0400 (EDT)

Hello Group,
My computer is very slow with a 256x256 array with listplot3d I can move 
the graph with the mouse or it takes forever, I always use arrayplot for 
this but I need the 3D graph this time. How to set up a view direction 
in ListPlot3D so I wont have to move it ?

ListPlot3D[
  Table[Sin[x + y]/(.5 + x^2 + y^2), {x, -1, 1, 2/256.}, {y, -1, 1,
    2/256.}], PlotRange -> All]

thnks,
Eric


  • Prev by Date: deploying a package in human-unreadable form
  • Next by Date: Chi Square Areas
  • Previous by thread: Re: deploying a package in human-unreadable form
  • Next by thread: Re: 3D view direction