*** /usr/share/perl5/Munin/Master/GraphOld.pm.old 2010-05-12 19:22:02.000000000 +0200 --- /usr/share/perl5/Munin/Master/GraphOld.pm 2010-05-12 19:48:57.000000000 +0200 *************** *** 334,339 **** --- 334,344 ---- # Title push @$result, ("--title", get_title($service, $scale)); + # Some visual improvements + push @$result, "--slope-mode"; + push @$result, "--font-render-mode", "light"; + push @$result, "--graph-render-mode", "normal"; + # When to start the graph push @$result, "--start", $times{$scale};