Re: FullGraphics[] does not work properly
- To: mathgroup at smc.vnet.net
- Subject: [mg90059] Re: FullGraphics[] does not work properly
- From: lehin.p at gmail.com
- Date: Fri, 27 Jun 2008 06:19:18 -0400 (EDT)
- References: <g3q7h9$aef$1@smc.vnet.net> <g3t6gm$i8f$1@smc.vnet.net>
On 25 June, 14:26, Januk <ggr... at sarj.ca> wrote:
> The difference appears to be the default setting for AspectRatio. For
> Plot, the default is 1/GoldenRatio, whereas for Graphics, it is
> Automatic. Run the following to verify:
>
> Options[#, AspectRatio] & /@ {Plot, Graphics}
>
> So in your example, try:
>
> Show[FullGraphics[g], AspectRatio -> 1/GoldenRatio]
>
> Hope that helps,
> Januk
The additional difference is changing the Ticks positions... I do not
know a way to save old appearance of Ticks. Does anyone know?