in reply to Representing points in three dimensional

The module PDL::Graphics::TriD, part of PDL, has a 3-D plotting capability using OpenGL (other formats are possible). This plots points on a surface:
perldl> points3d [sqrt(rvals(zeroes(50,50))/2)];

-Mark

Replies are listed 'Best First'.
Re^2: Representing points in three dimensional
by Jaya (Acolyte) on Mar 18, 2005 at 00:01 UTC
    Thank You.

    I looked in CPAN and I understand that I have to install PDL and PDL::Graphics::TriD source code. But I could not find PDL::Graphics source code to proceed installing PDL::Graphics::TriD

    Does this mean that I have to install PDL and then go ahead and install TriD?