From: dh on
Hi Ram,
Plot returns a complete graphics. To combine graphics, use "Show".
Daniel

On 07.03.2010 11:11, cool-RR 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
>


--

Daniel Huber
Metrohm Ltd.
Oberdorfstr. 68
CH-9100 Herisau
Tel. +41 71 353 8585, Fax +41 71 353 8907
E-Mail:<mailto:dh(a)metrohm.com>
Internet:<http://www.metrohm.com>


From: cool-RR on
On Mar 8, 1:22 pm, "Matthias Hunstig" <matthias.huns...(a)upb.de> wrote:
> Hi,
>
> "cool-RR" <ram.rac...(a)gmail.com> schrieb im Newsbeitragnews:hmvu40$3ll$1@=
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

Got it. Thanks everyone for advising me.

Ram.