Collins, Eric S. wrote: > > So, I added a title to my graphs, > which squeezes my legend and the graph. I tried defining the height and > width of the graph, but this has made the graphs look all messed up. How can > I define the actual size of the graphic, not the graph, so I don't over-run > my other fields?
You can't define the height and width of the complete image. You can only set them for the graphing area. Since the title uses a font which height is known, you should be able to rely on it's height. If you need to set the sizes in your HTML page, it's best to use the numbers that are generated by RRDtool. If that's not possible, you will need to either alter your HTML page after editing the graph script, or alter the width and/or height of the canvas. 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
