Re: ListDensityPlot behavior?
- To: mathgroup at smc.vnet.net
- Subject: [mg16083] Re: ListDensityPlot behavior?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 25 Feb 1999 08:24:49 -0500
- Organization: Universitaet Leipzig
- References: <7alqgr$nth@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Mark,
my Math 3.0.2 on an SGI gives two black and two white squares.
But you may try the PlotRang->All option
Hope that helps
Jens
Mark Fisher wrote:
>
> When I enter
>
> ListDensityPlot[{{1,0},{0,1}}]
>
> I get 4 white squares. I thought I would get 2 white squares and 2 black
> squares. What am I missing? BTW,
>
> ListDensityPlot[IdentityMatrix[7]]
>
> produces the sort of result I expected, with 7 white blocks and the rest
> of the blocks black.
>
> (I'm using Version 3.0.1 for Windows.)
>
> --Mark.