MathGroup Archive 2008

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

Search the Archive

Re: contexts and functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg94542] Re: contexts and functions
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 16 Dec 2008 02:32:07 -0500 (EST)
  • Organization: Uni Leipzig
  • References: <gi5jp8$ps3$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

you can ask for

Names["TheContextInThePackage`*"]


to get all the names, and than look for the DownValues[] .. to find the 
functions.

Regards
   Jens

Francisco Gutierrez wrote:
> Dear friends:
> A very elementary question. I have created a package with several functions in it. How can I retrieve a list of all the functions the package has?
> Thanks
> Francisco
> 
> --- On Sun, 12/14/08, David Park <djmpark at comcast.net> wrote:
> 
> From: David Park <djmpark at comcast.net>
> Subject:  6.0 vs. 7.0
> Date: Sunday, December 14, 2008, 7:38 AM
> 
> The behavior of contour plots has changed in Version 7 and the documentation
> has not caught up with it. (The Help pages have tooltips because they never
> reevaluated the statements!)
> 
> Tooltips are no longer automatically generated. The solution is to add the
> option ContourLabels -> Automatic to your contour plot statements.
> 
> ContourPlot[x y, {x, -1, 1}, {y, -1, 1},
>  ContourLabels -> Automatic]
> 
> This should also work for ListContourPlot (but I haven't tried it.)
> 
> 
> David Park
> djmpark at comcast.net
> http://home.comcast.net/~djmpark/ 
> 
> 
> From: roby.nowak at gmail.com [mailto:roby.nowak at gmail.com]
> 
> Dear all,
> 
> With 6.0-6.0.3 ListContourPlot[] added a Tooltip[] arround every
> generated contourlines.
> With 7.0 this feature seems to have passed away.
> strangely all the ready ListContourPlot[] examples in 7.0 help still
> have the Tooltip[] but when you reevaluate them inside the help,Tooltip
> [] vanishes.
> 
> As I am extracting specific contourlines form a final ListContourPlot
> [] I am heavily relying on the Tooltip[] on every generated
> contourline.
> 
> Any hints how to reactivate it ?
> 
> thx a lot
> 
> Robert Nowak
> 


  • Prev by Date: Re: Re: Beginner: List Indexing and Assignment
  • Next by Date: Re: Did I trash Mathematica installation? -- CleanSlate caveat
  • Previous by thread: Re: contexts and functions
  • Next by thread: Re: contexts and functions