GrahicsArray/Text
- To: mathgroup at smc.vnet.net
- Subject: [mg7900] GrahicsArray/Text
- From: Deepak Kumar <dkumar at ringer.cs.utsa.edu>
- Date: Thu, 17 Jul 1997 15:35:59 -0400
- Organization: University of Texas San Antonio
- Sender: owner-wri-mathgroup at wolfram.com
Hi!
I'm trying to get Mathematica to display a few words of text in a
graphics array, like so:
______________________________________________________
| |
| |
| |
| IMG 1 IMG 2 IMG 3 |
| |
| |
|'Frame 22' |
|___ ^ _______________________________________________|
|
This is the text.
IMG 1, IMG 2 and IMG 3 are three images that are produced by this
command
Show[GraphicsArray[a, b, c]];
When I try and add this,
Show[GraphicsArray[a,b,c], Text["test", {0,0}]];
I get an error like so:
Show::gcc : Graphics of type *GrahicsArray* cannot be combined with
other types of graphics.
I get the same error if I try using Text in the definition of a, b or
c.
Any help would be greatly appreciated.
Thank you,
Deepak Kumar,
University of Texas, San Antonio.
dkumar at ringer.cs.utsa.edu