Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    Wx::SimplePlotter 0.03

    Download button

    No screenshots available
    Downloads: 211  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Christian Renz | More programs
    Perl Artistic License / FREE
    March 16th, 2010, 07:53 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Wx::SimplePlotter description

    Simple Plotter Control

    This wxWidgets control plots points (e.g. function results) with different colors. It automatically scales its output according to the control size.

    The points are passed as pairs of coordinates. Points are connected by lines when drawn.

    The control should work on Linux, Windows and Mac operating systems.

    SYNOPSIS

     use Wx::SimplePlotter;

     # init app, window etc.

     my $plotter = Wx::SimplePlotter->new();
     
     $plotter->SetColours([0, 0, 0], [255, 0, 0], [0, 0, 255], [0, 255, 0]);
     $plotter->SetPoints(...)
     
     # plot ten sinus functions on a logarithmic x scale
     my (@a);
     for (1..1000) {
     for my $i (0..9) {
     push @{$a[$i]}, [log($_), sin($_ / 10) * $i];
     }
     }
     $plotter->SetPoints(@a);
     
     # add plotter control to sizer, start app etc.



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    plotter control | Perl module | Wx | plotter | control

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM