 
 
 
 
 
 
Re: Putting a Plot inside a Graphics function with
- To: mathgroup at smc.vnet.net
- Subject: [mg108075] Re: [mg108071] Putting a Plot inside a Graphics function with
- From: "Christoph Lhotka" <christoph.lhotka at univie.ac.at>
- Date: Mon, 8 Mar 2010 06:10:07 -0500 (EST)
- References: <201003071010.FAA03736@smc.vnet.net>
hello, fortunatly in Mathematica you can combine very easily. Just look at
the heads - the all have to be of type Graphcis OR Graphics3D and then use
Show[gr1,gr2,gr3,...]
(in your case Show[Plot[...],Graphics[Disk...]] would work)
PS: If you want to have more control on what to combine use the options
Epilog or Prolog in Plot instead (now without the Graphics[...] command
infront).
Christoph
On So, 7.03.2010, 11:10, 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
>
>
>
-- 
Mag. Christoph Lhotka
University of Vienna / Institute for Astronomy
Tuerkenschanzstrasse 17, A-1180 Vienna, Austria
fon. +43 (1) 4277 51841
mail. lhotka at astro.univie.ac.at
- References:
- Putting a Plot inside a Graphics function with other drawings
- From: cool-RR <ram.rachum@gmail.com>
 
 
- Putting a Plot inside a Graphics function with other drawings

