The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Graphics::Simple::PDLPlot -- Plot PDL data using Graphics::Simple

DESCRIPTION

Functions:

line $pdl_y;
line $pdl_x, $pdl_y;

Methods:

$g = Graphics::Simple::PDLPlot::Graph->new();

$g->line($pdl_x, $pdl_y);
$g->points($pdl_x, $pdl_y);
$g->x_axis(1.0,2.0);
$g->y_axis(0.1,1000,LOG);
$g->plot($win);

BUGS

This module is in the wrong place - it should be in the PDL distribution and will be in the future.

Wildly inefficient - there must be more synergy between this module and the Graphics::Simple implementations for vectorization.

AUTHOR

Copyright(C) Tuomas J. Lukka 1999. All rights reserved. This software may be distributed under the same conditions as Perl itself.