Re: Loading a Package
- To: mathgroup at smc.vnet.net
 - Subject: [mg45703] Re: Loading a Package
 - From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
 - Date: Tue, 20 Jan 2004 05:08:13 -0500 (EST)
 - Organization: Universitaet Leipzig
 - References: <bugb9r$gn2$1@smc.vnet.net>
 - Reply-to: kuska at informatik.uni-leipzig.de
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hi,
you should copy it into
$TopDirectory/AddOns/StandardPackages/Graphics
directory. 
Or you should delete the package at all and use
MathGL3d's MVContourPlot3D[] or Mathematicas
ContourPlot3D
Regards
  Jens
"Bruce W. Colletti" wrote:
> 
> Am using Mathematica 5.0 and can't load a v2.0 package
> (ImplicitPlot3D.m) downloaded from MathSource ("3D Plots of Implicitly
> Defined Surfaces").
> 
> Since the package says its context is Graphics`ImplicitPlot3D`, I've
> copied it to the Graphics folder in AddOns/Autoload.  Unfortunately,
> when I use the ImplicitPlot3D command, nothing happens.  Clearly, I
> don't know how to load packages correctly but don't know what's wrong.
> 
> Is it because it's a v2.0 package?  Must I copy the package to the
> Graphics folder in Standard Packages (and then use
> Needs["Graphics`ImplicitPlot3D`"])?  Is a change needed to some init.m
> file?  Or something else?
> 
> Thanks.
> 
> Bruce