People, it seems like you are confusing STACK and AREA.

> I use stack when when the sum of the quantities is relevant, lines when
> it isn't.
> 
> For example: when plotting CPU load of one machine, the sum of user,
> system and nice is relevant, so I'd use stack, but when plotting the price
> of 3 different stocks, the sum is not relevant so I use 3 lines.

The following is an example of STACKing LINEs.

   rrdtool graph ....
       DEF.......
       ......
       LINE1:ds0#FF0000:legend
       STACK:ds1#00FF00:legend
       STACK:ds2#0000FF:legend
       STACK:ds3#FFFF00:legend
       STACK:ds4#00FFFF:legend
       .....

HTH
-- 
   __________________________________________________________________
 / [EMAIL PROTECTED]                  [EMAIL PROTECTED] \
| work                                                         private |
| My employer is capable of speaking therefore I speak only for myself |
+----------------------------------------------------------------------+
| Technical questions sent directly to me will be nuked. Use the list. | 
+----------------------------------------------------------------------+
| http://faq.mrtg.org/                                                 |
| http://rrdtool.eu.org  --> tutorial                                  |
+----------------------------------------------------------------------+

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

Reply via email to