Tk::Pgplot

Draw PGPLOT graphics in a Perl/Tk window
Download

Tk::Pgplot Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chris Phillips and Russell Kackley
  • Publisher web site:
  • http://search.cpan.org/~rkackley/

Tk::Pgplot Tags


Tk::Pgplot Description

Draw PGPLOT graphics in a Perl/Tk window Tk::Pgplot is a Perl module to draw PGPLOT graphics in a Perl/Tk window.SYNOPSIS use Tk; use Tk::Pgplot; use PGPLOT; my $mw = new MainWindow; my $f = $mw->Frame->pack; $f->Pgplot(-name => 'pgtest')->pack; $mw->idletasks; pgopen('pgtest/ptk'); my $n = 360; pgenv(0, $n, -1, 1, 0, 2); pglab('x', 'y', 'y = sin(x)'); pgline($n+1, , ); MainLoop;STANDARD OPTIONS-background -foreground -cursor -borderwidth -relief -height -width -highlightbackground -highlightcolor -highlightthickness -takefocus -xscrollcommand -yscrollcommand -padx -pady Requirements: · Perl


Tk::Pgplot Related Software