MathGroup Archive 2005

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

Search the Archive

Re: Bug in Graphics output of Circle primitive?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg62883] Re: [mg62860] Bug in Graphics output of Circle primitive?
  • From: Zhengji Li <zhengji.li at Gmail.com>
  • Date: Thu, 8 Dec 2005 00:04:09 -0500 (EST)
  • References: <200512070410.XAA23753@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Enlarge the plot range of x can "walk around" this inaccuracy.

 r=10000;
gx=Circle[{r,0},r,{179\[Degree],180\[Degree]}];
Show[Graphics[{gx,AbsolutePointSize[10],Point[{0,0}]}],Axes\[Rule]True,
    PlotRange\[Rule]{{-r/10000,r/1000},Automatic},AxesOrigin\[Rule]{0,0}];

--
Li Zhengji
-------------------------------------------------------------
If all you have is a hammer, everything is a nail.
-------------------------------------------------------------


  • Prev by Date: Re: inequations
  • Next by Date: Re: Re: Types in Mathematica thread
  • Previous by thread: Bug in Graphics output of Circle primitive?
  • Next by thread: Re: Bug in Graphics output of Circle primitive?