Path: csiph.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Issue with columnstacked histogram and fill colors Date: Tue, 3 Jan 2017 21:50:19 +0100 Organization: A noiseless patient Spider Lines: 34 Message-ID: References: <472cdd3a-62c6-4ab6-993b-2a11a6d521c6@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 3 Jan 2017 20:48:49 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="bb448f115f0c10bb997bb5c2a7fb6e46"; logging-data="23518"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Eo1J5Lm6FWVO+bFBc+ZycV5EVDk4fMo0=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.5.1 In-Reply-To: Cancel-Lock: sha1:U60j4sA4JztlWTQ5GJPZlKgfPks= Xref: csiph.com comp.graphics.apps.gnuplot:3509 On 03.01.2017 19:39, benbenolson@gmail.com wrote: > Thanks for the response! > >> use 'fs border linecolor rgb "#FF0000"' instead. > > Sorry, you misunderstand. Yes I really do that, sorry. >> However, changing the fill color does not work, no matter how I do >> it. > > Do you know how I can change the fill color of the bars, instead of > the color of the borders? That's where I'm having trouble. 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" ,\ This gives "dev" and the other data in different colors to you. Jörg