MathGroup Archive 2008

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

Search the Archive

Re: Display commands in a package

  • To: mathgroup at smc.vnet.net
  • Subject: [mg88620] Re: Display commands in a package
  • From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
  • Date: Sat, 10 May 2008 06:51:32 -0400 (EDT)
  • Organization: The Open University, Milton Keynes, UK
  • References: <g01bs1$l2t$1@smc.vnet.net>

Budaoy wrote:

> In Mathematica, when I load a package, for instance <<Graphics`, in fact the
> system load many commands, but Mathematica doesn't display those commands in
> the package, how can I see them if I do not want to look into package
> document?

Not totally sure whether this is what you are looking for, but you can 
list the hierarchy of symbols within a context by adding more back quote 
+ star characters to the name of the context. Well, for instance, try 
the following and you will see the differences:

Needs["Graphics`"]

?Graphics`*

?Graphics`*`*

Regards,
-- Jean-Marc


  • Prev by Date: Re: tablename[[x]]= xth row, how to get xth column
  • Next by Date: Bug in Plot?
  • Previous by thread: Re: Display commands in a package
  • Next by thread: Re: Display commands in a package