Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2177
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2013-10-21 11:02 -0700 |
| References | (11 earlier) <l3gom1$qdp$1@news.rz.uni-karlsruhe.de> <14d3e4f7-0da5-4220-a283-16b466fcb253@googlegroups.com> <l3mgl1$674$1@news.rz.uni-karlsruhe.de> <b8af0481-4409-4bfc-a06c-99bd3c5fd306@googlegroups.com> <l419mi$r86$2@dont-email.me> |
| Message-ID | <98e6264e-cb2a-43b4-a24a-fb778774d8df@googlegroups.com> (permalink) |
| Subject | Re: graph from the string/numeric column. |
| From | thesunshine99@gmail.com |
On Sunday, October 20, 2013 2:08:43 PM UTC-5, sfeam wrote: > thesunshine99@gmail.com wrote: > > > > > The lines color is repeating after few server. I am not sure why each > > > server is not getting its own color. I have atleast 14+ server in the > > > list. > > > > See "help set linetype" > > > > In particular notice that you can change the repeat cycle for line colors > > using the command > > > > set linetype cycle N > > > > (This command was not present in versions of gnuplot before 4.6) I did this to make it work. Bit crude way of doing instead of function. set style line 1 lc rgb '#0000FF' lt 1 lw 2 set style line 2 lc rgb '#8A2BE2' lt 1 lw 2 set style line 3 lc rgb '#A52A2A' lt 1 lw 2 set style line 4 lc rgb '#DEB887' lt 1 lw 2 set style line 5 lc rgb '#5F9EA0' lt 1 lw 2 set style line 6 lc rgb '#7FFF00' lt 1 lw 2 set style line 7 lc rgb '#D2691E' lt 1 lw 2 set style line 8 lc rgb '#FF7F50' lt 1 lw 2 set style line 9 lc rgb '#6495ED' lt 1 lw 2 set style line 10 lc rgb '#40E0D0' lt 1 lw 2 set style line 11 lc rgb '#4682B4' lt 1 lw 2 set style line 12 lc rgb '#800080' lt 1 lw 2 set style line 13 lc rgb '#2E8B57' lt 1 lw 2 set style line 14 lc rgb '#008B8B' lt 1 lw 2 set style line 15 lc rgb '#B8860B' lt 1 lw 2 set style line 16 lc rgb '#006400' lt 1 lw 2 set style line 17 lc rgb '#8B008B' lt 1 lw 2 set style line 18 lc rgb '#483D8B' lt 1 lw 2 set style line 19 lc rgb '#2F4F4F' lt 1 lw 2 set style line 20 lc rgb '#2F4F4F' lt 1 lw 2 show linestyle plot for [i=0:$emptylines] '/tmp/_pp' index i using 4:3 with lines ls i title columnheader(1)
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar | Unroll thread
graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-08 13:42 -0700
Re: graph from the string/numeric column. Karl <mail.kfr@gmx.net> - 2013-10-09 10:24 +0200
Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-09 07:27 -0700
Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-09 08:25 -0700
Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-09 09:26 -0700
Re: graph from the string/numeric column. Karl <mail.kfr@gmx.net> - 2013-10-10 09:37 +0200
Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-10 12:41 -0700
Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-10 13:33 -0700
Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-10 13:53 -0700
Re: graph from the string/numeric column. Karl <mail.kfr@gmx.net> - 2013-10-11 10:41 +0200
Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-11 08:12 -0700
Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-11 13:22 -0700
Re: graph from the string/numeric column. Karl <mail.kfr@gmx.net> - 2013-10-14 14:39 +0200
Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-14 10:07 -0700
Re: graph from the string/numeric column. Karl <mail.kfr@gmx.net> - 2013-10-16 18:59 +0200
Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-16 21:42 -0700
Re: graph from the string/numeric column. Karl <ratzsch@polymer.uka.de> - 2013-10-20 09:48 +0200
Re: graph from the string/numeric column. sfeam <sfeam@users.sourceforge.net> - 2013-10-20 12:08 -0700
Re: graph from the string/numeric column. thesunshine99@gmail.com - 2013-10-21 11:02 -0700
csiph-web