MathGroup Archive 2001

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

Search the Archive

Re: ExtendGraphics LabelContour Error Message

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27749] Re: [mg27732] ExtendGraphics LabelContour Error Message
  • From: maarten.vanderburgt at icos.be
  • Date: Wed, 14 Mar 2001 04:06:48 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

John,

Locate the file labelcontour.m in the /Applications/ExtendGraphics/
directory.
Open it with a text editor and locate line  263. It reads:

     If[ True === SameQ @@ coord, , Print[ "Mess Up in FixDists"]] ;

Delete the double comma before the 'Print' statement. Save the file.

This should solve the problem.

Maarten van der Burgt






"John C. Erb, Ph.D." <John_C_Erb at prodigy.net> on 13-03-2001 09:52:49 AM

cc:

Subject: [mg27749]  [mg27732] ExtendGraphics LabelContour Error Message


Math Group;

Ever since I started using Mathematica Version 4.0.1, I have gotten the
following error message when using LabelContour from the ExtendGraphics
package.

Syntax::com: Warning: comma encountered with no adjacent expression; the
expression will be treated as Null.  (line 263 of
"ExtendGraphics`LabelContour`"

As a fix, I have downloaded the package from MathSource and reinstalled
the package, but that did not fix it.
When using Mathematica Version 3 I did not get this message.

(Happens under Windows 98 and Windows Me on PIII machine)

John C. Erb

email: John_C_Erb at prodigy.net







  • Prev by Date: Re: Best code to match corresponding list items?
  • Next by Date: RE: Best code to match corresponding list items?
  • Previous by thread: ExtendGraphics LabelContour Error Message
  • Next by thread: RE: ExtendGraphics LabelContour Error Message