Re: How do I draw a histogram on top of a histogram
by merritt@[EMAIL PROTECTED]
(Ethan Merritt)
Jul 22, 2008 at 08:15 AM
In article
<1ee4150f-3b77-4164-96f8-5e96ef75db61@[EMAIL PROTECTED]
>,
ALiX <alix.tofigh@[EMAIL PROTECTED]
> wrote:
>I'm using gnulot 4.2. I want to draw a histogram with with error bars
>where each error bar is fully visible. I realized that with filled
>boxes, only half of each error bar is visible. Hence, I would like to
>draw my histogram twice; first with filled boxes, and second with
>empty boxes on top of the first one. I can't seem to figure out how to
>do this. Plotting histograms just adds to the number of boxes next to
>each other. I can't draw a histogram on top of a histogram. Any help
>is appreciated.
Sorry, it's a known bug.
In the CVS version you can say "set bars front", but I don't know of a
good work-around for version 4.2. I suppose you could draw the whole
plot twice using multiplot:
set multiplot
set style fill solid 1
plot foo ...
set style fill empty
plot foo ...
unset multiplot
[not tried; this may well have bad side-effects]
--
Ethan A Merritt