Co-Displaying Combinatorica and Graphics Objects
- To: mathgroup at smc.vnet.net
- Subject: [mg69251] Co-Displaying Combinatorica and Graphics Objects
- From: Bruce Colletti <vze269bv at verizon.net>
- Date: Sun, 3 Sep 2006 23:46:47 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Re Mathematica 5.2.0.0 under WinXP. Let G1 be a (Combinatorica) Graph object (e.g., G1 = FromOrderedPairs[...]). Let G2 be any Graphics object, e.g., G2 = Graphics[...]. I want to display G1 and G2 side-by-side via Show@GraphicsArray@{G1, G2}, but can't figure it out: - G1 isn't a Graphics object (and so my command fails). - I can display G1 via G3 = ShowGraph@G1, but then Show@GraphicsArray@{G3, G2} fails (G3 is a symbol). - Hoping to piece together a Graphics object from FullGraphics@G1, I am stumped by the embedded Rule object. Any ideas on how to display these two objects in an array? Thankx. Bruce
- Follow-Ups:
- Re: Co-Displaying Combinatorica and Graphics Objects
- From: "Chris Chiasson" <chris@chiasson.name>
- Re: Co-Displaying Combinatorica and Graphics Objects