Plotting a 2D chart



Hello Everybody,

I have a perl code which produces a string of numbers as output. I want to
plot this data on an x-y axes plane.
I'm using ActiveState Perl 5.8.6 on a Windows XP platform. Since I don't
have direct internet connection, I'm unable to use the online package
repositories for installing package GD. The GD package from CPAN consists of
files having .xs extensions and hence require compilation, which I don't
know how to do.
I have been suggested to use gnuplot (windows version) but I don't know how
to link it to the perl code. Is there a way to do that?

Thanks in advance,

Best Wishes and Happy New Year,

Aditi


Relevant Pages

  • CTAN package update: PerlTeX
    ... The package below has been updated at tug.ctan.org and should soon ... Name of contribution: PerlTeX ... Define LaTeX macros in terms of Perl code ...
    (comp.text.tex)
  • tug.ctan.org upload: PerlTeX
    ... The package below has been updated on tug.ctan.org and should soon be at ... Name of contribution: PerlTeX ... Define LaTeX macros in terms of Perl code ...
    (comp.text.tex)
  • Re: HoHoH (hash of HoHs)
    ... > I presume your file actually looks something like this: ... the file is actually Perl code that creates the ... > hashes in the current package. ...
    (comp.lang.perl.misc)
  • Re: "our" from XS and some other questions
    ... Why does this work without compiler errors? ... $mytest in Perl code before the XS code can create it as qualified variable? ... just because there is a $foo in Mytest does not ... mean you can omit the package name under strict. ...
    (comp.lang.perl.misc)
  • Confused by exporting subroutines
    ... I'm in the process of converting some perl code to an OO style, ... which creates an object from another package "bpackage". ... If I move this required subroutine to another package "cpackage" ... print "In sub a\n"; ...
    (comp.lang.perl.misc)