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


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

Re: inconsistent user defined colors in column-stacked histogram

Newsgroups comp.graphics.apps.gnuplot
Date 2012-11-10 15:17 -0800
References <25fddf89-54f7-4aae-95bc-b53b854ebe88@googlegroups.com> <f2904817-bcc2-4607-94f6-a88474d12de3@googlegroups.com> <k5nhc6$r05$1@dont-email.me>
Message-ID <668a5469-dafb-4075-bc84-82731521b29b@googlegroups.com> (permalink)
Subject Re: inconsistent user defined colors in column-stacked histogram
From thierry.daucourt@gmail.com

Show all headers | View raw


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:
> 
>    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 columnstacked). 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, that is using new syntax "set linetype".

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


Thread

inconsistent user defined colors in column-stacked histogram Danielle de Man <deman.danielle@gmail.com> - 2012-10-14 00:44 -0700
  Re: inconsistent user defined colors in column-stacked histogram Danielle de Man <deman.danielle@gmail.com> - 2012-10-17 11:36 -0700
    Re: inconsistent user defined colors in column-stacked histogram sfeam <sfeam@users.sourceforge.net> - 2012-10-17 17:09 -0700
      Re: inconsistent user defined colors in column-stacked histogram thierry.daucourt@gmail.com - 2012-11-10 15:17 -0800

csiph-web