On Mon, Dec 05, 2005 at 01:39:36PM -0500, Ruttenberg, Tanya wrote: > I am using drraw with rrdtool-1.0 to create these graphs. I am graphing > router "reliability" which has a max of 255, and want to make the top of the > y-axis "255"
> --lower-limit=0 \ > --upper-limit=255 \ > --height=180 \ I don't think this (180) will ever work. AFAIK rrdtool does not create unequal parts on any axis. > Any way to get what I want here? You may get lucky with multiples of 15 and 17, and --height 255 or --height 256, but don't hold your breath. You'll need --y-grid 15:17 or something alike (see man rrdgraph). --y-grid 51:5 may also be something to try. Using --rigid and --upper-limit is probably necessary as well. -- Alex van den Bogaerdt http://www.vandenbogaerdt.nl/rrdtool/ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
