Steven Hartland wrote:

>  > Just as a thought, are you graphing things in the right order ?
>>
>>  It's embarassing to admit this, but my first attempt I did something
>>  like this (in bash) :
>
>Ooo, I am graphing all + then all - but how do I force
>them to be a seperate stack?

The first area statement should be WITHOUT the stack option, it is 
then drawn on the baseline, further areas are then define WITH the 
stack option so they are stacked on top of it. For the second group 
(the '-'s) you repeat the whole process. Eg :

    AREA:${IP}-in#${colour}:"${Address}"
    AREA:${IP}-in#${colour}:"${Address}":STACK
    AREA:${IP}-in#${colour}:"${Address}":STACK

    AREA:${IP}-out#${colour}:
    AREA:${IP}-out#${colour}::STACK
    AREA:${IP}-out#${colour}::STACK


--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi

Reply via email to