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.
- Follow-Ups:
- Re: SparseArray, DensityGraphics, ContourGraphics, and SurfaceGraphics
- From: DrBob <drbob@bigfoot.com>
- Re: SparseArray, DensityGraphics, ContourGraphics, and SurfaceGraphics