MathGroup Archive 2002

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

Search the Archive

GraphicsArray

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33029] GraphicsArray
  • From: "Juan" <erfa11 at hotmail.com>
  • Date: Tue, 26 Feb 2002 04:35:23 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

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: scatterplot3d_movie
  • Next by Date: Hint on: Problems converting mathematica notebook to PDF with Acrobat Distiller
  • Previous by thread: Re: Sound and CDs query. Probably an FAQ but I could not find it.
  • Next by thread: RE: GraphicsArray