MathGroup Archive 2005

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

Search the Archive

SparseArray, DensityGraphics, ContourGraphics, and SurfaceGraphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54481] SparseArray, DensityGraphics, ContourGraphics, and SurfaceGraphics
  • From: Mark Fisher <mark at markfisher.net>
  • Date: Mon, 21 Feb 2005 03:44:49 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

DensityGraphics works fine with SparseArray objects, but niether 
ContourGraphics nor SurfaceGraphics does. (I'm using 5.1 for Windows.) 
This seems to me like a poor design decision (if it's not a bug).

sa=SparseArray[IdentityMatrix[10]];
glist=Through[{DensityGraphics,ContourGraphics,SurfaceGraphics}[sa]];
Show /@ glist;

--Mark.


  • Prev by Date: Kalman Filter in Mathematica
  • Next by Date: Re: Mathematica 5.0 on Mandrake and Numlock
  • Previous by thread: Kalman Filter in Mathematica
  • Next by thread: Re: SparseArray, DensityGraphics, ContourGraphics, and SurfaceGraphics