Help for this page

Select Code to Download


  1. or download this
    sub save_chart
    {
    ...
    $my_graph->plot(\@data);
    save_chart($my_graph, $name);
    }