MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Putting a Plot inside a Graphics function with other drawings

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108125] Re: Putting a Plot inside a Graphics function with other drawings
  • From: dh <dh at metrohm.com>
  • Date: Tue, 9 Mar 2010 06:19:13 -0500 (EST)
  • References: <hmvu40$3ll$1@smc.vnet.net>

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 at metrohm.com>
Internet:<http://www.metrohm.com>



  • Prev by Date: Re: Why can't Mathematica tell when something is algebraically zero?
  • Next by Date: Re: Why can't Mathematica tell when something is algebraically zero?
  • Previous by thread: Re: Putting a Plot inside a Graphics function with other drawings
  • Next by thread: Getting nice PlotMarkers, and some more ListPlot styling