Re: Putting a Plot inside a Graphics function with other drawings
- To: mathgroup at smc.vnet.net
- Subject: [mg108121] Re: Putting a Plot inside a Graphics function with other drawings
- From: "Matthias Hunstig" <matthias.hunstig at upb.de>
- Date: Mon, 8 Mar 2010 06:18:36 -0500 (EST)
- References: <hmvu40$3ll$1@smc.vnet.net>
Hi, "cool-RR" <ram.rachum at gmail.com> schrieb im Newsbeitrag news:hmvu40$3ll$1 at smc.vnet.net... > I am trying to combine a Plot with other graphics elements. I've tried > doing Graphics[{Plot[whatever], Disk[whatever]}], but it's saying that > "Graphics is not a Graphics directive." (Probably because Plot already > applies Graphics itself.) Take a look at the Show command. Regards, Matthias