Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Graphics > Gnuplot interactive function plotter > Re: How do I dr...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 2 Topic 3419 of 3637
Post > Topic >>

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
 




 2 Posts in Topic:
How do I draw a histogram on top of a histogram
ALiX <alix.tofigh@[EMA  2008-07-22 08:07:42 
Re: How do I draw a histogram on top of a histogram
merritt@[EMAIL PROTECTED]  2008-07-22 08:15:41 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Dec 5 4:09:28 CST 2008.