Re: Re: Loading Packages On Startup
- To: mathgroup at smc.vnet.net
- Subject: [mg40960] Re: [mg40875] Re: Loading Packages On Startup
- From: Stepan Yakovenko <yakovenko at ngs.ru>
- Date: Fri, 25 Apr 2003 08:07:05 -0400 (EDT)
- References: <b80jd6$m0g$1@smc.vnet.net> <200304221050.GAA00108@smc.vnet.net>
- Reply-to: Stepan Yakovenko <yakovenko at ngs.ru>
- Sender: owner-wri-mathgroup at wolfram.com
Hello Jens-Peer,
Tuesday, April 22, 2003, 5:50:09 PM, you wrote:
JPK> Hi,
JPK> edit the init.m file in
JPK> $TopDirectory/Configuration/Kernel
JPK> or
JPK> add a init.m file in the Autoload folder of the
JPK> Mathematica tree
It doesn't help.
Now my init.m is:
(** User Mathematica initialization file **)
<< Graphics`Legend`
(** Decide how to display graphics on this machine **)
Begin["System`Private`"]
(* Hide any symbols which are created *)
Which[
$Remote || $ParentLink =!= Null, <<"PSDirect.m",
Environment["DISPLAY"] =!= $Failed, <<"Motif.m",
True, <<"Terminal.m"
]
End[]
Though Plot with PlotLegend option says that such option is unknown. But
typing << Graphics`Legend` + ShiftEnter solves the problem. For a
single session though...
--
Best regards,
Stepan mailto:yakovenko at ngs.ru
- References:
- Re: Loading Packages On Startup
- From: Jens-Peer Kuska <kuska@informatik.uni-leipzig.de>
- Re: Loading Packages On Startup