Help for this page

Select Code to Download


  1. or download this
    my $chart = Chart::Gnuplot->new(
        output => 'test.png', # not "terminal => 'windows'"
        ...
    
  2. or download this
    my $output_id = 0;  # put this before the MainLoop call
    
    ...
        my $img = $top->Photo( -file => $newname );
        my $lbl => $top->Label( -image => $img )->pack;
    }