Chart::XMGR

Chart::XMGR is a Perl object for displaying data via XMGR.
Download

Chart::XMGR Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tim Jenness
  • Publisher web site:
  • http://search.cpan.org/~tjenness/File-Temp-0.20/Temp.pm

Chart::XMGR Tags


Chart::XMGR Description

Chart::XMGR is a Perl object for displaying data via XMGR. Chart::XMGR is a Perl object for displaying data via XMGR.SYNOPSIS use Chart::XMGR; xmgr($a, { SYMBOL => 'plus'}; use Chart::XMGR (); $xmgr = new Chart::XMGR; $xmgr->line($pdl); $pdl->$xmgr->line; xmgr($pdl, { LINESTYLE => 'dotted' });Provides a perl/PDL interface to the XMGR plotting package. Can be used to plot PDLs or Perl arrays.A simple function interface is provided that is based on the more complete object-oriented interface.The interface can be implemented using either anonymous pipes or named pipes (governed by the module variable Chart::XMGR::NPIPE). If named pipes are used ($NPIPE = 1) XMGR can be controlled via the pipe and buttons are available for use in XMGR. If an anonymous pipe is used XMGR will not accept button events until the pipe has been closed.Currently the named pipe option can not support data sets containing 3 or more columns (I haven't worked out how to do it anyway!). This means that only TYPE XY is supported. For anonymouse pipe 3 or more columns can be supplied along with the graph type.The default option is to use the named pipe. Requirements: · Perl


Chart::XMGR Related Software