Help for this page

Select Code to Download


  1. or download this
    my $storage_dir = "C:/Stuff/";
    foreach my $category qw( abc def ghi ) {
    ...
      my $path - shift;
      ### do the actual plotting here
    }
    
  2. or download this
    #abc_this_01
     -- data goes here ---
    #def_this_01
      -- more data ---
    etc