Re: ExtendGraphics LabelContour Error Message
- To: mathgroup at smc.vnet.net
- Subject: [mg27843] Re: [mg27732] ExtendGraphics LabelContour Error Message
- From: "John C. Erb, Ph.D." <John_C_Erb at prodigy.net>
- Date: Mon, 19 Mar 2001 17:51:22 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Monday, March 19, 2001
Maarten van der Burgt,
Hi! Thanks for your response.
I tried deleting the double comma as you suggested; however,
I then got lots of "Mess Up in FixDists" messages.
Thinking that the coder (Tom Wickham-Jones) really meant to do nothing
if the "If" statement evaluated to true, I inserted a "Null" so the
statement now reads:
If[ True === SameQ @@ coord, Null, Print[ "Mess Up in FixDists"]] ;
This change seems to work; no more error message, and I
still get my labels.
Thanks again for pointing me in the right direction.
John C. Erb
email: John_C_Erb at prodigy.net
-----Original Message-----
From: maarten.vanderburgt at icos.be [mailto:maarten.vanderburgt at icos.be]
To: mathgroup at smc.vnet.net
Subject: [mg27843] [mg27749] Re: [mg27732] ExtendGraphics LabelContour Error
Message
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: [mg27843] [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