Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Graphics::Plotter 1.0.2

    Download button

    No screenshots available
    Downloads: 593  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.1/5)
    6 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Piotr Klaban | More programs
    Perl Artistic License / FREE
    October 25th, 2007, 08:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Graphics::Plotter description

    Graphics::Plotter is a Perl extension for C++ plotter library from GNU plotutils.

    Graphics::Plotter is a Perl extension for C++ plotter library from GNU plotutils.

    SYNOPSIS

    use Graphics::Plotter::;
    use Graphics::Plotter:: qw(parampl);
    use Graphics::Plotter:: qw(:marker_symbols :op_codes);
    use Graphics::Plotter:: qw(:all);

    EXAMPLE

    $handle = Graphics::Plotter::X->new(STDIN,STDOUT,STDERR);

    if ($handle->openpl() < 0) {
    die "Could not create plotter: $!n";
    }

    $handle->fspace(0,0,1000,1000);
    $handle->flinewidth(0.25);
    $handle->pencolorname("red");
    $handle->erase();
    $handle->fmove(600,300);
    $handle->line(0,20,40 80);
    if ($handle->closepl() < 0) { die "closepl: $!n";}

    Graphics::Plotter module is the Perl implementation of the GNU plotutils' libplotter library - C++ function library for device-independent two-dimensional vector graphics. There is also libplot library, based on C code, but with C++ library you do not need to switch between plotters.

    The plotutils distribution is written by Robert Maier (http://www.gnu.org/software/plotutils/plotutils.html). Descriptions of functions are based on Chapter 8 of plotutils info documentation.

    The latest version of Graphics::Plotter perl module is available at CPAN.

    The perl program can produce output in one of the following formats:

    X - new window on an X Window System display
    Xdrawable - existed X window or pixmap
    PNM - This is "portable anymap" format (PBM, PGM and PPM)
    GIF - Pseudo GIF (GIF format without LZW compression)
    AI - Adobe Illustrator (parameter ai)
    PS - idraw-editable Postscript (ps)
    Fig - xfig-editable format (fig)
    PCL - HP Printer Control Language format (pcl)
    HPGL - HP Graphics Language (hpgl)
    Tek - understood by Tektronix 4014 terminals (tek)
    Metafile - device-independent GNU graphics format (meta)

    Requirements:

    · Perl



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    C++ plotter | GNU plotutils | Perl module | C++ | plotter | plotutils

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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