MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

RE: Table as Graphics Object?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35061] RE: [mg35027] Table as Graphics Object?
  • From: AES <siegman at stanford.edu>
  • Date: Thu, 20 Jun 2002 23:55:20 -0400 (EDT)
  • References: <NDBBJGNHKLMPLILOIPPOMEMDDAAA.djmp@earthlink.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Yup -- but if you show this "graphic" with different values of
ImageSize, the table doesn't change size at all.


>From: David Park
To: mathgroup at smc.vnet.net
>djmp at earthlink.net
>http://home.earthlink.net/~djmp/
>
>mat = Table[Random[Integer, {1, 10}], {3}, {3}]
>
>Show[Graphics[{Text[
>        TableForm[mat,
>          TableHeadings -> {{row1, row2, row3}, {col1, col2, col3}}], {0,
>          0}]}]]



> > From: aes [mailto:siegman at stanford.edu]
To: mathgroup at smc.vnet.net
> >
> >
> > I'd like to include a Table as one of the objects in a
> > GraphicsArray,



  • Prev by Date: Re: Solve weirdness again
  • Next by Date: Random bits (generation)
  • Previous by thread: Table as Graphics Object?
  • Next by thread: Re: Table as Graphics Object?