label, x_label_skip => steps, x_long_ticks => 1, y_label => gettext('Transfer in bytes'), y_long_ticks => 1, line_width => 2, box_axis => 1, boxclr => '#FFFFCC', fgclr => '#BBBBBB' legend_placement => 'RD', legend_spacing => 5, ); my_graph.set_title_font(param.font,10); my_graph.set_y_label_font(param.font,10); my_graph.set_x_label_font(param.font,10); my_graph.set_x_axis_font(param.font,6); my_graph.set_y_axis_font(param.font,6); my_graph.set_legend( 'RxBytes', 'RxErrors', 'TxBytes', 'TxErrors'); statusfiles.$iname = writefile("status_network_${iname}.gif", my_graph.plot(d).gif ); END; END; %?>