Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1934
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsfeed.datemas.de!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Michael <proximum@land.ru> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | eps terminal; set style line doesn't work |
| Date | Thu, 11 Jul 2013 14:15:11 +0700 |
| Organization | A noiseless patient Spider |
| Lines | 21 |
| Message-ID | <krlln3$35p$1@dont-email.me> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Thu, 11 Jul 2013 07:09:23 +0000 (UTC) |
| Injection-Info | mx05.eternal-september.org; posting-host="35a26602bb90c688811ddf6aa0fd5b56"; logging-data="3257"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19XBjIGcYouCeIz+gcr7gDS" |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 |
| Cancel-Lock | sha1:hHX6hwZDuJY4q1ofEdzuddb5fA0= |
| Xref | csiph.com comp.graphics.apps.gnuplot:1934 |
Show key headers only | View raw
Hello, I need to plot curves with one line style but different point styles. 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 ... plot [][3.04533333333333:10.4346666666667] for [i=1:7] 'tests.dat' \ every :::4::4 using 1:i+1 lt i+10 lw 3 ps 2 t word(elements,i) w linesp All line types are different. How to do what I wrote above for the eps terminal? Thanks, Michael.
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar | Unroll 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