I don't really know what I am doing, but segfaulting on me is rather
rude, don't you think? Consider

perldl> $a = float ones 5,4
perldl> $a = $a->random
perldl> p $a
[
 [ 0.214575  0.756073    0.1628 0.0464856  0.781792]
 [  0.62815  0.487289  0.912925  0.983897  0.800738]
 [ 0.267481  0.587185  0.432882  0.316642  0.212013]
 [  0.82001  0.823689 0.0543055  0.439226  0.272427]
]
perldl> use PDL::Graphics::PLplot
perldl> $pl = PDL::Graphics::PLplot->new(DEV => 'png', PALETTE =>
'RAINBOW', FILE => 'shadeplot.png')
perldl> $pl->shadeplot($a, 10, BOX => [-1, 1, -1, 1], ZRANGE => [0,
1])
Segmentation fault



Whaaaa!

-- 
Puneet Kishor http://www.punkish.org
Carbon Model http://carbonmodel.org
Charter Member, Open Source Geospatial Foundation http://www.osgeo.org
Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor
Nelson Institute, UW-Madison http://www.nelson.wisc.edu
-----------------------------------------------------------------------
Assertions are politics; backing up assertions with evidence is science
=======================================================================

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to