I tried to change the font size of text display on rrd graph with the following 
setting in my perl file:

......
  RRDs::graph "$img/test.png",
        "--lazy",
        "--interlace",
        "--font DEFAULT:16:",
......

or

......
  RRDs::graph "$img/test.png",
        "--lazy",
        "--interlace",
        "--font TITLE:16:",
        "--font AXIS:14:",
        "--font UNIT:14:",
        "--font LEGEND:14:",
......

But all gave error. Can anyone tell me what i did wrong? How to fix it?

Thank you.

YC


--
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