 
 
 
 
 
 
Re: Issues with Rendering of Graphics[]
- To: mathgroup at smc.vnet.net
- Subject: [mg130139] Re: Issues with Rendering of Graphics[]
- From: David Bailey <dave at removedbailey.co.uk>
- Date: Wed, 13 Mar 2013 04:21:48 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <kgmn7q$8gn$1@smc.vnet.net> <khmb7g$nda$1@smc.vnet.net>
On 12/03/2013 04:33, tim_brock20 at hotmail.com wrote:
> Thanks. I tried this but it didn't solve the problem for me.
>
I tried this under 8.0.4 (in case it was a bug with 9), but the same 
thing happens. It almost looks as though rectangles are drawn with space 
left for an edge. This cleaned it up for me:
Graphics[{{EdgeForm[{Thick, RGBColor[136/255, 189/255, 204/255]}],
    RGBColor[136/255, 189/255, 204/255], rectangles, GrayLevel[0.25],
    markers20}, PlotRange -> {{-1, 11}, {-10, 100}}}, AspectRatio -> 1,
   ImageSize -> 600]
Note I have made the edges the same colour as the bulk of the rectangles.
David Bailey
http://www.dbaileyconsultancy.co.uk

