MathGroup Archive 2005

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

Search the Archive

Re: Graphics'Master in 5.1

  • To: mathgroup at smc.vnet.net
  • Subject: [mg53778] Re: [mg53754] Graphics'Master in 5.1
  • From: DrBob <drbob at bigfoot.com>
  • Date: Thu, 27 Jan 2005 05:41:15 -0500 (EST)
  • References: <200501260936.EAA00221@smc.vnet.net>
  • Reply-to: drbob at bigfoot.com
  • Sender: owner-wri-mathgroup at wolfram.com

> Can somebody tell me, why?

Because Graphics`Master.m doesn't exist.

Even in 5.0 it was redundant, containing nothing but this:

(* :Title: Master Declarations File for Graphics *)
(* Context declaration to keep Needs from complaining *)
BeginPackage["Graphics`Master`"]
EndPackage[]
(* Redirect load to Kernel`init` package *)
Needs["Graphics`"]

Null

Anyway, the only statement you need to locate ALL the graphics routines is:

Needs["Graphics`"]

and similarly for stat routines:

Needs["Statistics`"]

Bobby

On Wed, 26 Jan 2005 04:36:49 -0500 (EST), <p-valko at tamu.edu> wrote:

> In version 5.1  Needs["Graphics`Master`"];  does not take care of
> bringing in the needed Add-On any more. (For instance the LogLogPlot.)
> Can somebody tell me, why?
>
> Regards
> P.V.
>
>
>
>



-- 
DrBob at bigfoot.com
www.eclecticdreams.net


  • Prev by Date: Re: Why IntervalBisection can't operate on InterpolatingFunction
  • Next by Date: Re: Re: FromDigits[{135,21}] -> 1371 (??!!)
  • Previous by thread: Re: Re: Graphics'Master in 5.1
  • Next by thread: Re: Graphics'Master in 5.1