MathGroup Archive 1995

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

Search the Archive

Re: Re: changing defaults ...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg2606] Re: [mg2574] Re: [mg2493] changing defaults ...
  • From: Allan Hayes <hay at haystack.demon.co.uk>
  • Date: Mon, 27 Nov 1995 21:35:24 -0500

Jesus ROJO <jesroj at wmatem.eis.uva.es>
in [mg2574] Re: [mg2493] changing defaults ...
writes

>Put in the  init.m  file the lines
>
>	Unprotect[ListPlot];
>	SetOptions[ListPlot, PlotJoined->True];
>	Protect[ListPlot];

You don't need to Unprotect and Protect, just put in

	SetOptions[ListPlot, PlotJoined->True];
	
Allan Hayes
hay at haystack.demon.co.uk


  • Prev by Date: help
  • Next by Date: LUDecomposition output?
  • Previous by thread: Re: Re: changing defaults ...
  • Next by thread: Q. Simultaneous Equations