Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
    plot 'xp.out' using 1:2:(2e6) with boxes fs solid
    
    =cut
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    
    MainLoop();