 
 
 
 
 
 
Re: Margins in DensityGraphics[] et al.
- To: mathgroup at smc.vnet.net
- Subject: [mg42918] Re: [mg42808] Margins in DensityGraphics[] et al.
- From: Omega Consulting <info at omegaconsultinggroup.com>
- Date: Sat, 2 Aug 2003 04:12:46 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
At 03:07 AM 7/30/2003, Roland Nilsson wrote:
>Hi people,
>
>anybody know if there's a way to get DensityGraphics[] and related functions
>to draw its objects without any margins? I've tried various options, but I
>always get my density plots with a small whitespace-border, which changes
>with plot size in some (seemingly) unpredictable manner. I need to be able
>to get the exact positions on-screen of columns and rows in density plots,
>so this is a problem...
>
>
>Best Regards,
>
>---------------------------------------------
>Roland Nilsson
>IFM Computational Biology
>Link?ping University, Sweden
>rolle at ifm.liu.se
Set the PlotRange.
DensityPlot[x + y, {x, 0, 1}, {y, 0, 1},
   PlotRange -> {{0, 1}, {0, 1}, All}]
--------------------------------------------------------------
Omega Consulting
"The final answer to your Mathematica needs"
http://omegaconsultinggroup.com

