RE: Aligned GraphicsArray
- To: mathgroup at smc.vnet.net
- Subject: [mg39249] RE: [mg39223] Aligned GraphicsArray
- From: "Wolf, Hartmut" <Hartmut.Wolf at t-systems.com>
- Date: Thu, 6 Feb 2003 03:06:58 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Cyril, There is a package available at MathSource http://library.wolfram.com/database/MathSource/717/ called MongoArray which deals with problems of this kind. Perhaps you like to try that out. The package isn't perfect however, in the sense that it restricts somewhat the range for own creative design ("Gestaltungs·spielraum") from what we are used to with Mathematica's plot functions. For years I plan to polish that up, but it's to far down on my priority list. Nonetheless I'd like to hear from your experiences with it, may be I can give you a direct hint then. -- Hartmut >-----Original Message----- >From: fischerc at itam.cas.cz [mailto:fischerc at itam.cas.cz] To: mathgroup at smc.vnet.net >Sent: Tuesday, February 04, 2003 8:22 AM >To: mathgroup at smc.vnet.net >Subject: [mg39249] [mg39223] Aligned GraphicsArray > > >Hi, >How can I (vertically) align several Plots (graphs) in the >GraphicsArray to have y axis in the same "x" position? >Somehing like >plots = Table[Plot[Sin[i x], {x, 1, \[Pi]}], {i, 1, 3}]; >Show[GraphicsArray[Partition[plots, 1], GraphicsSpacing -> {1, -0.1}]] > >And how can I impose the AspectRatio of the individual graphs to have >x axis spanning the whole x resolution and y axis only one third of y >resolution? > >Thanks, > >Cyril Fischer >