Re: Putting a Plot inside a Graphics function with other drawings
- To: mathgroup at smc.vnet.net
- Subject: [mg108088] Re: Putting a Plot inside a Graphics function with other drawings
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Mon, 8 Mar 2010 06:12:32 -0500 (EST)
- References: <hmvu40$3ll$1@smc.vnet.net>
"Inset" is perfect for this application.
Cheers --Sjoerd
On Mar 7, 12:11 pm, cool-RR <ram.rac... at gmail.com> wrote:
> Hello,
>
> (Please ignore my earlier question about plot markers, I already
> figured it out, thanks.)
>
> 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.)
>
> How do I do this?
>
> Thanks for your time,
> Ram Rachum