Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1934
| From | Michael <proximum@land.ru> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | eps terminal; set style line doesn't work |
| Date | 2013-07-11 14:15 +0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <krlln3$35p$1@dont-email.me> (permalink) |
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