This is a discussion on Re: [rrd-users] Graphing min-max ranges within the RRD Users forums, part of the Networking and Network Related category; Gerhard Strangar wrote: >I've got some RRDs with a min and a max RRA and I'd like ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Gerhard Strangar wrote:
>I've got some RRDs with a min and a max RRA and I'd like to graph these >ranges. My first attempt war to draw an AREA using the max RRA in color >and then draw an AREA using the min RRA using white. However, this only >works for non-negative data. >I'm thinking about changing from those white AREAs to drawing an >invisible line and stacking an area calculated from max-min on top of >it. That will do it. > Or is there a way of drawing an area which does not start on the x-axis? Yes, add something to the data OR stack the plot on something else. Probably what you want is to define a variable as max-min with a cdef, plot min (either as an area or a line), then stck max-min on top of it. _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |