From: Christoph Lhotka on 8 Mar 2010 06:09 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(a)astro.univie.ac.at
|
Pages: 1 Prev: ReplaceRepeated in case of non ordered expressions Next: Simple question |