|
|
Re: Issues with Rendering of Graphics[]
Posted:
Mar 15, 2013 1:46 AM
|
|
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
|
|