Plotting piecewise in 2D
- To: mathgroup at smc.vnet.net
- Subject: [mg109723] Plotting piecewise in 2D
- From: Jim Lambaugh <lambaugh at gmail.com>
- Date: Fri, 14 May 2010 05:32:54 -0400 (EDT)
Hi Please take a look at DensityPlot[If[x == 0 && y == 0, 1000, 0], {x, -1, 1}, {y, -1, 1}] This just gives me a uniform plot. Why does the peak at (0,0) not show up? Best, Jimmy.