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


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

Re: Issue with columnstacked histogram and fill colors

From Jörg Buchholz <bookwood4new@freenet.de>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Issue with columnstacked histogram and fill colors
Date 2017-01-05 19:16 +0100
Organization A noiseless patient Spider
Message-ID <o4m2e4$4ei$1@dont-email.me> (permalink)
References <472cdd3a-62c6-4ab6-993b-2a11a6d521c6@googlegroups.com> <o4g96u$lue$1@dont-email.me> <a07c3a2a-8317-49ba-a673-a107293f7441@googlegroups.com> <o4h2nh$muu$1@dont-email.me> <2c11c310-cf4c-4085-b2dc-012dc8815f43@googlegroups.com>

Show all headers | View raw


On 04.01.2017 05:25, Ben Olson wrote:
> On Tuesday, January 3, 2017 at 3:50:21 PM UTC-5, Jörg Buchholz wrote:
>> On 03.01.2017 19:39, benbenolson@gmail.com wrote:
>> Do you want to change only the color in the first stack? Then have look
>> to the following code:
>>
>> plot newhistogram '' lt 1, \
>>     'histocolor.dat' using "def", \
>>     '' using "" , \
>>     newhistogram 'avrora' at 1 lt 5, \
>>     'histocolor.dat' using "01", \
>>     '' using "02" , \
>>     '' using "05" , \
>>     '' using "10" , \
>>     '' using "20" ,\
> 
> That works! 

Yes, but I don't have a good day at that day. This code is more clear:

plot newhistogram '' lt 1,\
    'newhisto.txt' u "def",\
    newhistogram 'avrora' at 1 lt 5,\
    '' u "01",\
    '' u "02",\
    '' u "05",\
    '' u "10",\
    '' u "20"


>Incrementing the value that I use with `at`, I am able to plot multiple clusters with 
>one stack being a different color. It works perfectly, and I'm now using it in my publication.

Where can we found your publication?

Jörg

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


Thread

Issue with columnstacked histogram and fill colors molson5@vols.utk.edu - 2017-01-02 19:14 -0800
  Re: Issue with columnstacked histogram and fill colors Jörg Buchholz <bookwood4new@freenet.de> - 2017-01-03 10:31 +0100
  Re: Issue with columnstacked histogram and fill colors Jörg Buchholz <bookwood4new@freenet.de> - 2017-01-03 14:34 +0100
    Re: Issue with columnstacked histogram and fill colors benbenolson@gmail.com - 2017-01-03 10:39 -0800
      Re: Issue with columnstacked histogram and fill colors Jörg Buchholz <bookwood4new@freenet.de> - 2017-01-03 21:50 +0100
        Re: Issue with columnstacked histogram and fill colors Ben Olson <molson5@vols.utk.edu> - 2017-01-03 20:25 -0800
          Re: Issue with columnstacked histogram and fill colors Jörg Buchholz <bookwood4new@freenet.de> - 2017-01-05 19:16 +0100
      Re: Issue with columnstacked histogram and fill colors Ethan A Merritt <sfeam@users.sourceforge.net> - 2017-01-03 12:58 -0800

csiph-web