|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Complex root finding
Next by Date:
Re: operate a matrix of derivations
Previous by thread:
Re: Complex root finding
Next by thread:
Re: Aligned GraphicsArray
|