convert table into graphics object
- To: mathgroup at smc.vnet.net
- Subject: [mg56397] convert table into graphics object
- From: juejung <juejung at indiana.edu>
- Date: Sat, 23 Apr 2005 01:17:00 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
how can i convert the following expression into a graphics object, so that
i can export it as an eps?
is there something like a ConvertTo eps command. i know that in the menue,
if one goes to cell and then ConvertTo postscript it is possible to
convert the thing into a graph. but i have a lot of graphs and would
rather not do this by hand.
here's a sample expression:
myGraph = DisplayForm[FrameBox[TableForm[{{1, 2}, {2, 3}}]]]
Export["c:\Table11.eps", myGraph]
this won't work since myGraph is not a graphics object yet. any idea?
thanks.
juergen