MathGroup Archive 1995

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

Search the Archive

Re: changing defaults under Mma 2.2.2 for Windows????

  • To: mathgroup at smc.vnet.net
  • Subject: [mg2507] Re: changing defaults under Mma 2.2.2 for Windows????
  • From: ianc (Ian Collier)
  • Date: Wed, 15 Nov 1995 02:00:17 -0500
  • Organization: Wolfram Research, Inc.

In article <489hm7$gm7 at ralph.vnet.net>, purswell at netplus.net (J.P. and/or
Valerie Purswell) wrote:

> I'd like to change some of the defaults Mma uses.  For example, I'd much 
> prefer that the defaults for ListPlot[] be PlotJoined-> True and PlotRange -> 
> All.    Is there some way to modify the start up files (like init.m, iinit.m, 
> or sysinit.m)  for Mma to change these and other defaults used?  
> 
> Thanks in advance

You can use SetOptions to change the default option settings 
for any functions.

If you insert the following command (for example):

    SetOptions[ ListPlot, 
                    PlotJoined -> True, PlotRange -> All ]

in your init.m file it will be evaluated at the start of every
Mathematica session.

Note that you probably want to use a text editor such as notepad 
and not the Mathematica front end.

I hope this helps.

--Ian

-----------------------------------------------------------
Ian Collier
Technical Sales Support
Wolfram Research, Inc.
-----------------------------------------------------------
tel:(217)-398-0700     fax:(217)-398-0747      ianc at wri.com
Wolfram Research Home Page:             http://www.wri.com/
-----------------------------------------------------------


  • Prev by Date: Re: Writing big files with Mathematica
  • Next by Date: bizarre mathematica replacement rule error
  • Previous by thread: changing defaults under Mma 2.2.2 for Windows????
  • Next by thread: Problems with high-dimensional lists