Aligned GraphicsArray
- To: mathgroup at smc.vnet.net
- Subject: [mg39223] Aligned GraphicsArray
- From: fischerc at itam.cas.cz (Cyril Fischer)
- Date: Tue, 4 Feb 2003 02:22:18 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
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
- Follow-Ups:
- Re: Aligned GraphicsArray
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: Aligned GraphicsArray