Table as Graphics Object?
- To: mathgroup at smc.vnet.net
- Subject: [mg35027] Table as Graphics Object?
- From: aes <siegman at stanford.edu>
- Date: Thu, 20 Jun 2002 02:13:30 -0400 (EDT)
- Organization: Stanford University
- Sender: owner-wri-mathgroup at wolfram.com
I'd like to include a Table as one of the objects in a
GraphicsArray, using a simple syntax like
myTable = Table[---] // TableForm
myPlot = Plot[---]
Show[ GraphicsArray[ {{myTable, myPlot}} ]
I know I could built a "psuedo Table" into a Graphics object using
the usual Text[---] commands, but at the cost of a lot of work to
input and position the various lines.
Any other approaches?
Thanks, AES