Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1936

Re: eps terminal; set style line doesn't work

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 <usenet@bersch.net>
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 <krlou4$hej$1@dont-email.me> (permalink)
References <krlln3$35p$1@dont-email.me> <krlms4$6sq$1@dont-email.me>
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 <krlms4$6sq$1@dont-email.me>
Cancel-Lock sha1:UO+ILIf7Gfg1GGU5GyQz9kPh+GM=
Xref csiph.com comp.graphics.apps.gnuplot:1936

Show key headers only | View raw


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

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

eps terminal; set style line doesn't work Michael <proximum@land.ru> - 2013-07-11 14:15 +0700
  Re: eps terminal; set style line doesn't work Christoph Bersch <usenet@bersch.net> - 2013-07-11 09:34 +0200
    Re: eps terminal; set style line doesn't work Christoph Bersch <usenet@bersch.net> - 2013-07-11 10:10 +0200
      Re: eps terminal; set style line doesn't work Michael <proximum@land.ru> - 2013-07-11 15:38 +0700

csiph-web