Path: csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Christoph Bersch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: eps terminal; set style line doesn't work Date: Thu, 11 Jul 2013 10:10:09 +0200 Organization: A noiseless patient Spider Lines: 21 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 11 Jul 2013 08:04:20 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="d470e712b6ca6e5726f6f421815ac75a"; logging-data="17875"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19YVef6OEBMRF1iA0yS/ygg" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 In-Reply-To: Cancel-Lock: sha1:UO+ILIf7Gfg1GGU5GyQz9kPh+GM= Xref: csiph.com comp.graphics.apps.gnuplot:1936 In the following example I see a difference between 'lt i+10' and 'ls +10': reset set terminal postscript eps color set output 'scan-ls.eps' set style line 11 lt 1 lw 3 pt 1 set style line 12 lt 1 lw 3 pt 2 set style line 13 lt 1 lw 3 pt 3 set style line 14 lt 1 lw 3 pt 4 set style line 15 lt 1 lw 3 pt 5 set style line 16 lt 1 lw 3 pt 6 set style line 17 lt 1 lw 3 pt 7 set multiplot layout 1,2 plot for [i=1:2] sin(0.5*i*x) lt i+10 w lp plot for [i=1:2] sin(0.5*i*x) ls i+10 w lp unset multiplot Christoph