Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3509
| From | Jörg Buchholz <bookwood4new@freenet.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Issue with columnstacked histogram and fill colors |
| Date | 2017-01-03 21:50 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <o4h2nh$muu$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> |
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
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
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