MathGroup Archive 2008

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

Search the Archive

contexts and functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg94529] contexts and functions
  • From: Francisco Gutierrez <fgutiers2002 at yahoo.com>
  • Date: Mon, 15 Dec 2008 07:48:43 -0500 (EST)
  • Reply-to: fgutiers2002 at yahoo.com

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: [mg94529] [mg94472] Re: [mg94432] Tooltip[] ListContourPlot[] 6.0 vs. 7.0
To: mathgroup at smc.vnet.net
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: branch of (-1)^(1/3)
  • Next by Date: Re: what am i doing wrong?
  • Previous by thread: Re: Recognising parameters in function
  • Next by thread: Re: contexts and functions