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: [mg108133] Re: Putting a Plot inside a Graphics function with other drawings
  • From: cool-RR <ram.rachum at gmail.com>
  • Date: Tue, 9 Mar 2010 06:20:41 -0500 (EST)
  • References: <hmvu40$3ll$1@smc.vnet.net> <hn2mma$4cb$1@smc.vnet.net>

On Mar 8, 1:22 pm, "Matthias Hunstig" <matthias.huns... at upb.de> wrote:
> Hi,
>
> "cool-RR" <ram.rac... at 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.


  • 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: Re: Putting a Plot inside a Graphics function with other drawings