MathGroup Archive 1995

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

Search the Archive

Re: changing defaults ...

  • Subject: [mg2574] Re: [mg2493] changing defaults ...
  • From: jesroj at wmatem.eis.uva.es (Jesus ROJO)
  • Date: Tue, 21 Nov 1995 09:25:52 -0500
  • Approved: usenet@wri.com
  • Distribution: local
  • Newsgroups: wri.mathgroup
  • Organization: Wolfram Research, Inc.



Hello,

Put in the  init.m  file the lines

	Unprotect[ListPlot];
	SetOptions[ListPlot, PlotJoined->True];
	Protect[ListPlot];

Try that this works.
			Jesus ROJO
--
---------------------------------------
|  Jesus ROJO                         |
|  Dpto. de Matematica Aplicada       |
|  E.T.S. de Ingenieros Industriales  |
|  Paseo del Cauce s/n                |
|  47011 VALLADOLID, Spain            |
|  Phone : 34 - 83 - 42 33 90         |
|  Fax   : 34 - 83 - 42 34 06         |
|  e-mail: jesroj at wmatem.eis.uva.es   |
---------------------------------------


  • Prev by Date: Re: Taylor series expansion
  • Next by Date: Re: Taylor series expansion
  • Previous by thread: import graphics formats
  • Next by thread: Re: changing defaults ...