Help for this page

Select Code to Download


  1. or download this
    my @graph_data = (\@x_vals, \@y_vals)
    
  2. or download this
    @x_vals = (@x_vals1, @x_vals2);
    @y_vals = (@y_vals1, @y_vals2);
    my @graph_data = (\@x_vals, \@y_vals);