Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Ethan A Merritt Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Pointinterval Date: Thu, 31 Mar 2016 22:15:56 -0700 Organization: A noiseless patient Spider Lines: 14 Message-ID: References: <31c2db79-1896-47f6-8cdc-5a28d61e8742@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Fri, 1 Apr 2016 05:12:42 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="7bbfccb08e3cb0f92ebf95516f5f5a81"; logging-data="27795"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Y7S9APi0se56N0VsbZgqZ" User-Agent: KNode/4.14.5 Cancel-Lock: sha1:M7FOYxx8zFLPF/S8u4BbbtiR7oY= Xref: csiph.com comp.graphics.apps.gnuplot:3275 layzarc@aol.com wrote: > Is there anyway to "globally" set Pointinterval (e.g. from SET) > instead of using "PLOT ... WITH ..."? > > Al Not quite global, but you can set that property on any number of linetypes that you like. If you stick with the default 9 pre-defined linetypes, you could do for instance set for [i=1:9] linetype i pointinterval 2 Ethan