MathGroup Archive 2002

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

Search the Archive

RE: GraphicsArray

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33041] RE: [mg33029] GraphicsArray
  • From: "Higinio Ramos" <higra at usal.es>
  • Date: Wed, 27 Feb 2002 00:47:57 -0500 (EST)
  • References: <200202260935.EAA14236@smc.vnet.net>
  • Reply-to: "Higinio Ramos" <higra at usal.es>
  • Sender: owner-wri-mathgroup at wolfram.com

Try this:
{g1, g2, g3, g4} =
    Graphics[#, PlotRange -> {{-3/2, 3/2}, Automatic}] & /@ {l1, l2, l3,
l4};

Higinio Ramos
----- Original Message -----
From: Juan <erfa11 at hotmail.com>
To: mathgroup at smc.vnet.net
Subject: [mg33041] [mg33029] GraphicsArray


>
> Hi, see what happens here:
> I don&#8217;t get the the real scale of the lines, when I use
> Graphics Array
>
> l1 = {Line[{{-(1/2), 1}, {1/2, 1}}], Line[{{-1, 2}, {1, 2}}],
>       Line[{{-(3/2), 3}, {3/2, 3}}]};
> l2 = {Line[{{-(1/2), 1}, {1/2, 1}}], Line[{{0, 2}, {0, 2}}],
>       Line[{{0, 3}, {0, 3}}]};
> l3 = {Line[{{0, 1}, {0, 1}}], Line[{{-1, 2}, {1, 2}}],
>       Line[{{0, 3}, {0, 3}}]};
> l4 = {Line[{{0, 1}, {0, 1}}], Line[{{0, 2}, {0, 2}}],
>       Line[{{-(3/2), 3}, {3/2, 3}}]};
>
> {g1, g2, g3, g4} = Graphics /@ {l1, l2, l3, l4};
>
> Show[GraphicsArray[{g1,g2,g3,g4}]];
>
> The lines are drawn with the same sizes, in g2, g3, g4, but they have not
> the same sizes.
> The sizes are {1, 2, 3}, like g1.
>
> Does somebody know a way to get the lines in the 3 pictures in the same
> scales?
> FullGraphics does not help, AspectRatio->Automatic either.
>
> Thanks
> Juan Erfá
>
>
>
>
> _________________________________________________________________
> Hable con sus amigos en línea, pruebe MSN Messenger:
http://messenger.msn.es
>
>
>



  • Prev by Date: RE: GraphicsArray
  • Next by Date: Re: scatterplot3d_movie
  • Previous by thread: GraphicsArray
  • Next by thread: Re: GraphicsArray