Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1543
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Boxes with both black pattern and background color |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2012-12-13 13:43 -0800 |
| Organization | gnuplot development team |
| Message-ID | <kadi6f$e6u$1@dont-email.me> (permalink) |
| References | <fc8b62cc-ef63-4377-a2be-fcb35d9ad7f8@googlegroups.com> |
Followups directed to: comp.graphics.apps.gnuplot
Maxiwell Garcia wrote: > Hi, > > I am using the boxes to make histograms, and I use: > "w boxes ls 1 fs pattern 7". But the background color in the box is white > and I dont know how to put color there. I would the pattern with black > color, and the background with gray color. I tried: "w boxes ls 1 fs solid > 0.5 fs pattern 7" but the backgrund color is still white. > > This trick it's possible? "fs transparent pattern 7" will allow the background color to show through, which may or may not be white. I suppose you could plot the boxes twice - the first time with solid fill of the desired color and the second time with a transparent pattern. > > gnuplot 4.6 > set terminal pdf
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Boxes with both black pattern and background color Maxiwell Garcia <maxiwell@gmail.com> - 2012-12-13 13:01 -0800
Re: Boxes with both black pattern and background color sfeam <sfeam@users.sourceforge.net> - 2012-12-13 13:43 -0800
Re: Boxes with both black pattern and background color Maxiwell Garcia <maxiwell@gmail.com> - 2012-12-13 14:57 -0800
Re: Boxes with both black pattern and background color sfeam <sfeam@users.sourceforge.net> - 2012-12-13 15:33 -0800
Re: Boxes with both black pattern and background color Thomas Wagner <thomas.wagner.marl@freenet.de> - 2012-12-15 15:00 +0100
csiph-web