RE: Arrange cells side by side
- To: mathgroup at smc.vnet.net
- Subject: [mg72190] RE: [mg72147] Arrange cells side by side
- From: "David Park" <djmp at earthlink.net>
- Date: Thu, 14 Dec 2006 05:49:04 -0500 (EST)
Bastian, It really would be nice if one could put cells side by side, or wrap a Text cell around a graphics cell, but I don't think it can be done within regular Mathematica. But you can put two graphic images side by side. The simplest method is to use the GraphicsArray command. Another method is to use two (or more) Rectangles in one Show[Graphics[{...}]] statement. One of the forms of Rectangle allows you to put a graphics cell within the Rectangle. That way you can compose a single graphics cell that has multiple images, with arbitrary placement and sizes. You can also use Text cells to write headings and other information in the space around the the images. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: Bastian Erdnuess [mailto:earthnut at web.de] Hello, is it possible to arrange cells (in the Notebook) side by side instead of on top of each other? I have two plots more high then width. They are better compareable beside each other. Thank you, Bastian