Received: by 10.224.207.66 with SMTP id fx2mr7164792qab.7.1352589479137; Sat, 10 Nov 2012 15:17:59 -0800 (PST) Received: by 10.52.37.12 with SMTP id u12mr3035484vdj.8.1352589479111; Sat, 10 Nov 2012 15:17:59 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!c7no17632538qap.0!news-out.google.com!gf5ni18188417qab.0!nntp.google.com!c7no17632529qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sat, 10 Nov 2012 15:17:59 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.226.49.81; posting-account=2RsxKQoAAACXhmVdwPyMgUKxSbmg8j6G NNTP-Posting-Host: 82.226.49.81 References: <25fddf89-54f7-4aae-95bc-b53b854ebe88@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <668a5469-dafb-4075-bc84-82731521b29b@googlegroups.com> Subject: Re: inconsistent user defined colors in column-stacked histogram From: thierry.daucourt@gmail.com Cc: sfeam@users.sourceforge.net Injection-Date: Sat, 10 Nov 2012 23:17:59 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.graphics.apps.gnuplot:1478 On Thursday, October 18, 2012 2:09:43 AM UTC+2, sfeam wrote: > 3) "set style increment user" is deprecated in version 4.6, > so it hasn't seen much testing. > You might try instead: >=20 > set linetype 1 linecolor rgb "dark-green" > set linetype 2 linecolor rgb "green" > ... > set linetype N linecolor rgb "whatever" > set linetype cycle N I had the same issue (wrongly selected user defined colors in histogram col= umnstacked). I was using user defined colors from my ~/.gnuplot defined the= old way using "set style line". The solution 3 of Ethan solved my issue, t= hat is using new syntax "set linetype".