MathGroup Archive 1995

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

Search the Archive

Re: Re: changing defaults ...

  • Subject: [mg2606] Re: [mg2574] Re: [mg2493] changing defaults ...
  • From: hay at haystack.demon.co.uk (Allan Hayes)
  • Date: Mon, 27 Nov 1995 21:35:24 -0500
  • Approved: usenet@wri.com
  • Distribution: local
  • Newsgroups: wri.mathgroup
  • Organization: Wolfram Research, Inc.

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: Statistical expectation: HOW??
  • Next by Date: Q> on COMBINING PLOTS w/ diff. axes.
  • Previous by thread: Re: changing defaults ...
  • Next by thread: Re: Re: changing defaults ...