Re: Re: image border
- To: mathgroup at smc.vnet.net
- Subject: [mg72312] Re: [mg72277] Re: image border
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Tue, 26 Dec 2006 04:38:58 -0500 (EST)
- References: <em0ijl$cgn$1@smc.vnet.net> <200612181155.GAA02098@smc.vnet.net>
The space around the plotted points and lines is put there on purpose, I think. You may be able to control it using an explicit PlotRange. Show[Graphics[{Circle[{0, 0}, 1]}], AspectRatio -> 1, PlotRange -> {{-1, 1}, {-1, 1}}]; On 12/18/06, Eep² <eepNOSPAM at tnlc.com> wrote: > Well, this happens with any graphics. The dotted line around the selected image (with resize blocks around it), as in the attached > image, is not flush with the image extents, but has space around the plotted points/lines. This code produces the attached image: > > > Show[Graphics[{Circle[{0, 0}, 1]; > > I want to make the selection line flush with the plotrange extents. > > "David Park" <djmp at earthlink.net> wrote in message news:em0ijl$cgn$1 at smc.vnet.net... > > It is always better if you can post your actual code. Then responders can > > see precisely what is happening and can often quickly find a solution. It > > may take a lot of work for responders to make up a case and then it might > > not actually reflect the conditions you have. > > > > You can copy the code into a posting by converting the cells to InputForm > > and then selecting and pasting the cell contents. I think it is usually > > better to select and copy each cell's contents and not the entire cell (with > > the In and Out parts) because then it is easy to copy and paste into a > > notebook. > > > > From: Eep² [mailto:eepNOSPAM at tnlc.com] > > > > How do I get rid of the 11-pixel border around an image? I tried adjusting > > Graphics Options > Image Bounding Box > ImageMargins to > > "Automatic" and even -11 but that doesn't seem to have any effect. I want > > the bounding box to be flush with the image extents (full > > plotrange--whatever). > > > > -- http://chris.chiasson.name/
- References:
- Re: image border
- From: "EepĀ²" <eepNOSPAM@tnlc.com>
- Re: image border