MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Issues with Rendering of Graphics[]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130159] Re: Issues with Rendering of Graphics[]
  • From: David Bailey <dave at removedbailey.co.uk>
  • Date: Fri, 15 Mar 2013 01:48:30 -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> <khpcpc$mef$1@smc.vnet.net> <khsbbk$36b$1@smc.vnet.net>

On 14/03/2013 11:12, tim_b wrote:
> Thanks.
>
> This seems to stop the horizontal lines poking out the edge on the right. But now I have a gap on the inside on the left instead. Curious.
>
>


Switching to a thin edge seems to fix that too!

Graphics[{{EdgeForm[{Thin, 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]

I also used:

eps = 1/10;

and used that rather than 0.1 in the definition of the various 
structures - just to avoid any possible floating point issues.


It is strange that something like this is so hard. I reckon thick edges 
must extend outside the area of the rectangles.

It would be nice if someone from WRI commented on this - have you tried 
sending it to support?

David Bailey
http://www.dbaileyconsultancy.co.uk




  • Prev by Date: Dynamic application of several polynomials
  • Next by Date: Re: Multiple independent random number streams cannot
  • Previous by thread: Re: Issues with Rendering of Graphics[]
  • Next by thread: Re: Issues with Rendering of Graphics[]