~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to examples/perl/x02.pl

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /usr/bin/env perl
2
2
#
3
 
# Demo x02 for PLplot PDL bindings
 
3
# Demo x02 for the PLplot PDL binding
4
4
#
5
5
# Multiple window and color map 0 demo
6
6
# (inspired from t/x02.t of module Graphics::PLplot, by Tim Jenness)
21
21
#
22
22
# You should have received a copy of the GNU Library General Public License
23
23
# along with PLplot; if not, write to the Free Software
24
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
24
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
25
25
 
 
26
# SYNC: x02c.c 1.14
26
27
 
27
28
use PDL;
28
29
use PDL::Graphics::PLplot;