in reply to Chart::Gnuplot Time Axis output
my $chart = Chart::Gnuplot->new( output => "/home/hmadhi/workspace/CommsNet/www/Plots/$kpi.png" +, title => {text=>"$kpi Success Rate on $node/$ran ($interface) + $date", }, xlabel => {text=>"Time",}, ylabel => "$kpi Succ_Rate", timeaxis => "x", xtics => { labelfmt => '%H:%M', }, );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Chart::Gnuplot Time Axis output
by hmadhi (Acolyte) on Mar 11, 2011 at 05:07 UTC |