MathGroup Archive 2002

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

Search the Archive

RE: Table as Graphics Object?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35054] RE: [mg35027] Table as Graphics Object?
  • From: "David Park" <djmp at earthlink.net>
  • Date: Thu, 20 Jun 2002 23:55:00 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

mat = Table[Random[Integer, {1, 10}], {3}, {3}]

Show[Graphics[{Text[
        TableForm[mat, 
          TableHeadings -> {{row1, row2, row3}, {col1, col2, col3}}], {0, 
          0}]}]]

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/ 



> 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, 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
> 


  • Prev by Date: Re: Table as Graphics Object?
  • Next by Date: Re: StoppingTest option for NDSolve
  • Previous by thread: Re: Table as Graphics Object?
  • Next by thread: Re: Table as Graphics Object?