Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3514
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2017-01-03 20:25 -0800 |
| 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> |
| Message-ID | <2c11c310-cf4c-4085-b2dc-012dc8815f43@googlegroups.com> (permalink) |
| Subject | Re: Issue with columnstacked histogram and fill colors |
| From | Ben Olson <molson5@vols.utk.edu> |
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: > > 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 That works! Thank you so much. 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.
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