RE: Inserting Text Lines into GraphicsArray?
- To: mathgroup at smc.vnet.net
- Subject: [mg30285] RE: [mg30283] Inserting Text Lines into GraphicsArray?
- From: "David Park" <djmp at earthlink.net>
- Date: Sun, 5 Aug 2001 16:18:31 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Dr. Siegman, One method for handling two of the plotting problems you posted is to use Rectangles within a larger area. I'm thinking of Rectangles with the third graphics argument. You can lay out your rectangles however you wish, and then use Text statements to put labels above them, below them, or wherever you wish. I do this all the time. You can get really nice looking graphics. One thing to watch out for is to roughly match the aspect ratio of the rectangles to the aspect ratios of the plots, making allowances for the space taken by frame labels and tick values. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ > From: aes [mailto:siegman at stanford.edu] To: mathgroup at smc.vnet.net > > Any simple way to insert lines of text between rows in a GraphicsArray? > > (Objective is to put title lines above rows, or text labels like "(a)", > "(b)", "(c)" underneath rows. I suppose I could generate a wide graphic > with nothing but the text in it, and a small AspectRatio, and insert it > as an additional row; but might there be an easier way?) >